Click or drag to resize

IWorkflowDefinition Methods


The IWorkflowDefinition type exposes the following members.

Methods
  Name Description
Public method AddTransition Adds a new Transition to this Workflow Definition.
Public method InitialTransition Retrieves the Transition that takes the Page from the initial Work State to the next state.
Public method RemoveTransition Removes a Transition from the collection.
Public method Touch Updated the entity's LastModified value to the current time.
(Inherited from IEntity)
Public method Transition Retrieves a Transition from the collection by its unique ID.
Public method TransitionByName Retrieves a Transition from the collection by its name.
Public method TransitionsCount Gets the count the Transitions in the collection.
Public method ValidateData Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity)
Public method ValidateUserPermission 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