Class AssignmentCreationForm
Provides a form to create a assignment
Inheritance
↳ object
↳ AssignmentCreationForm
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Model
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic sealed class AssignmentCreationForm
Properties
Id
If id is null a new value will be generated
Declarationpublic Guid? Id { get; set; }
Type | Description |
---|---|
Guid? |
AssignmentCode
Required assignment code
Declarationpublic string AssignmentCode { get; set; }
Type | Description |
---|---|
string |
Name
Required assignment name
Declarationpublic string Name { get; set; }
Type | Description |
---|---|
string |
Description
Assignment description
Declarationpublic string Description { get; set; }
Type | Description |
---|---|
string |
IsActive
Property for managing the assignment from the designer
Declarationpublic bool IsActive { get; set; }
Type | Description |
---|---|
bool |
DeadlineToComplete
Deadline to complete
Declarationpublic DateTime? DeadlineToComplete { get; set; }
Type | Description |
---|---|
DateTime? |
DeadlineToStart
Deadline to start
Declarationpublic DateTime? DeadlineToStart { get; set; }
Type | Description |
---|---|
DateTime? |
Executor
Executor identity
Declarationpublic string Executor { get; set; }
Type | Description |
---|---|
string |
Observers
List of identities
Declarationpublic List<string> Observers { get; set; }
Type | Description |
---|---|
List<string> |
Tags
List of tags
Declarationpublic List<string> Tags { get; set; }
Type | Description |
---|---|
List<string> |