Class DisbursementReceiptNotification
This class represents the EntityModel interface to the SaDisbReceiptNotification database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class DisbursementReceiptNotification
Constructors
DisbursementReceiptNotification()
Declaration
public DisbursementReceiptNotification()
Properties
AccountBalance
Gets or sets the AccountBalance associated with this DisbursementReceiptNotification.
Declaration
public decimal? AccountBalance { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The AccountBalance. |
BorrowerCity
Gets or sets the BorrowerCity associated with this DisbursementReceiptNotification.
Declaration
public string BorrowerCity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The BorrowerCity. |
BorrowerFirstName
Gets or sets the BorrowerFirstName associated with this DisbursementReceiptNotification.
Declaration
public string BorrowerFirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The BorrowerFirstName. |
BorrowerLastName
Gets or sets the BorrowerLastName associated with this DisbursementReceiptNotification.
Declaration
public string BorrowerLastName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The BorrowerLastName. |
BorrowerMi
Gets or sets the BorrowerMi associated with this DisbursementReceiptNotification.
Declaration
public string BorrowerMi { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The BorrowerMi. |
BorrowerPhoneNumber
Gets or sets the BorrowerPhoneNumber associated with this DisbursementReceiptNotification.
Declaration
public string BorrowerPhoneNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The BorrowerPhoneNumber. |
BorrowerPostalCode
Gets or sets the BorrowerPostalCode associated with this DisbursementReceiptNotification.
Declaration
public string BorrowerPostalCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The BorrowerPostalCode. |
BorrowerSsn
Gets or sets the BorrowerSsn associated with this DisbursementReceiptNotification.
Declaration
public string BorrowerSsn { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The BorrowerSsn. |
BorrowerState
Gets or sets the BorrowerState associated with this DisbursementReceiptNotification.
Declaration
public string BorrowerState { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The BorrowerState. |
BorrowerStreetAddress
Gets or sets the BorrowerStreetAddress associated with this DisbursementReceiptNotification.
Declaration
public string BorrowerStreetAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The BorrowerStreetAddress. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
| Type | Description |
|---|---|
| Campus |
CampusId
Gets or sets the CampusId associated with this DisbursementReceiptNotification.
Declaration
public int? CampusId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The CampusId. |
CheckNumber
Gets or sets the CheckNumber associated with this DisbursementReceiptNotification.
Declaration
public string CheckNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The CheckNumber. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DisbursementReceiptNotification.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this DisbursementReceiptNotification.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DisbursementReceiptNotification.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DisbursementReceiptNotification.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this DisbursementReceiptNotification.
Declaration
public string Note { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Note. |
NotifyOption
Gets or sets the NotifyOption associated with this DisbursementReceiptNotification.
Declaration
public int NotifyOption { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The NotifyOption. |
PaidDisbursement
Declaration
public virtual PaidDisbursement PaidDisbursement { get; set; }
Property Value
| Type | Description |
|---|---|
| PaidDisbursement |
PaidDisbursementId
Gets or sets the PaidDisbursementId associated with this DisbursementReceiptNotification.
Declaration
public int? PaidDisbursementId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The PaidDisbursementId. |
ReceiptNumber
Gets or sets the ReceiptNumber associated with this DisbursementReceiptNotification.
Declaration
public string ReceiptNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ReceiptNumber. |
Staff
Declaration
public virtual Staff Staff { get; set; }
Property Value
| Type | Description |
|---|---|
| Staff |
StaffGroup
Declaration
public virtual StaffGroup StaffGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| StaffGroup |
StaffGroupId
Gets or sets the StaffGroupId associated with this DisbursementReceiptNotification.
Declaration
public int? StaffGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The StaffGroupId. |
StaffId
Gets or sets the StaffId associated with this DisbursementReceiptNotification.
Declaration
public int? StaffId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The StaffId. |
Status
Gets or sets the Status associated with this DisbursementReceiptNotification.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Status. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
| Type | Description |
|---|---|
| Student |
StudentAccountTransaction
Declaration
public virtual StudentAccountTransaction StudentAccountTransaction { get; set; }
Property Value
| Type | Description |
|---|---|
| StudentAccountTransaction |
StudentAccountTransactionId
Gets or sets the StudentAccountTransactionId associated with this DisbursementReceiptNotification.
Declaration
public int? StudentAccountTransactionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The StudentAccountTransactionId. |
StudentCity
Gets or sets the StudentCity associated with this DisbursementReceiptNotification.
Declaration
public string StudentCity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The StudentCity. |
StudentCountry
Gets or sets the StudentCountry associated with this DisbursementReceiptNotification.
Declaration
public string StudentCountry { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The StudentCountry. |
StudentId
Gets or sets the StudentId associated with this DisbursementReceiptNotification.
Declaration
public int? StudentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The StudentId. |
StudentName
Gets or sets the StudentName associated with this DisbursementReceiptNotification.
Declaration
public string StudentName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The StudentName. |
StudentPhoneNumber
Gets or sets the StudentPhoneNumber associated with this DisbursementReceiptNotification.
Declaration
public string StudentPhoneNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The StudentPhoneNumber. |
StudentPostalCode
Gets or sets the StudentPostalCode associated with this DisbursementReceiptNotification.
Declaration
public string StudentPostalCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The StudentPostalCode. |
StudentSsn
Gets or sets the StudentSsn associated with this DisbursementReceiptNotification.
Declaration
public string StudentSsn { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The StudentSsn. |
StudentState
Gets or sets the StudentState associated with this DisbursementReceiptNotification.
Declaration
public string StudentState { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The StudentState. |
StudentStreetAddress
Gets or sets the StudentStreetAddress associated with this DisbursementReceiptNotification.
Declaration
public string StudentStreetAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The StudentStreetAddress. |
TransactionAmount
Gets or sets the TransactionAmount associated with this DisbursementReceiptNotification.
Declaration
public decimal? TransactionAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The TransactionAmount. |
TransactionDate
Gets or sets the TransactionDate associated with this DisbursementReceiptNotification.
Declaration
public DateTime? TransactionDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The TransactionDate. |
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. |