Class CommandWithClassifier
OptimaJet.Workflow.Core.Persistence.CommandWithClassifier
Associates a command name with the TransitionClassifier assigned to its command transition.
Namespace: OptimaJet.Workflow.Core.Persistence
public class CommandWithClassifierProperties
public string Name { get; set; } #Gets or sets the name of the CommandDefinition declared in the process scheme.
public TransitionClassifier Classifier { get; set; } #Gets or sets the TransitionClassifier assigned to the command transition.