Class RuntimeEntity
Inheritance
↳ object
↳ RuntimeEntity
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 RuntimeEntity : IEntity
Properties
RuntimeId
Declarationpublic string RuntimeId { get; set; }
Type | Description |
---|---|
string |
Lock
Declarationpublic Guid Lock { get; set; }
Type | Description |
---|---|
Guid |
Status
Declarationpublic RuntimeStatus Status { get; set; }
Type | Description |
---|---|
RuntimeStatus |
RestorerId
Declarationpublic string RestorerId { get; set; }
Type | Description |
---|---|
string |
NextTimerTime
Declarationpublic DateTime? NextTimerTime { get; set; }
Type | Description |
---|---|
DateTime? |
NextServiceTimerTime
Declarationpublic DateTime? NextServiceTimerTime { get; set; }
Type | Description |
---|---|
DateTime? |
LastAliveSignal
Declarationpublic DateTime? LastAliveSignal { get; set; }
Type | Description |
---|---|
DateTime? |
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 |