Skip to main content

Class WorkflowState

Represent a state of a process for use in an application

Inheritance

↳ object

    WorkflowState

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Runtime

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class WorkflowState

Properties

Name

System name of the state

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

VisibleName

Localized name of the state

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

SchemeCode

Code of the scheme of the process

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

Extension Methods