Class BusinessProcessRequestDataItemEntity
This class represents the EntityModel interface to the SyServiceRequestData database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class BusinessProcessRequestDataItemEntity : Entity, IIdentifiable, IAuditable
Constructors
BusinessProcessRequestDataItemEntity()
Declaration
public BusinessProcessRequestDataItemEntity()
Fields
CreatedDateTimeProperty
The Represents the created date time associated with this business process request data item. property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Represents the id associated with this business process request data item. property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The Represents the last modified date time associated with this business process request data item. property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The Represents the last modified user id associated with this business process request data item. property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RequestCampusXmlProperty
The Represents the request campus xml associated with this business process request data item. property.
Declaration
public static readonly EntityProperty RequestCampusXmlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RequestHashIdentifierProperty
The Represents the request hash identifier associated with this business process request data item. property.
Declaration
public static readonly EntityProperty RequestHashIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RequestHashInfoProperty
The Represents the request hash info associated with this business process request data item. property.
Declaration
public static readonly EntityProperty RequestHashInfoProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The Represents the row version associated with this business process request data item. property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BusinessProcessRequestDataItemEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this BusinessProcessRequestDataItemEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BusinessProcessRequestDataItemEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BusinessProcessRequestDataItemEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RequestCampusXml
Gets or sets the RequestCampusXml associated with this BusinessProcessRequestDataItemEntity.
Declaration
public string RequestCampusXml { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RequestCampusXml. |
RequestHashIdentifier
Gets or sets the RequestHashIdentifier associated with this BusinessProcessRequestDataItemEntity.
Declaration
public decimal RequestHashIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The RequestHashIdentifier. |
RequestHashInfo
Gets or sets the RequestHashInfo associated with this BusinessProcessRequestDataItemEntity.
Declaration
public string RequestHashInfo { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RequestHashInfo. |
RowVersion
Gets or sets the RowVersion associated with this BusinessProcessRequestDataItemEntity.
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()