Class BusinessProcessExport
This class represents the EntityModel interface to the SyServiceProcessExportMaster database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class BusinessProcessExport
Constructors
BusinessProcessExport()
Declaration
public BusinessProcessExport()
Properties
BusinessProcess
Declaration
public virtual BusinessProcess BusinessProcess { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcess |
DateAdded
Gets or sets the DateAdded associated with this BusinessProcessExport.
Declaration
public DateTime DateAdded { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The DateAdded. |
DateLstMod
Gets or sets the DateLstMod associated with this BusinessProcessExport.
Declaration
public DateTime DateLstMod { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The DateLstMod. |
DocumentIdentifier
Gets or sets the DocumentIdentifier associated with this BusinessProcessExport.
Declaration
public string DocumentIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DocumentIdentifier. |
HeaderInfo
Gets or sets the HeaderInfo associated with this BusinessProcessExport.
Declaration
public string HeaderInfo { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HeaderInfo. |
ProcessedRecordCount
Gets or sets the ProcessedRecordCount associated with this BusinessProcessExport.
Declaration
public int ProcessedRecordCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProcessedRecordCount. |
SchoolId
Gets or sets the SchoolId associated with this BusinessProcessExport.
Declaration
public string SchoolId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolId. |
Status
Gets or sets the Status associated with this BusinessProcessExport.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
SyServiceProcessExportMasterId
Gets or sets the SyServiceProcessExportMasterId associated with this BusinessProcessExport.
Declaration
public int SyServiceProcessExportMasterId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SyServiceProcessExportMasterId. |
SyServiceProcessId
Gets or sets the SyServiceProcessId associated with this BusinessProcessExport.
Declaration
public int SyServiceProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SyServiceProcessId. |
TrailerInfo
Gets or sets the TrailerInfo associated with this BusinessProcessExport.
Declaration
public string TrailerInfo { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TrailerInfo. |
UserID
Gets or sets the UserID associated with this BusinessProcessExport.
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()
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. |