Class RefundNotification
This class represents the EntityModel interface to the FaaRefundNotifications_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RefundNotification
Constructors
RefundNotification()
Declaration
public RefundNotification()
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 RefundNotification.
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 RefundNotification.
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 RefundNotification.
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 RefundNotification.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CampusName
Gets or sets the CampusName associated with this RefundNotification.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundNotification.
Declaration
public DateTime? CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CreatedDateTime. |
IsPrinted
Gets or sets the IsPrinted associated with this RefundNotification.
Declaration
public bool IsPrinted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrinted. |
NotificationCategoryCode
Gets or sets the NotificationCategoryCode associated with this RefundNotification.
Declaration
public string NotificationCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NotificationCategoryCode. |
NotificationCategoryId
Gets or sets the NotificationCategoryId associated with this RefundNotification.
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 RefundNotification.
Declaration
public string NotificationCategoryName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NotificationCategoryName. |
NotificationCreatedDate
Gets or sets the NotificationCreatedDate associated with this RefundNotification.
Declaration
public DateTime? NotificationCreatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The NotificationCreatedDate. |
NotificationStatus
Gets or sets the NotificationStatus associated with this RefundNotification.
Declaration
public string NotificationStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NotificationStatus. |
NotificationType
Gets or sets the NotificationType associated with this RefundNotification.
Declaration
public string NotificationType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NotificationType. |
PrintedDate
Gets or sets the PrintedDate associated with this RefundNotification.
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 RefundNotification.
Declaration
public string ProgramName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramName. |
Refund
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 Refund Refund { get; set; }
Property Value
Type | Description |
---|---|
Refund |
RefundId
Gets or sets the RefundId associated with this RefundNotification.
Declaration
public int? RefundId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RefundId. |
StudentFirstName
Gets or sets the StudentFirstName associated with this RefundNotification.
Declaration
public string StudentFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentFirstName. |
StudentLastName
Gets or sets the StudentLastName associated with this RefundNotification.
Declaration
public string StudentLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentLastName. |
StudentNumber
Gets or sets the StudentNumber associated with this RefundNotification.
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 RefundNotification.
Declaration
public int? StudentRt4CalculationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRt4CalculationId. |
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 |