Click or drag to resize

UserTransition Class

Specifies a user transition.
Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.WorkflowKit.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class UserTransition : BaseTransition

The UserTransition type exposes the following members.

Constructors
  NameDescription
Public methodUserTransition
Initializes a new instance of the UserTransition class
Top
Properties
  NameDescription
Public propertyHasInputForm
Public propertyLabel
The label is displayed in the context menu and the user form input page as title.
(Overrides BaseTransitionLabel.)
Top
Methods
  NameDescription
Public methodDoesUserHavePermission
Returns 'true' if the current user has permissions to execute the user transition on the specified SPListItem.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetClientScriptHyperLink
Returns the URL to execute the user transition on the specified SPListItem.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldActions
Contains the actions that are executed when this transition is executed.
(Inherited from BaseTransition.)
Public fieldConfirmationMessage
This message is displayed after the user has executed the transition. The message is only displayed if there is no user input form specified.
Public fieldDescription
The description is displayed in the form input page.
Public fieldHidden
If enabled, the user transition is not shown in the context menu.
Public fieldId
Contains a GUID that is used to identify the user transition.
Public fieldNextStateId
Specifies the next state in case this condition is matched.
(Inherited from BaseTransition.)
Public fieldRole
Specifies a role that is required for users that are allowed to execute the transition.
Public fieldUserInput
Specifies a user input form that can be used to request information from the user that executes this transition.
Public fieldUsers
Specifies a set of users that are permitted to execute the transition.
Top
Remarks
User transitions move an item to the specified next state based on user input (either from a DataGrid context menu or from the item's display form).
Remarks
This is a MatchPoint configuration class.
See Also