Class BusinessProcessRequest
This class represents the EntityModel interface to the SyServiceRequest database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class BusinessProcessRequest
Constructors
BusinessProcessRequest()
Declaration
public BusinessProcessRequest()
Properties
BusinessProcess
Declaration
public virtual BusinessProcess BusinessProcess { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcess |
BusinessProcessId
Gets or sets the BusinessProcessId associated with this BusinessProcessRequest.
Declaration
public int BusinessProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessId. |
BusinessProcessJobInstanceId
Gets or sets the BusinessProcessJobInstanceId associated with this BusinessProcessRequest.
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 BusinessProcessRequest.
Declaration
public int? BusinessProcessJobScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BusinessProcessJobScheduleId. |
BusinessProcessRequestQueueDetail
Declaration
public virtual BusinessProcessRequestQueueDetail BusinessProcessRequestQueueDetail { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcessRequestQueueDetail |
BusinessProcessRequestQueueDetailId
Gets or sets the BusinessProcessRequestQueueDetailId associated with this BusinessProcessRequest.
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 BusinessProcessRequest.
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 BusinessProcessRequest.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this BusinessProcessRequest.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BusinessProcessRequest.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BusinessProcessRequest.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RequestHashIdentifier
Gets or sets the RequestHashIdentifier associated with this BusinessProcessRequest.
Declaration
public decimal RequestHashIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The RequestHashIdentifier. |
RowVersion
Gets or sets the RowVersion associated with this BusinessProcessRequest.
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()
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. |