Class BusinessProcessJobQueueMessageEntity
This class represents the EntityModel interface to the syQueueXMLMessage database table.
Inheritance
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class BusinessProcessJobQueueMessageEntity : Entity
Constructors
BusinessProcessJobQueueMessageEntity()
Declaration
public BusinessProcessJobQueueMessageEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaskMessageTemplate
Declaration
public static readonly string TaskMessageTemplate
Field Value
Type | Description |
---|---|
System.String |
TrackingNumberGuidProperty
The TrackingNumberGuid property.
Declaration
public static readonly EntityProperty TrackingNumberGuidProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
XmlMessageProperty
The XmlMessage property.
Declaration
public static readonly EntityProperty XmlMessageProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BusinessProcessJobQueueMessageEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BusinessProcessJobQueueMessageEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this BusinessProcessJobQueueMessageEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TrackingNumberGuid
Gets or sets the TrackingNumberGuid associated with this BusinessProcessJobQueueMessageEntity.
Declaration
public Guid TrackingNumberGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The TrackingNumberGuid. |
XmlMessage
Gets or sets the XmlMessage associated with this BusinessProcessJobQueueMessageEntity.
Declaration
public string XmlMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The XmlMessage. |
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()