Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

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

Syntax
public class CommandName

Properties

Name

System name of the command

Declaration
public string Name { get; set; }
Property value
TypeDescription
string

LocalizedName

Localized name of the command

Declaration
public string LocalizedName { get; set; }
Property value
TypeDescription
string

Extension Methods