ContextMenuTriggerCondition Class |
Namespace: Colygon.MatchPoint.WorkflowKit.Configuration
[SerializableAttribute] public class ContextMenuTriggerCondition : BaseTriggerCondition
The ContextMenuTriggerCondition type exposes the following members.
Name | Description | |
---|---|---|
ContextMenuTriggerCondition | Initializes a new instance of the ContextMenuTriggerCondition 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. (Inherited from BaseTriggerCondition.) | |
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"'. (Inherited from BaseTriggerCondition.) | |
Recursive | If enabled, all descendants of the specified tag are also matched. (Inherited from BaseTriggerCondition.) | |
Tag | Specifies a tag that has to exist on the item. (Inherited from BaseTriggerCondition.) | |
UrlPrefix | Specifies an URL prefix that has to match. This URL can be relative to the workflow item's web. (Inherited from BaseTriggerCondition.) | |
UserTransitions | Contains the user transitions that can start the workflow. |
Once configured, the specified user transitions can be accessed either from a DataGrid context menu or from the item's display form.