Class BackgroundBatchStatus
This class represents the EntityModel for the core.BackgroundBatchStatus database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class BackgroundBatchStatus
Constructors
BackgroundBatchStatus()
Declaration
public BackgroundBatchStatus()
Properties
BatchDescription
Gets or sets the BatchDescription associated with this BackgroundBatchStatus.
Declaration
public string BatchDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchDescription. |
BatchIdentifier
Gets or sets the BatchId associated with this BackgroundBatchStatus.
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchId. |
BatchParameters
Declaration
public virtual ICollection<BackgroundBatchStatusParameter> BatchParameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<BackgroundBatchStatusParameter> |
BatchResult
Gets or sets the BatchResult associated with this BackgroundBatchStatus.
Declaration
public string BatchResult { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchResult. |
BatchState
Gets or sets the BatchState associated with this BackgroundBatchStatus.
Declaration
public string BatchState { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchState. |
BatchType
Gets or sets the BatchType associated with this BackgroundBatchStatus.
Declaration
public string BatchType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchType. |
CancelDateTime
Gets or sets the CancelDateTime associated with this BackgroundBatchStatus.
Declaration
public DateTime? CancelDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CancelDateTime. |
CompletedDateTime
Gets or sets the CompletedDateTime associated with this BackgroundBatchStatus.
Declaration
public DateTime? CompletedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CompletedDateTime. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BackgroundBatchStatus.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Duration
Declaration
public long? Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Id
Gets or sets the Id associated with this BackgroundBatchStatus.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
Jobs
Declaration
public virtual ICollection<BackgroundJobStatus> Jobs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<BackgroundJobStatus> |
RetryDateTime
Gets or sets the RetryDateTime associated with this BackgroundBatchStatus.
Declaration
public DateTime? RetryDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RetryDateTime. |
StartedDateTime
Gets or sets the StartedDateTime associated with this BackgroundBatchStatus.
Declaration
public DateTime? StartedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The StartedDateTime. |
SubmittedByUser
Declaration
public Person SubmittedByUser { get; set; }
Property Value
Type | Description |
---|---|
Person |
SubmittedByUserId
Gets or sets the SubmittedByUserId associated with this BackgroundBatchStatus.
Declaration
public int SubmittedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SubmittedByUserId. |