Class BusinessProcessExportEntity
This class represents the EntityModel interface to the SyServiceProcessExportMaster database table.
Inheritance
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class BusinessProcessExportEntity : Entity
Constructors
BusinessProcessExportEntity()
Declaration
public BusinessProcessExportEntity()
Fields
DateAddedProperty
The DateAdded property.
Declaration
public static readonly EntityProperty DateAddedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DateLstModProperty
The DateLstMod property.
Declaration
public static readonly EntityProperty DateLstModProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DocumentIdentifierProperty
The DocumentIdentifier property.
Declaration
public static readonly EntityProperty DocumentIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HeaderInfoProperty
The HeaderInfo property.
Declaration
public static readonly EntityProperty HeaderInfoProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProcessedRecordCountProperty
The ProcessedRecordCount property.
Declaration
public static readonly EntityProperty ProcessedRecordCountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SchoolIdProperty
The SchoolId property.
Declaration
public static readonly EntityProperty SchoolIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SyServiceProcessExportMasterIdProperty
The SyServiceProcessExportMasterId property.
Declaration
public static readonly EntityProperty SyServiceProcessExportMasterIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SyServiceProcessIdProperty
The SyServiceProcessId property.
Declaration
public static readonly EntityProperty SyServiceProcessIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TrailerInfoProperty
The TrailerInfo property.
Declaration
public static readonly EntityProperty TrailerInfoProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TsProperty
The Ts property.
Declaration
public static readonly EntityProperty TsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UserIDProperty
The UserID property.
Declaration
public static readonly EntityProperty UserIDProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
DateAdded
Gets or sets the DateAdded associated with this BusinessProcessExportEntity.
Declaration
public DateTime DateAdded { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The DateAdded. |
DateLstMod
Gets or sets the DateLstMod associated with this BusinessProcessExportEntity.
Declaration
public DateTime DateLstMod { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The DateLstMod. |
DocumentIdentifier
Gets or sets the DocumentIdentifier associated with this BusinessProcessExportEntity.
Declaration
public string DocumentIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DocumentIdentifier. |
HeaderInfo
Gets or sets the HeaderInfo associated with this BusinessProcessExportEntity.
Declaration
public string HeaderInfo { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HeaderInfo. |
ProcessedRecordCount
Gets or sets the ProcessedRecordCount associated with this BusinessProcessExportEntity.
Declaration
public int ProcessedRecordCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProcessedRecordCount. |
SchoolId
Gets or sets the SchoolId associated with this BusinessProcessExportEntity.
Declaration
public string SchoolId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolId. |
Status
Gets or sets the Status associated with this BusinessProcessExportEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
SyServiceProcessExportMasterId
Gets or sets the SyServiceProcessExportMasterId associated with this BusinessProcessExportEntity.
Declaration
public int SyServiceProcessExportMasterId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SyServiceProcessExportMasterId. |
SyServiceProcessId
Gets or sets the SyServiceProcessId associated with this BusinessProcessExportEntity.
Declaration
public int SyServiceProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SyServiceProcessId. |
TrailerInfo
Gets or sets the TrailerInfo associated with this BusinessProcessExportEntity.
Declaration
public string TrailerInfo { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TrailerInfo. |
Ts
Gets or sets the Ts associated with this BusinessProcessExportEntity.
Declaration
public byte[] Ts { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The Ts. |
UserID
Gets or sets the UserID associated with this BusinessProcessExportEntity.
Declaration
public int UserID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The UserID. |
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()