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
Syntaxpublic class Command
Constructors
Command(string, string, DateTime, Guid)
Use for execute some command for one or some process
Declarationpublic Command(string name, string identityId, DateTime dateTime, Guid processId = default)
Type | Name | Description |
---|---|---|
string | name | Command name for execute |
string | identityId | User id |
DateTime | dateTime | Time of adding command. Use for sorting |
Guid | processId | Id of <xref href="OptimaJet.Workflow.Core.Model.ProcessInstance" data-throw-if-not-resolved="false"></xref> |
Properties
Name
Declarationpublic string Name { get; set; }
Type | Description |
---|---|
string |
DateTime
Declarationpublic DateTime DateTime { get; set; }
Type | Description |
---|---|
DateTime |
ProcessId
Declarationpublic Guid ProcessId { get; set; }
Type | Description |
---|---|
Guid |
IdentityId
Declarationpublic string IdentityId { get; set; }
Type | Description |
---|---|
string |