Class Deposit
This class represents the EntityModel interface to the AmDeposit database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Admissions
Assembly: Cmc.Nexus.Models.dll
Syntax
public class Deposit
Constructors
Deposit()
Declaration
public Deposit()
Properties
AcademicYearSequence
Gets or sets the AcademicYearSequence associated with this Deposit.
Declaration
public short? AcademicYearSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The AcademicYearSequence. |
Amount
Gets or sets the Amount associated with this Deposit.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
AssignedAdmissionsRepId
Gets or sets the AssignedAdmissionsRepId associated with this Deposit.
Declaration
public int? AssignedAdmissionsRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssignedAdmissionsRepId. |
BankAccountAuthorizationNumber
Gets or sets the BankAccountAuthorizationNumber associated with this Deposit.
Declaration
public string BankAccountAuthorizationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankAccountAuthorizationNumber. |
BankAccountDeclineCode
Gets or sets the BankAccountDeclineCode associated with this Deposit.
Declaration
public string BankAccountDeclineCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankAccountDeclineCode. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this Deposit.
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BillingTransactionCodeId. |
CheckNumber
Gets or sets the CheckNumber associated with this Deposit.
Declaration
public string CheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CheckNumber. |
CreatedByUser
Declaration
public virtual Staff CreatedByUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
CreatedByUserId
Gets or sets the CreatedByUserId associated with this Deposit.
Declaration
public int? CreatedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CreatedByUserId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this Deposit.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditCardAuthorizationNumber
Gets or sets the CreditCardAuthorizationNumber associated with this Deposit.
Declaration
public string CreditCardAuthorizationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditCardAuthorizationNumber. |
CreditCardDeclineCode
Gets or sets the CreditCardDeclineCode associated with this Deposit.
Declaration
public string CreditCardDeclineCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditCardDeclineCode. |
DataChanges
Declaration
public virtual ICollection<DepositDataChange> DataChanges { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<DepositDataChange> |
DepositReceivedDate
Gets or sets the DepositReceivedDate associated with this Deposit.
Declaration
public DateTime DepositReceivedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The DepositReceivedDate. |
DepositType
Gets or sets the DepositType associated with this Deposit.
Declaration
public short? DepositType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The DepositType. |
Enrollment
Declaration
public virtual StudentEnrollmentPeriod Enrollment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
HousingApplicationStudent
Declaration
public virtual HousingApplicationStudent HousingApplicationStudent { get; set; }
Property Value
Type | Description |
---|---|
HousingApplicationStudent |
HousingApplicationStudentId
Gets or sets the HousingApplicationStudentId associated with this Deposit.
Declaration
public int? HousingApplicationStudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The HousingApplicationStudentId. |
Id
Gets or sets the Id associated with this Deposit.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this Deposit.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this Deposit.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this Deposit.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PaymentType
Gets or sets the PaymentType associated with this Deposit.
Declaration
public string PaymentType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentType. |
PostedByUser
Declaration
public virtual Staff PostedByUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
PostedByUserId
Gets or sets the PostedByUserId associated with this Deposit.
Declaration
public int? PostedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PostedByUserId. |
ReceiptNumber
Gets or sets the ReceiptNumber associated with this Deposit.
Declaration
public string ReceiptNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReceiptNumber. |
Status
Gets or sets the Status associated with this Deposit.
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 |
StudentAccountTransactionId
Gets or sets the StudentAccountTransactionId associated with this Deposit.
Declaration
public int? StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAccountTransactionId. |
StudentBankAccount
Declaration
public virtual StudentBankAccount StudentBankAccount { get; set; }
Property Value
Type | Description |
---|---|
StudentBankAccount |
StudentBankAccountId
Gets or sets the StudentBankAccountId associated with this Deposit.
Declaration
public int? StudentBankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentBankAccountId. |
StudentCreditCardId
Gets or sets the StudentCreditCardId associated with this Deposit.
Declaration
public int? StudentCreditCardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCreditCardId. |
StudentCreditCards
Declaration
public virtual StudentCreditCard StudentCreditCards { get; set; }
Property Value
Type | Description |
---|---|
StudentCreditCard |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this Deposit.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this Deposit.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentRelationshipAddressId
Gets or sets the StudentRelationshipAddressId associated with this Deposit.
Declaration
public int? StudentRelationshipAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRelationshipAddressId. |
StudentSubsidiaryAccountId
Gets or sets the StudentSubsidiaryAccountId associated with this Deposit.
Declaration
public int? StudentSubsidiaryAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentSubsidiaryAccountId. |
SubsidiaryAccountTypeId
Gets or sets the SubsidiaryAccountTypeId associated with this Deposit.
Declaration
public int? SubsidiaryAccountTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SubsidiaryAccountTypeId. |
TermId
Gets or sets the TermId associated with this Deposit.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
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. |