Class PostWithdrawalDisbursementNotification
This class represents the EntityModel interface to the FaaPwdNotifications_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class PostWithdrawalDisbursementNotification
Constructors
PostWithdrawalDisbursementNotification()
Declaration
public PostWithdrawalDisbursementNotification()
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 PostWithdrawalDisbursementNotification.
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 PostWithdrawalDisbursementNotification.
Declaration
public int? AssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssignedStaffId. |
BorrowerName
Gets or sets the BorrowerName associated with this PostWithdrawalDisbursementNotification.
Declaration
public string BorrowerName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BorrowerName. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this PostWithdrawalDisbursementNotification.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CampusName
Gets or sets the CampusName associated with this PostWithdrawalDisbursementNotification.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PostWithdrawalDisbursementNotification.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
IsPrinted
Gets or sets the IsPrinted associated with this PostWithdrawalDisbursementNotification.
Declaration
public bool IsPrinted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrinted. |
NotificationCategoryCode
Gets or sets the NotificationCategoryCode associated with this PostWithdrawalDisbursementNotification.
Declaration
public string NotificationCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NotificationCategoryCode. |
NotificationCategoryId
Gets or sets the NotificationCategoryId associated with this PostWithdrawalDisbursementNotification.
Declaration
public int? NotificationCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NotificationCategoryId. |
NotificationCategoryName
Gets or sets the NotificationCategoryName associated with this PostWithdrawalDisbursementNotification.
Declaration
public string NotificationCategoryName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NotificationCategoryName. |
NotificationCreatedDate
Gets or sets the NotificationCreatedDate associated with this PostWithdrawalDisbursementNotification.
Declaration
public DateTime NotificationCreatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The NotificationCreatedDate. |
NotificationStatus
Gets or sets the NotificationStatus associated with this PostWithdrawalDisbursementNotification.
Declaration
public string NotificationStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NotificationStatus. |
NotificationType
Gets or sets the NotificationType associated with this PostWithdrawalDisbursementNotification.
Declaration
public string NotificationType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NotificationType. |
PrintedDate
Gets or sets the PrintedDate associated with this PostWithdrawalDisbursementNotification.
Declaration
public DateTime? PrintedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PrintedDate. |
ProgramName
Gets or sets the ProgramName associated with this PostWithdrawalDisbursementNotification.
Declaration
public string ProgramName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramName. |
StudentFirstName
Gets or sets the StudentFirstName associated with this PostWithdrawalDisbursementNotification.
Declaration
public string StudentFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentFirstName. |
StudentLastName
Gets or sets the StudentLastName associated with this PostWithdrawalDisbursementNotification.
Declaration
public string StudentLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentLastName. |
StudentNumber
Gets or sets the StudentNumber associated with this PostWithdrawalDisbursementNotification.
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentNumber. |
StudentRt4Calculation
Declaration
public virtual StudentRt4Calculation StudentRt4Calculation { get; set; }
Property Value
Type | Description |
---|---|
StudentRt4Calculation |
StudentRt4CalculationId
Gets or sets the StudentRt4CalculationId associated with this PostWithdrawalDisbursementNotification.
Declaration
public int StudentRt4CalculationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentRt4CalculationId. |
StudentRt4CalculationPostWithdrawalDisbursement
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 virtual StudentRt4CalculationPostWithdrawalDisbursement StudentRt4CalculationPostWithdrawalDisbursement { get; set; }
Property Value
Type | Description |
---|---|
StudentRt4CalculationPostWithdrawalDisbursement |
StudentRt4CalculationPostWithdrawalDisbursementId
Gets or sets the StudentRt4CalculationPostWithdrawalDisbursementId associated with this PostWithdrawalDisbursementNotification.
Declaration
public int? StudentRt4CalculationPostWithdrawalDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRt4CalculationPostWithdrawalDisbursementId. |
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)
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder |