The IWorkflowDefinition type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddTransition |
Adds a new Transition to this Workflow Definition.
|
|
InitialTransition | ||
RemoveTransition |
Removes a Transition from the collection.
|
|
Transition |
Retrieves a Transition from the collection by its unique ID.
|
|
TransitionByName |
Retrieves a Transition from the collection by its name.
|
|
TransitionsCount |
Gets the count the Transitions in the collection.
|
|
ValidateData |
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.) |
|
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.) |
See Also