Skip to main content

Class InboxEntity

Inheritance

↳ object

    InboxEntity

Implements

IEntity

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Entities

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class InboxEntity : IEntity

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 string AvailableCommands { get; set; }
Property value
TypeDescription
string

Methods

GetValue(string)

Declaration
public object GetValue(string key)
Parameters
TypeNameDescription
stringkey
Returns
TypeDescription
object

SetValue(string, object)

Declaration
public void SetValue(string key, object value)
Parameters
TypeNameDescription
stringkey
objectvalue

Extension Methods