Class TaskProcessJobResultEntity
This class represents the EntityModel interface to the CmTaskMaintenanceProcessResults database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Crm.Entities
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class TaskProcessJobResultEntity : Entity, IIdentifiable
Constructors
TaskProcessJobResultEntity()
Declaration
public TaskProcessJobResultEntity()
Fields
AssignedStaffIdProperty
The AssignedStaffId property.
Declaration
public static readonly EntityProperty AssignedStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BackGroundBatchStatusIdProperty
The BackGroundBatchStatusId property.
Declaration
public static readonly EntityProperty BackGroundBatchStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CompletedByUserIdProperty
The CompletedByUserId property.
Declaration
public static readonly EntityProperty CompletedByUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DueDateProperty
The DueDate property.
Declaration
public static readonly EntityProperty DueDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EndDateProperty
The EndDate property.
Declaration
public static readonly EntityProperty EndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobCreatedDateTimeProperty
The JobCreatedDateTime property.
Declaration
public static readonly EntityProperty JobCreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobResultProperty
The JobResult property.
Declaration
public static readonly EntityProperty JobResultProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobStartedDateTimeProperty
The JobStartedDateTime property.
Declaration
public static readonly EntityProperty JobStartedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobStatusProperty
The JobStatus property.
Declaration
public static readonly EntityProperty JobStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousAssignedStaffIdProperty
The PreviousAssignedStaffId property.
Declaration
public static readonly EntityProperty PreviousAssignedStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousTaskResultIdProperty
The PreviousTaskResultId property.
Declaration
public static readonly EntityProperty PreviousTaskResultIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousTaskStatusIdProperty
The PreviousTaskStatusId property.
Declaration
public static readonly EntityProperty PreviousTaskStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PriorityProperty
The Priority property.
Declaration
public static readonly EntityProperty PriorityProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaskIdProperty
The TaskId property.
Declaration
public static readonly EntityProperty TaskIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaskResultIdProperty
The TaskResultId property.
Declaration
public static readonly EntityProperty TaskResultIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaskStatusIdProperty
The TaskStatusId property.
Declaration
public static readonly EntityProperty TaskStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AssignedStaffId
Gets or sets the AssignedStaffId associated with this TaskProcessJobResultEntity.
Declaration
public int? AssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssignedStaffId. |
BackGroundBatchStatusId
Gets or sets the BackGroundBatchStatusId associated with this TaskProcessJobResultEntity.
Declaration
public int BackGroundBatchStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BackGroundBatchStatusId. |
CompletedByUserId
Gets or sets the CompletedByUserId associated with this TaskProcessJobResultEntity.
Declaration
public int? CompletedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CompletedByUserId. |
DueDate
Gets or sets the DueDate associated with this TaskProcessJobResultEntity.
Declaration
public DateTime? DueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DueDate. |
EndDate
Gets or sets the EndDate associated with this TaskProcessJobResultEntity.
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EndDate. |
Id
Gets or sets the Id associated with this TaskProcessJobResultEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
JobCreatedDateTime
Gets or sets the JobCreatedDateTime associated with this TaskProcessJobResultEntity.
Declaration
public DateTime JobCreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The JobCreatedDateTime. |
JobResult
Gets or sets the JobResult associated with this TaskProcessJobResultEntity.
Declaration
public string JobResult { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobResult. |
JobStartedDateTime
Gets or sets the JobStartedDateTime associated with this TaskProcessJobResultEntity.
Declaration
public DateTime? JobStartedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The JobStartedDateTime. |
JobStatus
Gets or sets the JobStatus associated with this TaskProcessJobResultEntity.
Declaration
public string JobStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobStatus. |
Note
Gets or sets the Note associated with this TaskProcessJobResultEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PreviousAssignedStaffId
Gets or sets the PreviousAssignedStaffId associated with this TaskProcessJobResultEntity.
Declaration
public int? PreviousAssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousAssignedStaffId. |
PreviousTaskResultId
Gets or sets the PreviousTaskResultId associated with this TaskProcessJobResultEntity.
Declaration
public int? PreviousTaskResultId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousTaskResultId. |
PreviousTaskStatusId
Gets or sets the PreviousTaskStatusId associated with this TaskProcessJobResultEntity.
Declaration
public int? PreviousTaskStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousTaskStatusId. |
Priority
Gets or sets the Priority associated with this TaskProcessJobResultEntity.
Declaration
public string Priority { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Priority. |
RowVersion
Gets or sets the RowVersion associated with this TaskProcessJobResultEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TaskId
Gets or sets the TaskId associated with this TaskProcessJobResultEntity.
Declaration
public int TaskId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskId. |
TaskResultId
Gets or sets the TaskResultId associated with this TaskProcessJobResultEntity.
Declaration
public int? TaskResultId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TaskResultId. |
TaskStatusId
Gets or sets the TaskStatusId associated with this TaskProcessJobResultEntity.
Declaration
public int? TaskStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TaskStatusId. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()