Skip to main content

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

Syntax
public class ProcessTimerEntity : IEntity

Properties

Id

Declaration
public Guid Id { get; set; }
Property value
TypeDescription
Guid

ProcessId

Declaration
public Guid ProcessId { get; set; }
Property value
TypeDescription
Guid

RootProcessId

Declaration
public Guid RootProcessId { get; set; }
Property value
TypeDescription
Guid

Name

Declaration
public string Name { get; set; }
Property value
TypeDescription
string

NextExecutionDateTime

Declaration
public DateTime NextExecutionDateTime { get; set; }
Property value
TypeDescription
DateTime

Ignore

Declaration
public bool Ignore { get; set; }
Property value
TypeDescription
bool

Methods

GetValue(string)

Declaration
public object GetValue(string key)
Parameters
TypeNameDescription
stringkey
Returns
TypeDescription
object

SetValue(string, object)

Declaration
public void SetValue(string key, object value)
Parameters
TypeNameDescription
stringkey
objectvalue

Extension Methods