Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ApprovalHistoryEntity

OptimaJet.Workflow.Core.Entities.ApprovalHistoryEntity

public class ApprovalHistoryEntity : IEntity

Inheritance

  • System.Object

Implemented Interfaces

Properties

Name
Type
Id #
Guid
ProcessId #
Guid
TenantId #
String
IdentityId #
String
AllowedTo #
String
TransitionTime #
Nullable<DateTime>
Sort #
Int64
InitialState #
String
DestinationState #
String
TriggerName #
String
Commentary #
String

Methods

public object GetValue(string key) #
Gets the value of a property "key"

Parameters

Name
Type
Description
key
String

Returns

Type
Description
Object
public void SetValue(string key, object value) #
Sets a "value" for a property "key"

Parameters

Name
Type
Description
key
String
value
Object