Class ProcessAssignmentEntity
Inheritance
↳ object
↳ ProcessAssignmentEntity
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 ProcessAssignmentEntity : IEntity
Properties
Id
Declarationpublic Guid Id { get; set; }
| Type | Description |
|---|---|
| Guid |
AssignmentCode
Declarationpublic string AssignmentCode { get; set; }
| Type | Description |
|---|---|
| string |
Name
Declarationpublic string Name { get; set; }
| Type | Description |
|---|---|
| string |
ProcessId
Declarationpublic Guid ProcessId { get; set; }
| Type | Description |
|---|---|
| Guid |
Description
Declarationpublic string Description { get; set; }
| Type | Description |
|---|---|
| string |
DateCreation
Declarationpublic DateTime DateCreation { get; set; }
| Type | Description |
|---|---|
| DateTime |
DateStart
Declarationpublic DateTime? DateStart { get; set; }
| Type | Description |
|---|---|
| DateTime? |
DateFinish
Declarationpublic DateTime? DateFinish { get; set; }
| Type | Description |
|---|---|
| DateTime? |
DeadlineToStart
Declarationpublic DateTime? DeadlineToStart { get; set; }
| Type | Description |
|---|---|
| DateTime? |
DeadlineToComplete
Declarationpublic DateTime? DeadlineToComplete { get; set; }
| Type | Description |
|---|---|
| DateTime? |
Executor
Declarationpublic string Executor { get; set; }
| Type | Description |
|---|---|
| string |
Observers
Declarationpublic string Observers { get; set; }
| Type | Description |
|---|---|
| string |
Tags
Declarationpublic string Tags { get; set; }
| Type | Description |
|---|---|
| string |
StatusState
Declarationpublic string StatusState { get; set; }
| Type | Description |
|---|---|
| string |
IsActive
Declarationpublic bool IsActive { get; set; }
| Type | Description |
|---|---|
| bool |
IsDeleted
Declarationpublic bool IsDeleted { 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 |