Class FaaBusinessProcessJobSuccessDetail
This class represents the EntityModel interface to the FaaJobHistoryProcessSuccessInfo_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaBusinessProcessJobSuccessDetail
Constructors
FaaBusinessProcessJobSuccessDetail()
Declaration
public FaaBusinessProcessJobSuccessDetail()
Properties
BusinessProcessJobSchedule
Declaration
public virtual BusinessProcessJobSchedule BusinessProcessJobSchedule { get; set; }
Property Value
| Type | Description |
|---|---|
| BusinessProcessJobSchedule |
BusinessProcessJobScheduleId
Gets or sets the BusinessProcessJobScheduleId associated with this FaaBusinessProcessJobSuccessDetail.
Declaration
public int? BusinessProcessJobScheduleId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The BusinessProcessJobScheduleId. |
BusinessProcessRequest
Declaration
public virtual BusinessProcessRequest BusinessProcessRequest { get; set; }
Property Value
| Type | Description |
|---|---|
| BusinessProcessRequest |
BusinessProcessRequestId
Gets or sets the BusinessProcessRequestId associated with this FaaBusinessProcessJobSuccessDetail.
Declaration
public int BusinessProcessRequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The BusinessProcessRequestId. |
BusinessProcessRequestQueueDetail
Declaration
public virtual BusinessProcessRequestQueueDetail BusinessProcessRequestQueueDetail { get; set; }
Property Value
| Type | Description |
|---|---|
| BusinessProcessRequestQueueDetail |
BusinessProcessRequestQueueDetailId
Gets or sets the BusinessProcessRequestQueueDetailId associated with this FaaBusinessProcessJobSuccessDetail.
Declaration
public int? BusinessProcessRequestQueueDetailId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The BusinessProcessRequestQueueDetailId. |
CampusGroupName
Gets or sets the CampusGroupName associated with this FaaBusinessProcessJobSuccessDetail.
Declaration
public string CampusGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The CampusGroupName. |
CampusName
Gets or sets the CampusName associated with this FaaBusinessProcessJobSuccessDetail.
Declaration
public string CampusName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The CampusName. |
DocumentIdentifier
Gets or sets the DocumentIdentifier associated with this FaaBusinessProcessJobSuccessDetail.
Declaration
public string DocumentIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The DocumentIdentifier. |
FaExportImport
Declaration
public virtual FaExportImportFile FaExportImport { get; set; }
Property Value
| Type | Description |
|---|---|
| FaExportImportFile |
FaExportImportId
Gets or sets the FaExportImportId associated with this FaaBusinessProcessJobSuccessDetail.
Declaration
public int? FaExportImportId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The FaExportImportId. |
FileName
Gets or sets the FileName associated with this FaaBusinessProcessJobSuccessDetail.
Declaration
public string FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The FileName. |
JobDescription
Gets or sets the JobDescription associated with this FaaBusinessProcessJobSuccessDetail.
Declaration
public string JobDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The JobDescription. |
JobName
Gets or sets the JobName associated with this FaaBusinessProcessJobSuccessDetail.
Declaration
public string JobName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The JobName. |
ProcessCode
Gets or sets the ProcessCode associated with this FaaBusinessProcessJobSuccessDetail.
Declaration
public string ProcessCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ProcessCode. |
ProcessName
Gets or sets the ProcessName associated with this FaaBusinessProcessJobSuccessDetail.
Declaration
public string ProcessName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ProcessName. |
ProcessReportMetaData
Declaration
public virtual ProcessReportDataResult ProcessReportMetaData { get; set; }
Property Value
| Type | Description |
|---|---|
| ProcessReportDataResult |
ProcessReportMetadataId
Gets or sets the ProcessReportMetadataId associated with this FaaBusinessProcessJobSuccessDetail.
Declaration
public int ProcessReportMetadataId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The ProcessReportMetadataId. |
ProcessRunDate
Gets or sets the ProcessRunDate associated with this FaaBusinessProcessJobSuccessDetail.
Declaration
public DateTime ProcessRunDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The ProcessRunDate. |
ReportName
Gets or sets the ReportName associated with this FaaBusinessProcessJobSuccessDetail.
Declaration
public string ReportName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ReportName. |
StaffGroupName
Gets or sets the StaffGroupName associated with this FaaBusinessProcessJobSuccessDetail.
Declaration
public string StaffGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The StaffGroupName. |
StaffMemberName
Gets or sets the StaffMemberName associated with this FaaBusinessProcessJobSuccessDetail.
Declaration
public string StaffMemberName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The StaffMemberName. |
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. |