Class CommandName
OptimaJet.Workflow.Core.Persistence.CommandName
Represents the system and localized names of a CommandDefinition available in InboxItem.AvailableCommands.
Namespace: OptimaJet.Workflow.Core.Persistence
public class CommandNameProperties
public string Name { get; set; } #Gets or sets the case-sensitive system name by which the CommandDefinition is referenced in the process scheme.
public string LocalizedName { get; set; } #Gets or sets the culture-specific command name intended for display.