Class ProcessTimerEntity
Inheritance
↳ object
↳ ProcessTimerEntity
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 ProcessTimerEntity : IEntity
Properties
Id
Declarationpublic Guid Id { get; set; }
Type | Description |
---|---|
Guid |
ProcessId
Declarationpublic Guid ProcessId { get; set; }
Type | Description |
---|---|
Guid |
RootProcessId
Declarationpublic Guid RootProcessId { get; set; }
Type | Description |
---|---|
Guid |
Name
Declarationpublic string Name { get; set; }
Type | Description |
---|---|
string |
NextExecutionDateTime
Declarationpublic DateTime NextExecutionDateTime { get; set; }
Type | Description |
---|---|
DateTime |
Ignore
Declarationpublic bool Ignore { get; set; }
Type | Description |
---|---|
bool |
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 |