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
Syntaxpublic class InboxItem
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 |
AddingDate
Declarationpublic DateTime AddingDate { get; set; }
Type | Description |
---|---|
DateTime |
AvailableCommands
Declarationpublic List<CommandName> AvailableCommands { get; set; }
Type | Description |
---|---|
List<CommandName> |