Class BackgroundJobStatus
This class represents the EntityModel for the core.BackgroundJobStatus database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class BackgroundJobStatus
Constructors
BackgroundJobStatus()
Declaration
public BackgroundJobStatus()
Properties
BackgroundBatchStatusId
Gets or sets the BackgroundBatchStatusId associated with this BackgroundBatchStatusParameter.
Declaration
public int BackgroundBatchStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BatchId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BackgroundJobStatus.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FailedDateTime
Gets or sets the FailedDateTime associated with this BackgroundJobStatus.
Declaration
public DateTime? FailedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The FailedDateTime. |
Id
Gets or sets the Id associated with this BackgroundJobStatus.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
JobIdentifier
Gets or sets the JobId associated with this BackgroundJobStatus.
Declaration
public string JobIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobId. |
JobParameters
Declaration
public virtual ICollection<BackgroundJobStatusParameter> JobParameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<BackgroundJobStatusParameter> |
JobResult
Gets or sets the JobResult associated with this BackgroundJobStatus.
Declaration
public string JobResult { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobResult. |
JobState
Gets or sets the JobState associated with this BackgroundJobStatus.
Declaration
public string JobState { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobState. |
JobType
Gets or sets the JobType associated with this BackgroundJobStatus.
Declaration
public string JobType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobType. |
StartedDateTime
Gets or sets the StartedDateTime associated with this BackgroundJobStatus.
Declaration
public DateTime? StartedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The StartedDateTime. |
SucceededDateTime
Gets or sets the SucceededDateTime associated with this BackgroundJobStatus.
Declaration
public DateTime? SucceededDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The SucceededDateTime. |