Class ActorDefinition
OptimaJet.Workflow.Core.Model.ActorDefinition
Represent an actor in a process scheme
Namespace: OptimaJet.Workflow.Core.Model
public class ActorDefinition : BaseDefinitionInheritance
- System.Object
- BaseDefinition
Properties
Name
Type
OriginalName #StringIf object was inlined, you can get its original name from this property
OriginalSchemeCode #StringThe code of the scheme to which the inlined object originally belonged.
WasInlined #BooleanReturn true if the object was inlined.
Rule #StringRule name which is associated with the actor
Value #StringAdditional parameter which is passed to the appropriate methods IWorkflowRuleProvider
IsPredefined #BooleanMethods
public ActorDefinition Clone() #Returns
Type
Description
ActorDefinition