Class FaaBusinessProcessReportDetail
This class represents the EntityModel interface to the FaAutomatedBusinessProcessReportData database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaBusinessProcessReportDetail
Constructors
FaaBusinessProcessReportDetail()
Declaration
public FaaBusinessProcessReportDetail()
Properties
BusinessProcessRequest
Declaration
public virtual BusinessProcessRequest BusinessProcessRequest { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcessRequest |
BusinessProcessRequestId
Gets or sets the BusinessProcessRequestId associated with this FaaBusinessProcessReportDetail.
Declaration
public int BusinessProcessRequestId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessRequestId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaBusinessProcessReportDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DocumentIdentifier
Gets or sets the DocumentIdentifier associated with this FaaBusinessProcessReportDetail.
Declaration
public string DocumentIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DocumentIdentifier. |
FaaBusinessProcessReportMetaDataDetailId
Gets or sets the FaaBusinessProcessReportMetaDataDetailId associated with this FaaBusinessProcessReportDetail.
Declaration
public int FaaBusinessProcessReportMetaDataDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaBusinessProcessReportMetaDataDetailId. |
FaBusinessProcessReportMetaData
Declaration
public virtual FaaBusinessProcessReportMetaDataDetail FaBusinessProcessReportMetaData { get; set; }
Property Value
Type | Description |
---|---|
FaaBusinessProcessReportMetaDataDetail |
FaExportImportFile
Declaration
public virtual FaExportImportFile FaExportImportFile { get; set; }
Property Value
Type | Description |
---|---|
FaExportImportFile |
FaExportImportFileId
Gets or sets the FaExportImportFileId associated with this FaaBusinessProcessReportDetail.
Declaration
public int? FaExportImportFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaExportImportFileId. |
FileName
Gets or sets the FileName associated with this FaaBusinessProcessReportDetail.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileName. |
Id
Gets or sets the Id associated with this FaaBusinessProcessReportDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsHeader
Gets or sets the IsHeader associated with this FaaBusinessProcessReportDetail.
Declaration
public bool IsHeader { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsHeader. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaBusinessProcessReportDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaBusinessProcessReportDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ReportData
Gets or sets the ReportData associated with this FaaBusinessProcessReportDetail.
Declaration
public string ReportData { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReportData. |
StudentData
Gets or sets the StudentData associated with this FaaBusinessProcessReportDetail.
Declaration
public string StudentData { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentData. |
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. |