Class BackgroundBatch
Background Batch query item
Inheritance
System.Object
BackgroundBatch
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.Models.dll
Syntax
public class BackgroundBatch
Constructors
BackgroundBatch(BatchStatus)
Declaration
public BackgroundBatch(BatchStatus status)
Parameters
Type |
Name |
Description |
Cmc.Core.BackgroundProcessing.Entities.BatchStatus |
status |
Batch base class
|
Properties
BatchId
Declaration
public string BatchId { get; set; }
Property Value
Type |
Description |
System.String |
|
BatchType
Declaration
public string BatchType { get; set; }
Property Value
Type |
Description |
System.String |
|
CancelDateTime
Declaration
public DateTime? CancelDateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
CompletedDateTime
Declaration
public DateTime? CompletedDateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
CreatedDateTime
Declaration
public DateTime? CreatedDateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Duration
Declaration
public long? Duration { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Result
Declaration
public object Result { get; set; }
Property Value
Type |
Description |
System.Object |
|
RetryDateTime
Declaration
public DateTime? RetryDateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
StartedDateTime
Declaration
public DateTime? StartedDateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
State
Declaration
public string State { get; set; }
Property Value
Type |
Description |
System.String |
|
SubmittedByUserId
Declaration
public int SubmittedByUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SubmittedByUserName
Declaration
public string SubmittedByUserName { get; set; }
Property Value
Type |
Description |
System.String |
|