Class FaaBusinessProcessJobHistoryDetail
This class represents the EntityModel interface to the FaaJobHistoryExceptionInfo_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaBusinessProcessJobHistoryDetail
Constructors
FaaBusinessProcessJobHistoryDetail()
Declaration
public FaaBusinessProcessJobHistoryDetail()
Properties
BusinessProcessJobSchedule
Declaration
public virtual BusinessProcessJobSchedule BusinessProcessJobSchedule { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcessJobSchedule |
BusinessProcessJobScheduleId
Gets or sets the BusinessProcessJobScheduleId associated with this FaaBusinessProcessJobHistoryDetail.
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 FaaBusinessProcessJobHistoryDetail.
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 FaaBusinessProcessJobHistoryDetail.
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 FaaBusinessProcessJobHistoryDetail.
Declaration
public string CampusGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusGroupName. |
CampusName
Gets or sets the CampusName associated with this FaaBusinessProcessJobHistoryDetail.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
DocumentIdentifier
Gets or sets the DocumentIdentifier associated with this FaaBusinessProcessJobHistoryDetail.
Declaration
public string DocumentIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DocumentIdentifier. |
ExceptionCode
Gets or sets the ExceptionCode associated with this FaaBusinessProcessJobHistoryDetail.
Declaration
public string ExceptionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExceptionCode. |
ExceptionDescription
Gets or sets the ExceptionDescription associated with this FaaBusinessProcessJobHistoryDetail.
Declaration
public string ExceptionDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExceptionDescription. |
ExceptionDetail
Gets or sets the ExceptionDetail associated with this FaaBusinessProcessJobHistoryDetail.
Declaration
public string ExceptionDetail { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExceptionDetail. |
FailureRecordCount
Gets or sets the FailureRecordCount associated with this FaaBusinessProcessJobHistoryDetail.
Declaration
public int? FailureRecordCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FailureRecordCount. |
FileName
Gets or sets the FileName associated with this FaaBusinessProcessJobHistoryDetail.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileName. |
JobDescription
Gets or sets the JobDescription associated with this FaaBusinessProcessJobHistoryDetail.
Declaration
public string JobDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobDescription. |
JobName
Gets or sets the JobName associated with this FaaBusinessProcessJobHistoryDetail.
Declaration
public string JobName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobName. |
ProcessCode
Gets or sets the ProcessCode associated with this FaaBusinessProcessJobHistoryDetail.
Declaration
public string ProcessCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProcessCode. |
ProcessName
Gets or sets the ProcessName associated with this FaaBusinessProcessJobHistoryDetail.
Declaration
public string ProcessName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProcessName. |
ProcessRunDate
Gets or sets the ProcessRunDate associated with this FaaBusinessProcessJobHistoryDetail.
Declaration
public DateTime ProcessRunDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ProcessRunDate. |
StaffGroupName
Gets or sets the StaffGroupName associated with this FaaBusinessProcessJobHistoryDetail.
Declaration
public string StaffGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StaffGroupName. |
StaffName
Gets or sets the StaffName associated with this FaaBusinessProcessJobHistoryDetail.
Declaration
public string StaffName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StaffName. |
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. |