Class BusinessProcessBackgroundProcessingJob
This class represents the EntityModel interface to the SyServiceProcessBackgroundProcessingJob database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class BusinessProcessBackgroundProcessingJob
Constructors
BusinessProcessBackgroundProcessingJob()
Declaration
public BusinessProcessBackgroundProcessingJob()
Properties
BackgroundProcessingJobIdentifier
Gets or sets the BackgroundProcessingJobIdentifier associated with this BusinessProcessBackgroundProcessingJob.
Declaration
public Guid BackgroundProcessingJobIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The BackgroundProcessingJobIdentifier. |
BusinessProcessRequestQueueDetail
Declaration
public virtual BusinessProcessRequestQueueDetail BusinessProcessRequestQueueDetail { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcessRequestQueueDetail |
BusinessProcessRequestQueueDetailId
Gets or sets the BusinessProcessRequestQueueDetailId associated with this BusinessProcessBackgroundProcessingJob.
Declaration
public int BusinessProcessRequestQueueDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessRequestQueueDetailId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BusinessProcessBackgroundProcessingJob.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this BusinessProcessBackgroundProcessingJob.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
JobPayload
Gets or sets the JobPayload associated with this BusinessProcessBackgroundProcessingJob.
Declaration
public string JobPayload { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobPayload. |
JobStatus
Gets or sets the JobStatus associated with this BusinessProcessBackgroundProcessingJob.
Declaration
public string JobStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobStatus. |
LastHeartbeatDate
Gets or sets the LastHeartbeatDate associated with this BusinessProcessBackgroundProcessingJob.
Declaration
public DateTime LastHeartbeatDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastHeartbeatDate. |
LastModfiedDateTime
Gets or sets the LastModfiedDateTime associated with this BusinessProcessBackgroundProcessingJob.
Declaration
public DateTime LastModfiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModfiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BusinessProcessBackgroundProcessingJob.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ResponsePayload
Gets or sets the ResponsePayload associated with this BusinessProcessBackgroundProcessingJob.
Declaration
public string ResponsePayload { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponsePayload. |
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |