Skip to main content

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

Syntax
public class OutboxItem

Properties

ProcessId

Declaration
public Guid ProcessId { get; set; }
Property value
TypeDescription
Guid

FirstApprovalTime

Declaration
public DateTime? FirstApprovalTime { get; set; }
Property value
TypeDescription
DateTime?

LastApprovalTime

Declaration
public DateTime? LastApprovalTime { get; set; }
Property value
TypeDescription
DateTime?

ApprovalCount

Declaration
public int ApprovalCount { get; set; }
Property value
TypeDescription
int

LastApproval

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

Extension Methods