Skip to main content

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

Syntax
public class CommandWithClassifier

Properties

Name

System name of the command

Declaration
public string Name { get; set; }
Property value
TypeDescription
string

Classifier

Classifier of the direction of the transition with this command

Declaration
public TransitionClassifier Classifier { get; set; }
Property value
TypeDescription
TransitionClassifier

Extension Methods