Skip to main content

Class ProcessInstanceStatusEntity

Inheritance

↳ object

    ProcessInstanceStatusEntity

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 ProcessInstanceStatusEntity : IEntity

Properties

Id

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

Lock

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

Status

Declaration
public byte Status { get; set; }
Property value
TypeDescription
byte

RuntimeId

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

SetTime

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

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