Assembly: OptimaJet.Workflow.Core

Class CommandWithClassifier

OptimaJet.Workflow.Core.Persistence.CommandWithClassifier

Associates a command name with the TransitionClassifier assigned to its command transition.

public class CommandWithClassifier

Properties

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.