Skip to main content

Class Command

Inheritance

↳ object

    Command

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Model.ApprovalMap

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class Command

Constructors

Command(string, string, DateTime, Guid)

Use for execute some command for one or some process

Declaration
public Command(string name, string identityId, DateTime dateTime, Guid processId = default)
Parameters
TypeNameDescription
stringnameCommand name for execute
stringidentityIdUser id
DateTimedateTimeTime of adding command. Use for sorting
GuidprocessIdId of <xref href="OptimaJet.Workflow.Core.Model.ProcessInstance" data-throw-if-not-resolved="false"></xref>

Properties

Name

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

DateTime

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

ProcessId

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

IdentityId

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

Extension Methods