Skip to main content

Class InboxItem

Inheritance

↳ object

    InboxItem

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 InboxItem

Properties

Id

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

ProcessId

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

IdentityId

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

AddingDate

Declaration
public DateTime AddingDate { get; set; }
Property value
TypeDescription
DateTime

AvailableCommands

Declaration
public List<CommandName> AvailableCommands { get; set; }
Property value
TypeDescription
List<CommandName>

Extension Methods