Class BusinessProcessRequestEntity
This class represents the EntityModel interface to the SyServiceRequest database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class BusinessProcessRequestEntity : Entity, IIdentifiable, IAuditable
Constructors
BusinessProcessRequestEntity()
Declaration
public BusinessProcessRequestEntity()
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 |
BusinessProcessJobScheduleIdProperty
The BusinessProcessJobScheduleId property.
Declaration
public static readonly EntityProperty BusinessProcessJobScheduleIdProperty
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 |
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
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 |
RequestHashIdentifierProperty
The RequestHashIdentifier property.
Declaration
public static readonly EntityProperty RequestHashIdentifierProperty
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
BusinessProcessId
Gets or sets the BusinessProcessId associated with this BusinessProcessRequestEntity.
Declaration
public int BusinessProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessId. |
BusinessProcessJobInstanceId
Gets or sets the BusinessProcessJobInstanceId associated with this BusinessProcessRequestEntity.
Declaration
public int? BusinessProcessJobInstanceId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BusinessProcessJobInstanceId. |
BusinessProcessJobScheduleId
Gets or sets the BusinessProcessJobScheduleId associated with this BusinessProcessRequestEntity.
Declaration
public int? BusinessProcessJobScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BusinessProcessJobScheduleId. |
BusinessProcessRequestQueueDetailId
Gets or sets the BusinessProcessRequestQueueDetailId associated with this BusinessProcessRequestEntity.
Declaration
public int? BusinessProcessRequestQueueDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BusinessProcessRequestQueueDetailId. |
BusinessProcessSubscriptionDetailId
Gets or sets the BusinessProcessSubscriptionDetailId associated with this BusinessProcessRequestEntity.
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 BusinessProcessRequestEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this BusinessProcessRequestEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BusinessProcessRequestEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BusinessProcessRequestEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RequestHashIdentifier
Gets or sets the RequestHashIdentifier associated with this BusinessProcessRequestEntity.
Declaration
public decimal RequestHashIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The RequestHashIdentifier. |
RowVersion
Gets or sets the RowVersion associated with this BusinessProcessRequestEntity.
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()