Class BusinessProcessBackgroundProcessingJobEntity
This class represents the EntityModel interface to the SyServiceProcessBackgroundProcessingJob database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class BusinessProcessBackgroundProcessingJobEntity : Entity, IIdentifiable
Constructors
BusinessProcessBackgroundProcessingJobEntity()
Declaration
public BusinessProcessBackgroundProcessingJobEntity()
Fields
BackgroundProcessingJobIdentifierProperty
The BackgroundProcessingJobIdentifier property.
Declaration
public static readonly EntityProperty BackgroundProcessingJobIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BusinessProcessRequestQueueDetailIdProperty
The BusinessProcessRequestQueueDetailId property.
Declaration
public static readonly EntityProperty BusinessProcessRequestQueueDetailIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
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 |
JobPayloadProperty
The JobPayload property.
Declaration
public static readonly EntityProperty JobPayloadProperty
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 |
LastHeartbeatDateProperty
The LastHeartbeatDate property.
Declaration
public static readonly EntityProperty LastHeartbeatDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModfiedDateTimeProperty
The LastModfiedDateTime property.
Declaration
public static readonly EntityProperty LastModfiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResponsePayloadProperty
The ResponsePayload property.
Declaration
public static readonly EntityProperty ResponsePayloadProperty
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 |
Properties
BackgroundProcessingJobIdentifier
Gets or sets the BackgroundProcessingJobIdentifier associated with this BusinessProcessBackgroundProcessingJobEntity.
Declaration
public Guid BackgroundProcessingJobIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The BackgroundProcessingJobIdentifier. |
BusinessProcessRequestQueueDetailId
Gets or sets the BusinessProcessRequestQueueDetailId associated with this BusinessProcessBackgroundProcessingJobEntity.
Declaration
public int BusinessProcessRequestQueueDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessRequestQueueDetailId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BusinessProcessBackgroundProcessingJobEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this BusinessProcessBackgroundProcessingJobEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
JobPayload
Gets or sets the JobPayload associated with this BusinessProcessBackgroundProcessingJobEntity.
Declaration
public string JobPayload { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobPayload. |
JobStatus
Gets or sets the JobStatus associated with this BusinessProcessBackgroundProcessingJobEntity.
Declaration
public string JobStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobStatus. |
LastHeartbeatDate
Gets or sets the LastHeartbeatDate associated with this BusinessProcessBackgroundProcessingJobEntity.
Declaration
public DateTime LastHeartbeatDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastHeartbeatDate. |
LastModfiedDateTime
Gets or sets the LastModfiedDateTime associated with this BusinessProcessBackgroundProcessingJobEntity.
Declaration
public DateTime LastModfiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModfiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BusinessProcessBackgroundProcessingJobEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ResponsePayload
Gets or sets the ResponsePayload associated with this BusinessProcessBackgroundProcessingJobEntity.
Declaration
public string ResponsePayload { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponsePayload. |
RowVersion
Gets or sets the RowVersion associated with this BusinessProcessBackgroundProcessingJobEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()