Class ProcessInstanceEntity
Inheritance
↳ object
↳ ProcessInstanceEntity
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
Syntaxpublic class ProcessInstanceEntity : IEntity
Properties
ActivityName
Declarationpublic string ActivityName { get; set; }
Type | Description |
---|---|
string |
Id
Declarationpublic Guid Id { get; set; }
Type | Description |
---|---|
Guid |
IsDeterminingParametersChanged
Declarationpublic bool IsDeterminingParametersChanged { get; set; }
Type | Description |
---|---|
bool |
PreviousActivity
Declarationpublic string PreviousActivity { get; set; }
Type | Description |
---|---|
string |
PreviousActivityForDirect
Declarationpublic string PreviousActivityForDirect { get; set; }
Type | Description |
---|---|
string |
PreviousActivityForReverse
Declarationpublic string PreviousActivityForReverse { get; set; }
Type | Description |
---|---|
string |
PreviousState
Declarationpublic string PreviousState { get; set; }
Type | Description |
---|---|
string |
PreviousStateForDirect
Declarationpublic string PreviousStateForDirect { get; set; }
Type | Description |
---|---|
string |
PreviousStateForReverse
Declarationpublic string PreviousStateForReverse { get; set; }
Type | Description |
---|---|
string |
SchemeId
Declarationpublic Guid? SchemeId { get; set; }
Type | Description |
---|---|
Guid? |
StateName
Declarationpublic string StateName { get; set; }
Type | Description |
---|---|
string |
ParentProcessId
Declarationpublic Guid? ParentProcessId { get; set; }
Type | Description |
---|---|
Guid? |
RootProcessId
Declarationpublic Guid RootProcessId { get; set; }
Type | Description |
---|---|
Guid |
TenantId
Declarationpublic string TenantId { get; set; }
Type | Description |
---|---|
string |
StartingTransition
Declarationpublic string StartingTransition { get; set; }
Type | Description |
---|---|
string |
SubprocessName
Declarationpublic string SubprocessName { get; set; }
Type | Description |
---|---|
string |
CreationDate
Declarationpublic DateTime CreationDate { get; set; }
Type | Description |
---|---|
DateTime |
LastTransitionDate
Declarationpublic DateTime? LastTransitionDate { get; set; }
Type | Description |
---|---|
DateTime? |
CalendarName
Declarationpublic string CalendarName { get; set; }
Type | Description |
---|---|
string |
Methods
GetValue(string)
Declarationpublic object GetValue(string key)
Type | Name | Description |
---|---|---|
string | key |
Type | Description |
---|---|
object |
SetValue(string, object)
Declarationpublic void SetValue(string key, object value)
Type | Name | Description |
---|---|---|
string | key | |
object | value |