IWorkflowDefinition Methods |
The IWorkflowDefinition type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddTransition |
Adds a new Transition to this Workflow Definition.
|
![]() | InitialTransition | |
![]() | RemoveTransition |
Removes a Transition from the collection.
|
![]() | Touch |
Updated the entity's LastModified value to the current time.
(Inherited from IEntity.) |
![]() | 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.) |