Class CommandName
Inheritance
↳ object
↳ CommandName
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Persistence
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class CommandName
Properties
Name
System name of the command
Declarationpublic string Name { get; set; }
Type | Description |
---|---|
string |
LocalizedName
Localized name of the command
Declarationpublic string LocalizedName { get; set; }
Type | Description |
---|---|
string |