|
M
AddTrigger(UpdaterId, ElementFilter, ChangeType)
|
None
|
Adds trigger with the specified element filter and ChangeType for all documents associated with this Updater
|
|
|
M
AddTrigger(UpdaterId, Document, ElementFilter, ChangeType)
|
None
|
Adds trigger with the specified element filter and ChangeType for the specified document
|
|
|
M
AddTrigger(UpdaterId, Document, ICollection<ElementId>, ChangeType)
|
None
|
Adds a trigger to an updater with specified set of elements and ChangeType
|
|
|
M
DisableUpdater(UpdaterId)
|
None
|
Disables the updater.
|
|
|
M
Dispose()
|
None
|
|
|
|
M
EnableUpdater(UpdaterId)
|
None
|
Enables the updater.
|
|
|
M
Equals
|
None
|
Determines whether the specified object is equal to the current object. (Inherited from Object )
|
Object
|
|
M
GetHashCode
|
None
|
Serves as the default hash function. (Inherited from Object )
|
Object
|
|
M
GetIsUpdaterOptional(UpdaterId)
|
Boolean
|
Check if the updater is optional or not.
|
|
|
M
GetRegisteredUpdaterInfos()
|
IList<UpdaterInfo>
|
Returns UpdaterInfos for all the application-wide updaters.
|
|
|
M
GetRegisteredUpdaterInfos(Document)
|
IList<UpdaterInfo>
|
Returns information about all updaters applicable to the given document.
|
|
|
M
GetType
|
None
|
Gets the Type of the current instance. (Inherited from Object )
|
Object
|
|
M
IsUpdaterEnabled(UpdaterId)
|
Boolean
|
Checks if the updater is enabled or not.
|
|
|
M
IsUpdaterRegistered(UpdaterId)
|
Boolean
|
Checks whether updater with the given id is registered
|
|
|
M
IsUpdaterRegistered(UpdaterId, Document)
|
Boolean
|
Checks whether updater with the given id is registered in a document.
|
|
|
M
RegisterUpdater(IUpdater)
|
None
|
Registers an updater application-wide, which means
the updater may get triggered in any open document.
|
|
|
M
RegisterUpdater(IUpdater, Document)
|
None
|
Registers the updater for a specified document, which means
the updater can only be triggered by changes made in that document.
|
|
|
M
RegisterUpdater(IUpdater, Boolean)
|
None
|
Registers an updater application-wide, which means
the updater may get triggered in any open document.
|
|
|
M
RegisterUpdater(IUpdater, Document, Boolean)
|
None
|
Registers the updater for a specified document, which means
the updater can only be triggered by changes made in that document.
|
|
|
M
RemoveAllTriggers(UpdaterId)
|
None
|
Removes all triggers associated with Updater with specified UpdaterId.
Does not unregister updater.
|
|
|
M
RemoveDocumentTriggers(UpdaterId, Document)
|
None
|
Removes all triggers associated with specified document and Updater
Does not unregister updater.
|
|
|
M
SetExecutionOrder(UpdaterId, UpdaterId)
|
None
|
Forces execution order between two updaters
Execution order: first before second
|
|
|
M
SetIsUpdaterOptional(UpdaterId, Boolean)
|
None
|
Sets a flag indicating whether an updater is optional or not.
|
|
|
M
ToString
|
None
|
Returns a string that represents the current object. (Inherited from Object )
|
Object
|
|
M
UnregisterUpdater(UpdaterId)
|
None
|
Removes the updater associated with the input id from the UpdaterRegistry.
Also removes all triggers associated with the Updater.
|
|
|
M
UnregisterUpdater(UpdaterId, Document)
|
None
|
Unregisters an updater for the given document.
|
|