Class TransitionDto
OptimaJet.Workflow.Core.Model.ApprovalMap.TransitionDto
Represents an outgoing TransitionDefinition included in ActivityDto.Transitions for an approval map or a pre-execution simulation result.
Namespace: OptimaJet.Workflow.Core.Model.ApprovalMap
public class TransitionDtoConstructors
public TransitionDto(TransitionDefinition transition, ProcessDefinition scheme) #Initializes a new TransitionDto from
transition, using scheme to initialize TransitionDto.LocalizedCommand.Parameters
Name
Type
Description
transitionTransitionDefinitionThe TransitionDefinition whose TransitionDefinition.Trigger, TransitionDefinition.To, and TransitionDefinition.Classifier populate the new instance.
schemeProcessDefinitionThe ProcessDefinition used to resolve TransitionDto.LocalizedCommand for CultureInfo.CurrentCulture.
Properties
public string Command { get; set; } #Gets or sets the command name associated with the represented transition.
public string NextActivity { get; set; } #Gets or sets the name of the target ActivityDefinition referenced by TransitionDefinition.To.
public string Type { get; set; } #Gets or sets the declared name of the TriggerType value in TriggerDefinition.Type for the represented transition.
public string Classifier { get; set; } #Gets or sets the declared name of the TransitionClassifier value assigned to TransitionDefinition.Classifier.
public string LocalizedCommand { get; set; } #Gets or sets the localized command name associated with TransitionDto.Command.