Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

Class ApprovalHistoryEntity

Inheritance

↳ object

    ↳ ApprovalHistoryEntity

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 ApprovalHistoryEntity : 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

AllowedTo

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

TransitionTime

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

Sort

Declaration
public long Sort { get; set; }
Property value
TypeDescription
long

InitialState

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

DestinationState

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

TriggerName

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

Commentary

Declaration
public string Commentary { 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