Class ApprovalHistoryItem
Inheritance
↳ object
↳ ApprovalHistoryItem
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 ApprovalHistoryItem
Properties
Id
Declarationpublic Guid Id { get; set; }
Type | Description |
---|---|
Guid |
ProcessId
Declarationpublic Guid ProcessId { get; set; }
Type | Description |
---|---|
Guid |
IdentityId
Declarationpublic string IdentityId { get; set; }
Type | Description |
---|---|
string |
AllowedTo
Declarationpublic List<string> AllowedTo { get; set; }
Type | Description |
---|---|
List<string> |
TransitionTime
Declarationpublic DateTime? TransitionTime { get; set; }
Type | Description |
---|---|
DateTime? |
Sort
Declarationpublic long Sort { get; set; }
Type | Description |
---|---|
long |
InitialState
Declarationpublic string InitialState { get; set; }
Type | Description |
---|---|
string |
DestinationState
Declarationpublic string DestinationState { get; set; }
Type | Description |
---|---|
string |
TriggerName
Declarationpublic string TriggerName { get; set; }
Type | Description |
---|---|
string |
Commentary
Declarationpublic string Commentary { get; set; }
Type | Description |
---|---|
string |