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
Syntaxpublic class WorkflowState
Properties
Name
System name of the state
Declarationpublic string Name { get; set; }
Type | Description |
---|---|
string |
VisibleName
Localized name of the state
Declarationpublic string VisibleName { get; set; }
Type | Description |
---|---|
string |
SchemeCode
Code of the scheme of the process
Declarationpublic string SchemeCode { get; set; }
Type | Description |
---|---|
string |