Class ProcessInstanceTreeItem
Inheritance
↳ object
↳ ProcessInstanceTreeItem
Implements
IProcessInstanceTreeItem
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 ProcessInstanceTreeItem : IProcessInstanceTreeItem, IEntity
Properties
Id
Declarationpublic Guid Id { get; set; }
| Type | Description | 
|---|---|
| Guid | 
ParentProcessId
Declarationpublic Guid? ParentProcessId { get; set; }
| Type | Description | 
|---|---|
| Guid? | 
RootProcessId
Declarationpublic Guid RootProcessId { get; set; }
| Type | Description | 
|---|---|
| Guid | 
StartingTransition
Declarationpublic string StartingTransition { get; set; }
| Type | Description | 
|---|---|
| string | 
SubprocessName
Declarationpublic string SubprocessName { 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 |