Class CommandWithClassifier
Inheritance
↳ object
↳ CommandWithClassifier
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Persistence
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class CommandWithClassifier
Properties
Name
System name of the command
Declarationpublic string Name { get; set; }
Type | Description |
---|---|
string |
Classifier
Classifier of the direction of the transition with this command
Declarationpublic TransitionClassifier Classifier { get; set; }
Type | Description |
---|---|
TransitionClassifier |