Class DepositStudentReceipt
This class represents the EntityModel interface to the lst_AmDepositReceipt_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Admissions
Assembly: Cmc.Nexus.Models.dll
Syntax
public class DepositStudentReceipt
Constructors
DepositStudentReceipt()
Declaration
public DepositStudentReceipt()
Properties
Amount
Gets or sets the Amount associated with this DepositStudentReceipt.
Declaration
public decimal Amount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The Amount. |
CampusName
Gets or sets the CampusName associated with this DepositStudentReceipt.
Declaration
public string CampusName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The CampusName. |
ChargeType
Gets or sets the ChargeType associated with this DepositStudentReceipt.
Declaration
public string ChargeType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ChargeType. |
CheckNumber
Gets or sets the CheckNumber associated with this DepositStudentReceipt.
Declaration
public string CheckNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The CheckNumber. |
Deposit
Declaration
public virtual Deposit Deposit { get; set; }
Property Value
| Type | Description |
|---|---|
| Deposit |
DepositId
Gets or sets the DepositId associated with this DepositStudentReceipt.
Declaration
public int DepositId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The DepositId. |
DepositReceivedDate
Gets or sets the DepositReceivedDate associated with this DepositStudentReceipt.
Declaration
public DateTime DepositReceivedDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The DepositReceivedDate. |
EnrollmentNumber
Gets or sets the EnrollmentNumber associated with this DepositStudentReceipt.
Declaration
public string EnrollmentNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The EnrollmentNumber. |
FirstName
Gets or sets the FirstName associated with this DepositStudentReceipt.
Declaration
public string FirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The FirstName. |
LastName
Gets or sets the LastName associated with this DepositStudentReceipt.
Declaration
public string LastName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The LastName. |
Note
Gets or sets the Note associated with this DepositStudentReceipt.
Declaration
public string Note { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Note. |
Payments
Gets or sets the Payments associated with this DepositStudentReceipt.
Declaration
public int Payments { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Payments. |
PaymentType
Gets or sets the PaymentType associated with this DepositStudentReceipt.
Declaration
public string PaymentType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The PaymentType. |
ProgramVersionName
Gets or sets the ProgramVersionName associated with this DepositStudentReceipt.
Declaration
public string ProgramVersionName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ProgramVersionName. |
ReceiptNumber
Gets or sets the ReceiptNumber associated with this DepositStudentReceipt.
Declaration
public string ReceiptNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ReceiptNumber. |
Reference
Gets or sets the Reference associated with this DepositStudentReceipt.
Declaration
public string Reference { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Reference. |
Ssn
Gets or sets the Ssn associated with this DepositStudentReceipt.
Declaration
public string Ssn { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Ssn. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
| Type | Description |
|---|---|
| Student |
StudentId
Gets or sets the StudentId associated with this DepositStudentReceipt.
Declaration
public int StudentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The StudentId. |
StudentName
Gets or sets the StudentName associated with this DepositStudentReceipt.
Declaration
public string StudentName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The StudentName. |
StudentNumber
Gets or sets the StudentNumber associated with this DepositStudentReceipt.
Declaration
public string StudentNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The StudentNumber. |
TotalDepositAmount
Gets or sets the TotalDepositAmount associated with this DepositStudentReceipt.
Declaration
public decimal TotalDepositAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The TotalDepositAmount. |
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. |