Class FaaProcessExceptionDetail
This class represents the EntityModel interface to the FaaFinancialAidExceptions_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaProcessExceptionDetail
Constructors
FaaProcessExceptionDetail()
Declaration
public FaaProcessExceptionDetail()
Properties
AssignedStaff
Declaration
public virtual Staff AssignedStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
AssignedStaffGroup
Declaration
public virtual StaffGroup AssignedStaffGroup { get; set; }
Property Value
Type | Description |
---|---|
StaffGroup |
AssignedStaffGroupId
Gets or sets the AssignedStaffGroupId associated with this FaaProcessExceptionDetail.
Declaration
public int? AssignedStaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssignedStaffGroupId. |
AssignedStaffId
Gets or sets the AssignedStaffId associated with this FaaProcessExceptionDetail.
Declaration
public int? AssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssignedStaffId. |
AwardStatus
Gets or sets the AwardStatus associated with this FaaProcessExceptionDetail.
Declaration
public string AwardStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardStatus. |
AwardYear
Gets or sets the AwardYear associated with this FaaProcessExceptionDetail.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
BusinessProcess
Declaration
public virtual BusinessProcess BusinessProcess { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcess |
BusinessProcessCode
Gets or sets the BusinessProcessCode associated with this FaaProcessExceptionDetail.
Declaration
public string BusinessProcessCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BusinessProcessCode. |
BusinessProcessId
Gets or sets the BusinessProcessId associated with this FaaProcessExceptionDetail.
Declaration
public int? BusinessProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BusinessProcessId. |
BusinessProcessName
Gets or sets the BusinessProcessName associated with this FaaProcessExceptionDetail.
Declaration
public string BusinessProcessName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BusinessProcessName. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this FaaProcessExceptionDetail.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CampusName
Gets or sets the CampusName associated with this FaaProcessExceptionDetail.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
CountIncrement
Gets or sets the CountIncrement associated with this FaaProcessExceptionDetail.
Declaration
public int CountIncrement { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CountIncrement. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaProcessExceptionDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CurrentOwnerStaffGroupName
Gets or sets the CurrentOwnerStaffGroupName associated with this FaaProcessExceptionDetail.
Declaration
public string CurrentOwnerStaffGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CurrentOwnerStaffGroupName. |
CurrentOwnerStaffName
Gets or sets the CurrentOwnerStaffName associated with this FaaProcessExceptionDetail.
Declaration
public string CurrentOwnerStaffName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CurrentOwnerStaffName. |
DisbursementAcademicYearPaymentPeriod
Gets or sets the DisbursementAcademicYearPaymentPeriod associated with this FaaProcessExceptionDetail.
Declaration
public string DisbursementAcademicYearPaymentPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DisbursementAcademicYearPaymentPeriod. |
DisbursementGrossAmount
Gets or sets the DisbursementGrossAmount associated with this FaaProcessExceptionDetail.
Declaration
public decimal? DisbursementGrossAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The DisbursementGrossAmount. |
DisbursementNumber
Gets or sets the DisbursementNumber associated with this FaaProcessExceptionDetail.
Declaration
public int? DisbursementNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DisbursementNumber. |
DisbursementScheduledDate
Gets or sets the DisbursementScheduledDate associated with this FaaProcessExceptionDetail.
Declaration
public DateTime? DisbursementScheduledDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DisbursementScheduledDate. |
DisbursementTerm
Gets or sets the DisbursementTerm associated with this FaaProcessExceptionDetail.
Declaration
public string DisbursementTerm { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DisbursementTerm. |
ExceptionHashIdentifier
Gets or sets the ExceptionHashIdentifier associated with this FaaProcessExceptionDetail.
Declaration
public decimal ExceptionHashIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ExceptionHashIdentifier. |
ExpectedStartDate
Gets or sets the ExpectedStartDate associated with this FaaProcessExceptionDetail.
Declaration
public DateTime? ExpectedStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExpectedStartDate. |
FaaProcessException
Declaration
public virtual FaaProcessException FaaProcessException { get; set; }
Property Value
Type | Description |
---|---|
FaaProcessException |
FaaProcessExceptionAssignment
Declaration
public virtual FaaProcessExceptionAssignment FaaProcessExceptionAssignment { get; set; }
Property Value
Type | Description |
---|---|
FaaProcessExceptionAssignment |
FaaProcessExceptionAssignmentId
Gets or sets the FaaProcessExceptionAssignmentId associated with this FaaProcessExceptionDetail.
Declaration
public int FaaProcessExceptionAssignmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaProcessExceptionAssignmentId. |
FaaProcessExceptionId
Gets or sets the FaaProcessExceptionId associated with this FaaProcessExceptionDetail.
Declaration
public int FaaProcessExceptionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaProcessExceptionId. |
FaaProcessExceptionStatusCode
Gets or sets the FaaProcessExceptionStatusCode associated with this FaaProcessExceptionDetail.
Declaration
public string FaaProcessExceptionStatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FaaProcessExceptionStatusCode. |
FaaProcessExceptionTypeTemplate
Declaration
public virtual FaaProcessExceptionTypeTemplate FaaProcessExceptionTypeTemplate { get; set; }
Property Value
Type | Description |
---|---|
FaaProcessExceptionTypeTemplate |
FaaProcessExceptionTypeTemplateId
Gets or sets the FaaProcessExceptionTypeTemplateId associated with this FaaProcessExceptionDetail.
Declaration
public int? FaaProcessExceptionTypeTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaaProcessExceptionTypeTemplateId. |
FundSource
Declaration
public virtual FundSource FundSource { get; set; }
Property Value
Type | Description |
---|---|
FundSource |
FundSourceCode
Gets or sets the FundSourceCode associated with this FaaProcessExceptionDetail.
Declaration
public string FundSourceCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceCode. |
FundSourceId
Gets or sets the FundSourceId associated with this FaaProcessExceptionDetail.
Declaration
public int? FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FundSourceId. |
FundSourceName
Gets or sets the FundSourceName associated with this FaaProcessExceptionDetail.
Declaration
public string FundSourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceName. |
FundSourceType
Gets or sets the FundSourceType associated with this FaaProcessExceptionDetail.
Declaration
public string FundSourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceType. |
IsEscalated
Gets or sets the IsEscalated associated with this FaaProcessExceptionDetail.
Declaration
public bool IsEscalated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEscalated. |
IsExceptionDetail
Gets or sets the IsExceptionDetail associated with this FaaProcessExceptionDetail.
Declaration
public bool IsExceptionDetail { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExceptionDetail. |
IsProcessFailure
Gets or sets the IsProcessFailure associated with this FaaProcessExceptionDetail.
Declaration
public bool IsProcessFailure { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsProcessFailure. |
IsReviewCompleted
Gets or sets the IsReviewCompleted associated with this FaaProcessExceptionDetail.
Declaration
public bool IsReviewCompleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReviewCompleted. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaProcessExceptionDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaProcessExceptionDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LockedByStaff
Declaration
public virtual Staff LockedByStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LockedByStaffId
Gets or sets the LockedByStaffId associated with this FaaProcessExceptionDetail.
Declaration
public int? LockedByStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LockedByStaffId. |
LockedDateTime
Gets or sets the LockedDateTime associated with this FaaProcessExceptionDetail.
Declaration
public DateTime? LockedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LockedDateTime. |
OutstandingAmount
Gets or sets the OutstandingAmount associated with this FaaProcessExceptionDetail.
Declaration
public decimal? OutstandingAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The OutstandingAmount. |
PrimaryOwnerStaffOrStaffGroupName
Gets or sets the PrimaryOwnerStaffOrStaffGroupName associated with this FaaProcessExceptionDetail.
Declaration
public string PrimaryOwnerStaffOrStaffGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PrimaryOwnerStaffOrStaffGroupName. |
Program
Declaration
public virtual Program Program { get; set; }
Property Value
Type | Description |
---|---|
Program |
ProgramId
Gets or sets the ProgramId associated with this FaaProcessExceptionDetail.
Declaration
public int? ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramId. |
ProgramName
Gets or sets the ProgramName associated with this FaaProcessExceptionDetail.
Declaration
public string ProgramName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramName. |
ProgramVersion
Declaration
public virtual ProgramVersion ProgramVersion { get; set; }
Property Value
Type | Description |
---|---|
ProgramVersion |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this FaaProcessExceptionDetail.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionId. |
ProgramVersionName
Gets or sets the ProgramVersionName associated with this FaaProcessExceptionDetail.
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramVersionName. |
ResolutionTypeCode
Gets or sets the ResolutionTypeCode associated with this FaaProcessExceptionDetail.
Declaration
public string ResolutionTypeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResolutionTypeCode. |
ResolutionTypeId
Gets or sets the ResolutionTypeId associated with this FaaProcessExceptionDetail.
Declaration
public int ResolutionTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ResolutionTypeId. |
ResourceKey
Gets or sets the ResourceKey associated with this FaaProcessExceptionDetail.
Declaration
public string ResourceKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResourceKey. |
ResourceValue
Gets or sets the ResourceValue associated with this FaaProcessExceptionDetail.
Declaration
public string ResourceValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResourceValue. |
RowNumber
Gets or sets the RowNumber associated with this FaaProcessExceptionDetail.
Declaration
public long? RowNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> | The RowNumber. |
ScheduledDisbursement
Declaration
public virtual ScheduledDisbursement ScheduledDisbursement { get; set; }
Property Value
Type | Description |
---|---|
ScheduledDisbursement |
ScheduledDisbursementId
Gets or sets the ScheduledDisbursementId associated with this FaaProcessExceptionDetail.
Declaration
public int? ScheduledDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ScheduledDisbursementId. |
SchoolStatus
Declaration
public virtual SchoolStatus SchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
StartDate
Gets or sets the StartDate associated with this FaaProcessExceptionDetail.
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The StartDate. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentAward
Declaration
public virtual StudentAward StudentAward { get; set; }
Property Value
Type | Description |
---|---|
StudentAward |
StudentAwardId
Gets or sets the StudentAwardId associated with this FaaProcessExceptionDetail.
Declaration
public int? StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardId. |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this FaaProcessExceptionDetail.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentFirstName
Gets or sets the StudentFirstName associated with this FaaProcessExceptionDetail.
Declaration
public string StudentFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentFirstName. |
StudentId
Gets or sets the StudentId associated with this FaaProcessExceptionDetail.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
StudentLastName
Gets or sets the StudentLastName associated with this FaaProcessExceptionDetail.
Declaration
public string StudentLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentLastName. |
StudentName
Gets or sets the StudentName associated with this FaaProcessExceptionDetail.
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentName. |
StudentNumber
Gets or sets the StudentNumber associated with this FaaProcessExceptionDetail.
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentNumber. |
StudentSchoolStatusId
Gets or sets the StudentSchoolStatusId associated with this FaaProcessExceptionDetail.
Declaration
public int? StudentSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentSchoolStatusId. |
StudentSchoolStatusName
Gets or sets the StudentSchoolStatusName associated with this FaaProcessExceptionDetail.
Declaration
public string StudentSchoolStatusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentSchoolStatusName. |
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. |