Enum LocalizeType
OptimaJet.Workflow.Core.Model.LocalizeType
Specifies the kind of scheme object to which a Translation applies.
Namespace: OptimaJet.Workflow.Core.Model
public enum LocalizeTypeFields
Command = 0 #Identifies a translation of a CommandDefinition name.
State = 1 #Identifies a translation of the business state name stored in ActivityDefinition.State.
Parameter = 2 #Identifies a translation of a command input parameter name stored in ParameterDefinitionReference.Name.
Action = 3 #Identifies a translation of the action name stored in ActionDefinitionReference.ActionName.
Condition = 4 #Identifies a translation of the condition name stored in ActionDefinitionReference.ActionName for ConditionDefinition.Action.
Scheme = 5 #Identifies a translation of a ProcessDefinition name.
Comment = 6 #Identifies a comment translation whose lookup key is stored in Translation.ObjectName.