UserTransition Class |
Namespace: Colygon.MatchPoint.WorkflowKit.Configuration
[SerializableAttribute] public class UserTransition : BaseTransition
The UserTransition type exposes the following members.
Name | Description | |
---|---|---|
UserTransition | Initializes a new instance of the UserTransition class |
Name | Description | |
---|---|---|
HasInputForm | ||
Label | The label is displayed in the context menu and the user form input page as title. (Overrides BaseTransitionLabel.) |
Name | Description | |
---|---|---|
DoesUserHavePermission | Returns 'true' if the current user has permissions to execute the user transition on the specified SPListItem. | |
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.) | |
GetClientScriptHyperLink | Returns the URL to execute the user transition on the specified SPListItem. | |
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 | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Actions | Contains the actions that are executed when this transition is executed. (Inherited from BaseTransition.) | |
ConfirmationMessage | This message is displayed after the user has executed the transition. The message is only displayed if there is no user input form specified. | |
Description | The description is displayed in the form input page. | |
Hidden | If enabled, the user transition is not shown in the context menu. | |
Id | Contains a GUID that is used to identify the user transition. | |
NextStateId | Specifies the next state in case this condition is matched. (Inherited from BaseTransition.) | |
Role | Specifies a role that is required for users that are allowed to execute the transition. | |
UserInput | Specifies a user input form that can be used to request information from the user that executes this transition. | |
Users | Specifies a set of users that are permitted to execute the transition. |