Assembly: OptimaJet.Workflow.Core

Class CommandName

OptimaJet.Workflow.Core.Persistence.CommandName

Represents the system and localized names of a CommandDefinition available in InboxItem.AvailableCommands.

public class CommandName

Properties

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.