Class RefundFaaHistoryNotification
This class represents the EntityModel interface to the SaRefundNotificationHistory_FAA database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RefundFaaHistoryNotification
Constructors
RefundFaaHistoryNotification()
Declaration
public RefundFaaHistoryNotification()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundFaaHistoryNotification.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EmailNotification
Gets or sets the EmailNotification associated with this RefundFaaHistoryNotification.
Declaration
public string EmailNotification { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmailNotification. |
Id
Gets or sets the Id associated with this RefundFaaHistoryNotification.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsPrinted
Gets or sets the IsPrinted associated with this RefundFaaHistoryNotification.
Declaration
public bool IsPrinted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrinted. |
IsRefundOnApproval
Gets or sets the IsRefundOnApproval associated with this RefundFaaHistoryNotification.
Declaration
public bool IsRefundOnApproval { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRefundOnApproval. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RefundFaaHistoryNotification.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundFaaHistoryNotification.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PrintedDate
Gets or sets the PrintedDate associated with this RefundFaaHistoryNotification.
Declaration
public DateTime? PrintedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PrintedDate. |
Refund
Declaration
public virtual Refund Refund { get; set; }
Property Value
Type | Description |
---|---|
Refund |
RefundId
Gets or sets the RefundId associated with this RefundFaaHistoryNotification.
Declaration
public int RefundId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RefundId. |
WebAlertNotification
Gets or sets the WebAlertNotification associated with this RefundFaaHistoryNotification.
Declaration
public string WebAlertNotification { get; set; }
Property Value
Type | Description |
---|---|
System.String | The WebAlertNotification. |
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. |