Class OutboxItem
Inheritance
↳ object
↳ OutboxItem
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 OutboxItem
Properties
ProcessId
Declarationpublic Guid ProcessId { get; set; }
Type | Description |
---|---|
Guid |
FirstApprovalTime
Declarationpublic DateTime? FirstApprovalTime { get; set; }
Type | Description |
---|---|
DateTime? |
LastApprovalTime
Declarationpublic DateTime? LastApprovalTime { get; set; }
Type | Description |
---|---|
DateTime? |
ApprovalCount
Declarationpublic int ApprovalCount { get; set; }
Type | Description |
---|---|
int |
LastApproval
Declarationpublic string LastApproval { get; set; }
Type | Description |
---|---|
string |