Class BusinessProcessRequestQueueDetailEntity
This class represents the EntityModel interface to the SyServiceProcessRequestQueue database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class BusinessProcessRequestQueueDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
BusinessProcessRequestQueueDetailEntity()
Declaration
public BusinessProcessRequestQueueDetailEntity()
Fields
BusinessProcessIdProperty
The BusinessProcessId property.
Declaration
public static readonly EntityProperty BusinessProcessIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BusinessProcessJobInstanceIdProperty
The BusinessProcessJobInstanceId property.
Declaration
public static readonly EntityProperty BusinessProcessJobInstanceIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BusinessProcessJobItineraryLevelIdProperty
The BusinessProcessJobItineraryLevelId property.
Declaration
public static readonly EntityProperty BusinessProcessJobItineraryLevelIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BusinessProcessJobScheduleIdProperty
The BusinessProcessJobScheduleId property.
Declaration
public static readonly EntityProperty BusinessProcessJobScheduleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BusinessProcessSubscriptionDetailIdProperty
The BusinessProcessSubscriptionDetailId property.
Declaration
public static readonly EntityProperty BusinessProcessSubscriptionDetailIdProperty
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 |
DequeueExceptionStatusProperty
The DequeueExceptionStatus property.
Declaration
public static readonly EntityProperty DequeueExceptionStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DequeueProcessorIdentifierProperty
The DequeueProcessorIdentifier property.
Declaration
public static readonly EntityProperty DequeueProcessorIdentifierProperty
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 |
IsDequeueExceptionCompletedProperty
The IsDequeueExceptionCompleted property.
Declaration
public static readonly EntityProperty IsDequeueExceptionCompletedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDequeueExceptionReadyProperty
The IsDequeueExceptionReady property.
Declaration
public static readonly EntityProperty IsDequeueExceptionReadyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsNotificationCompletedProperty
The IsNotificationCompleted property.
Declaration
public static readonly EntityProperty IsNotificationCompletedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsNotificationReadyProperty
The IsNotificationReady property.
Declaration
public static readonly EntityProperty IsNotificationReadyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsProcessLevelExceptionReportedProperty
The IsProcessLevelExceptionReported property.
Declaration
public static readonly EntityProperty IsProcessLevelExceptionReportedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsTerminalJobProperty
The IsTerminalJob property.
Declaration
public static readonly EntityProperty IsTerminalJobProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobConfigurationDetailProperty
The JobConfigurationDetail property.
Declaration
public static readonly EntityProperty JobConfigurationDetailProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobExecutionDetailProperty
The JobExecutionDetail property.
Declaration
public static readonly EntityProperty JobExecutionDetailProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobParametersDetailProperty
The JobParametersDetail property.
Declaration
public static readonly EntityProperty JobParametersDetailProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobSequenceIdentifierProperty
The JobSequenceIdentifier property.
Declaration
public static readonly EntityProperty JobSequenceIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobSequenceOrderProperty
The JobSequenceOrder property.
Declaration
public static readonly EntityProperty JobSequenceOrderProperty
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 |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
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 |
NotificationStatusProperty
The NotificationStatus property.
Declaration
public static readonly EntityProperty NotificationStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProcessedRequestsProperty
The ProcessedRequests property.
Declaration
public static readonly EntityProperty ProcessedRequestsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
QueuedDateTimeProperty
The QueuedDateTime property.
Declaration
public static readonly EntityProperty QueuedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RetrievedDateTimeProperty
The RetrievedDateTime property.
Declaration
public static readonly EntityProperty RetrievedDateTimeProperty
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 |
StatusLogProperty
The StatusLog property.
Declaration
public static readonly EntityProperty StatusLogProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaskIdProperty
The TaskId property.
Declaration
public static readonly EntityProperty TaskIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TryCountProperty
The TryCount property.
Declaration
public static readonly EntityProperty TryCountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BusinessProcessId
Gets or sets the BusinessProcessId associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public int? BusinessProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BusinessProcessId. |
BusinessProcessJobInstanceId
Gets or sets the BusinessProcessJobInstanceId associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public int? BusinessProcessJobInstanceId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BusinessProcessJobInstanceId. |
BusinessProcessJobItineraryLevelId
Gets or sets the BusinessProcessJobItineraryLevelId associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public int BusinessProcessJobItineraryLevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessJobItineraryLevelId. |
BusinessProcessJobScheduleId
Gets or sets the BusinessProcessJobScheduleId associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public int BusinessProcessJobScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessJobScheduleId. |
BusinessProcessSubscriptionDetailId
Gets or sets the BusinessProcessSubscriptionDetailId associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public int? BusinessProcessSubscriptionDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BusinessProcessSubscriptionDetailId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DequeueExceptionStatus
Gets or sets the DequeueExceptionStatus associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public string DequeueExceptionStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DequeueExceptionStatus. |
DequeueProcessorIdentifier
Gets or sets the DequeueProcessorIdentifier associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public Guid? DequeueProcessorIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> | The DequeueProcessorIdentifier. |
Id
Gets or sets the Id associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsDequeueExceptionCompleted
Gets or sets the IsDequeueExceptionCompleted associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public bool IsDequeueExceptionCompleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDequeueExceptionCompleted. |
IsDequeueExceptionReady
Gets or sets the IsDequeueExceptionReady associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public bool IsDequeueExceptionReady { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDequeueExceptionReady. |
IsNotificationCompleted
Gets or sets the IsNotificationCompleted associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public bool IsNotificationCompleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsNotificationCompleted. |
IsNotificationReady
Gets or sets the IsNotificationReady associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public bool IsNotificationReady { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsNotificationReady. |
IsProcessLevelExceptionReported
Gets or sets the IsProcessLevelExceptionReported associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public bool IsProcessLevelExceptionReported { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsProcessLevelExceptionReported. |
IsTerminalJob
Gets or sets the IsTerminalJob associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public bool IsTerminalJob { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTerminalJob. |
JobConfigurationDetail
Gets or sets the JobConfigurationDetail associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public string JobConfigurationDetail { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobConfigurationDetail. |
JobExecutionDetail
Gets or sets the JobExecutionDetail associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public string JobExecutionDetail { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobExecutionDetail. |
JobParametersDetail
Gets or sets the JobParametersDetail associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public string JobParametersDetail { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobParametersDetail. |
JobSequenceIdentifier
Gets or sets the JobSequenceIdentifier associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public Guid? JobSequenceIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> | The JobSequenceIdentifier. |
JobSequenceOrder
Gets or sets the JobSequenceOrder associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public int JobSequenceOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The JobSequenceOrder. |
JobStatus
Gets or sets the JobStatus associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public string JobStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobStatus. |
LastHeartbeatDate
Gets or sets the LastHeartbeatDate associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public DateTime LastHeartbeatDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastHeartbeatDate. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NotificationStatus
Gets or sets the NotificationStatus associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public string NotificationStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NotificationStatus. |
ProcessedRequests
Gets or sets the ProcessedRequests associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public string ProcessedRequests { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProcessedRequests. |
QueuedDateTime
Gets or sets the QueuedDateTime associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public DateTime? QueuedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The QueuedDateTime. |
RetrievedDateTime
Gets or sets the RetrievedDateTime associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public DateTime? RetrievedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RetrievedDateTime. |
RowVersion
Gets or sets the RowVersion associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StatusLog
Gets or sets the StatusLog associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public string StatusLog { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StatusLog. |
TaskId
Gets or sets the TaskId associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public int? TaskId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TaskId. |
TryCount
Gets or sets the TryCount associated with this BusinessProcessRequestQueueDetailEntity.
Declaration
public int TryCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TryCount. |
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()