BaseTriggerCondition Class |
Namespace: Colygon.MatchPoint.WorkflowKit.Configuration
[SerializableAttribute] public abstract class BaseTriggerCondition
The BaseTriggerCondition type exposes the following members.
Name | Description | |
---|---|---|
BaseTriggerCondition | Initializes a new instance of the BaseTriggerCondition class |
Name | Description | |
---|---|---|
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.) |
Name | Description | |
---|---|---|
ContentType | Specifies a content type that has to match. | |
Expression | Specifies an expression that has to evaluate to the boolean value 'true'. In the 'ContextMenuTriggerCondition' you can use 'DataItem.PropertyName' to access the properties of the list item where the context menu should be shown. E.g.: 'DataItem.Category == "Global"'. | |
Recursive | If enabled, all descendants of the specified tag are also matched. | |
Tag | Specifies a tag that has to exist on the item. | |
UrlPrefix | Specifies an URL prefix that has to match. This URL can be relative to the workflow item's web. |