Click or drag to resize

IWorkflowDefinition Methods


The IWorkflowDefinition type exposes the following members.

Methods
  NameDescription
Public methodAddTransition
Adds a new Transition to this Workflow Definition.
Public methodInitialTransition
Retrieves the Transition that takes the Page from the initial Work State to the next state.
Public methodRemoveTransition
Removes a Transition from the collection.
Public methodTransition
Retrieves a Transition from the collection by its unique ID.
Public methodTransitionByName
Retrieves a Transition from the collection by its name.
Public methodTransitionsCount
Gets the count the Transitions in the collection.
Public methodValidateData
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.)
Public methodValidateUserPermission
Validates the user permission on the current entity. Implemented by concrete inheriting types. It is called automatically upon saving an entity.
(Inherited from IEntity.)
Top
See Also