The abstract base class for triggers.
Inheritance Hierarchy
Spotfire.Dxp.Framework.DocumentModelTrigger
Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public abstract class Trigger
The Trigger type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateCompositeTrigger |
Creates a Trigger that fires when any of the specified triggers fire.
| |
| CreateMutablePropertyTriggerT(DocumentNode, PropertyName, PropertyName) |
Creates a Trigger that fires and dynamically re-computes a nested Trigger
when the contents of an UndoablePropertyT or
UndoableCrossReferencePropertyT changes.
| |
| CreateMutablePropertyTriggerT(DocumentNode, PropertyName, ReferenceTriggerDeclarerT) |
Creates a Trigger that fires and dynamically re-computes a nested Trigger
when the contents of an UndoablePropertyT or
UndoableCrossReferencePropertyT changes.
| |
| CreatePropertyTrigger |
Creates a Trigger that fires when one of the specified properties on
the specified node are changed.
| |
| CreateSubTreeTrigger |
Creates a Trigger that fires when certain changes in a sub-tree are made.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| NeverTrigger | A trigger that never fires.
|
Remarks
Version Information
See Also