![]() |
Workflow Engine .NET
2
|
Represent a transition's restiction in a process scheme More...
Public Member Functions | |
RestrictionDefinition | Clone () |
RestrictionDefinition | Clone (List< ActorDefinition > actorDefinitions) |
Clones RestrictionDefinition object replacing references to the references to the specific objects More... | |
Static Public Member Functions | |
static RestrictionDefinition | Create (string type, ActorDefinition actor) |
Create RestrictionDefinition object More... | |
static RestrictionDefinition | Create (RestrictionType type, ActorDefinition actor) |
Create RestrictionDefinition object More... | |
Properties | |
RestrictionType | Type [get, set] |
Type of the restriction RestrictionType More... | |
ActorDefinition | Actor [get, set] |
Actor which allowed or restricted to trigger a transition More... | |
Represent a transition's restiction in a process scheme
RestrictionDefinition OptimaJet.Workflow.Core.Model.RestrictionDefinition.Clone | ( | List< ActorDefinition > | actorDefinitions | ) |
Clones RestrictionDefinition object replacing references to the references to the specific objects
actorDefinitions | List of the actors to replace |
|
static |
Create RestrictionDefinition object
type | Type of the condition ConditionType |
actor | Actor which allowed or restricted to trigger a transition |
|
static |
Create RestrictionDefinition object
type | Type of the condition ConditionType |
actor | Actor which allowed or restricted to trigger a transition |
|
getset |
Actor which allowed or restricted to trigger a transition
|
getset |
Type of the restriction RestrictionType