Class DocumentWorkflowState
Inheritance
System.Object
DocumentWorkflowState
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.FileStructure.Workflow
Assembly: Simplic.FileStructure.Workflow.dll
Syntax
public class DocumentWorkflowState
Properties
| Improve this Doc View SourceGuid
Gets or sets the guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
InternalName
Gets or sets the internal name
Declaration
public string InternalName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StateType
Gets or sets the
Declaration
public DocumentWorkflowStateType StateType { get; set; }
Property Value
Type | Description |
---|---|
DocumentWorkflowStateType |