Class FaaProcessExceptionAssignment
This class represents the EntityModel interface to the SyServiceExceptionAssignment database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaProcessExceptionAssignment
Constructors
FaaProcessExceptionAssignment()
Declaration
public FaaProcessExceptionAssignment()
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 FaaProcessExceptionAssignment.
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 FaaProcessExceptionAssignment.
Declaration
public int? AssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssignedStaffId. |
BusinessProcess
Declaration
public virtual BusinessProcess BusinessProcess { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcess |
BusinessProcessId
Gets or sets the BusinessProcessId associated with this FaaProcessExceptionAssignment.
Declaration
public int? BusinessProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BusinessProcessId. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this FaaProcessExceptionAssignment.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaProcessExceptionAssignment.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExceptionHashIdentifier
Gets or sets the ExceptionHashIdentifier associated with this FaaProcessExceptionAssignment.
Declaration
public decimal ExceptionHashIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ExceptionHashIdentifier. |
FaaProcessExceptionTypeTemplate
Declaration
public virtual FaaProcessExceptionTypeTemplate FaaProcessExceptionTypeTemplate { get; set; }
Property Value
Type | Description |
---|---|
FaaProcessExceptionTypeTemplate |
FaaProcessExceptionTypeTemplateId
Gets or sets the FaaProcessExceptionTypeTemplateId associated with this FaaProcessExceptionAssignment.
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 |
FundSourceId
Gets or sets the FundSourceId associated with this FaaProcessExceptionAssignment.
Declaration
public int? FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FundSourceId. |
Id
Gets or sets the Id associated with this FaaProcessExceptionAssignment.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsEscalated
Gets or sets the IsEscalated associated with this FaaProcessExceptionAssignment.
Declaration
public bool IsEscalated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEscalated. |
IsExceptionDetail
Gets or sets the IsExceptionDetail associated with this FaaProcessExceptionAssignment.
Declaration
public bool IsExceptionDetail { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExceptionDetail. |
IsReviewCompleted
Gets or sets the IsReviewCompleted associated with this FaaProcessExceptionAssignment.
Declaration
public bool IsReviewCompleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReviewCompleted. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaProcessExceptionAssignment.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaProcessExceptionAssignment.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LockedByStaffId
Gets or sets the LockedByStaffId associated with this FaaProcessExceptionAssignment.
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 FaaProcessExceptionAssignment.
Declaration
public DateTime? LockedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LockedDateTime. |
LockedStaff
Declaration
public virtual Staff LockedStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
OutstandingAmount
Gets or sets the OutstandingAmount associated with this FaaProcessExceptionAssignment.
Declaration
public decimal? OutstandingAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The OutstandingAmount. |
Program
Declaration
public virtual Program Program { get; set; }
Property Value
Type | Description |
---|---|
Program |
ProgramId
Gets or sets the ProgramId associated with this FaaProcessExceptionAssignment.
Declaration
public int? ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramId. |
ProgramVersion
Declaration
public virtual ProgramVersion ProgramVersion { get; set; }
Property Value
Type | Description |
---|---|
ProgramVersion |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this FaaProcessExceptionAssignment.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionId. |
ReviewStaff
Declaration
public virtual Staff ReviewStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
ReviewStaffGroup
Declaration
public virtual StaffGroup ReviewStaffGroup { get; set; }
Property Value
Type | Description |
---|---|
StaffGroup |
ReviewStaffGroupId
Gets or sets the ReviewStaffGroupId associated with this FaaProcessExceptionAssignment.
Declaration
public int? ReviewStaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReviewStaffGroupId. |
ReviewStaffId
Gets or sets the ReviewStaffId associated with this FaaProcessExceptionAssignment.
Declaration
public int? ReviewStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReviewStaffId. |
ScheduledDisbursement
Declaration
public virtual ScheduledDisbursement ScheduledDisbursement { get; set; }
Property Value
Type | Description |
---|---|
ScheduledDisbursement |
ScheduledDisbursementId
Gets or sets the ScheduledDisbursementId associated with this FaaProcessExceptionAssignment.
Declaration
public int? ScheduledDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ScheduledDisbursementId. |
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 FaaProcessExceptionAssignment.
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 FaaProcessExceptionAssignment.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this FaaProcessExceptionAssignment.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
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. |