Class DepositEntity
This class represents the EntityModel interface to the AmDeposit database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class DepositEntity : Entity, IIdentifiable, IAuditable
Constructors
DepositEntity()
Declaration
public DepositEntity()
Fields
AcademicYearSequenceProperty
The Specifies the sequence in the academic year. property.
Declaration
public static readonly EntityProperty AcademicYearSequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AmountProperty
The The amount in dollars. property.
Declaration
public static readonly EntityProperty AmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AssignedAdmissionsRepIdProperty
The The Admissions Representative for the student. If a staff member is removed from an Admissions Representative group after having been assigned to a student, CampusNexus Student retains the name of the former representative on the student record. property.
Declaration
public static readonly EntityProperty AssignedAdmissionsRepIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BankAccountAuthorizationNumberProperty
The BankAccountAuthorizationNumber property.
Declaration
public static readonly EntityProperty BankAccountAuthorizationNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BankAccountDeclineCodeProperty
The BankAccountDeclineCode property.
Declaration
public static readonly EntityProperty BankAccountDeclineCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BillingTransactionCodeIdProperty
The Specifies the type of transaction for the deposit. The list contains the transaction codes that have been configured by Student Accounts to be accepted as admissions related deposits. property.
Declaration
public static readonly EntityProperty BillingTransactionCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CheckNumberProperty
The The check number used for the payment. property.
Declaration
public static readonly EntityProperty CheckNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedByUserIdProperty
The The last and then first name of the staff member who added or created the item. property.
Declaration
public static readonly EntityProperty CreatedByUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The The date when the item or person was added or the status change was entered. property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditCardAuthorizationNumberProperty
The CreditCardAuthorizationNumber property.
Declaration
public static readonly EntityProperty CreditCardAuthorizationNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditCardDeclineCodeProperty
The CreditCardDeclineCode property.
Declaration
public static readonly EntityProperty CreditCardDeclineCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DepositReceivedDateProperty
The The date that payment was received. property.
Declaration
public static readonly EntityProperty DepositReceivedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DepositTypeProperty
The DepositType property.
Declaration
public static readonly EntityProperty DepositTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HousingApplicationStudentIdProperty
The HousingApplicationStudentId property.
Declaration
public static readonly EntityProperty HousingApplicationStudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The The date that the item was updated or changed. property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The The last and then first name of the person that changed the item. property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Specifies the name of the item or person. property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentTypeProperty
The Specifies how the payment was made. The values are Cash and Check. property.
Declaration
public static readonly EntityProperty PaymentTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PostedByUserIdProperty
The PostedByUserId property.
Declaration
public static readonly EntityProperty PostedByUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReceiptNumberProperty
The The number on the receipt for the payment. property.
Declaration
public static readonly EntityProperty ReceiptNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAccountTransactionIdProperty
The StudentAccountTransactionId property.
Declaration
public static readonly EntityProperty StudentAccountTransactionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentBankAccountIdProperty
The StudentBankAccountId property.
Declaration
public static readonly EntityProperty StudentBankAccountIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentCreditCardIdProperty
The StudentCreditCardId property.
Declaration
public static readonly EntityProperty StudentCreditCardIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The The code and name of the enrollment. property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentRelationshipAddressIdProperty
The The person who made the payment. The list contains a list of the address types specified for the student in their Related Addresses list (Select Student tile > select the name in the Students list > expand Contact Manager > select Related Addresses). property.
Declaration
public static readonly EntityProperty StudentRelationshipAddressIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentSubsidiaryAccountIdProperty
The StudentSubsidiaryAccountId property.
Declaration
public static readonly EntityProperty StudentSubsidiaryAccountIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SubsidiaryAccountTypeIdProperty
The SubsidiaryAccountTypeId property.
Declaration
public static readonly EntityProperty SubsidiaryAccountTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermIdProperty
The Available terms with start and end dates for each term. property.
Declaration
public static readonly EntityProperty TermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AcademicYearSequence
Gets or sets the AcademicYearSequence associated with this DepositEntity.
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 DepositEntity.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
AssignedAdmissionsRepId
Gets or sets the AssignedAdmissionsRepId associated with this DepositEntity.
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 DepositEntity.
Declaration
public string BankAccountAuthorizationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankAccountAuthorizationNumber. |
BankAccountDeclineCode
Gets or sets the BankAccountDeclineCode associated with this DepositEntity.
Declaration
public string BankAccountDeclineCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankAccountDeclineCode. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this DepositEntity.
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 DepositEntity.
Declaration
public string CheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CheckNumber. |
CreatedByUserId
Gets or sets the CreatedByUserId associated with this DepositEntity.
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 DepositEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditCardAuthorizationNumber
Gets or sets the CreditCardAuthorizationNumber associated with this DepositEntity.
Declaration
public string CreditCardAuthorizationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditCardAuthorizationNumber. |
CreditCardDeclineCode
Gets or sets the CreditCardDeclineCode associated with this DepositEntity.
Declaration
public string CreditCardDeclineCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditCardDeclineCode. |
DepositReceivedDate
Gets or sets the DepositReceivedDate associated with this DepositEntity.
Declaration
public DateTime DepositReceivedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The DepositReceivedDate. |
DepositType
Gets or sets the DepositType associated with this DepositEntity.
Declaration
public short? DepositType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The DepositType. |
HousingApplicationStudentId
Gets or sets the HousingApplicationStudentId associated with this DepositEntity.
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 DepositEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsNewCreditCard
Declaration
public bool IsNewCreditCard { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DepositEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DepositEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this DepositEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PaymentType
Gets or sets the PaymentType associated with this DepositEntity.
Declaration
public string PaymentType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentType. |
PostedByUserId
Gets or sets the PostedByUserId associated with this DepositEntity.
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 DepositEntity.
Declaration
public string ReceiptNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReceiptNumber. |
RowVersion
Gets or sets the RowVersion associated with this DepositEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Status
Gets or sets the Status associated with this DepositEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentAccountTransactionId
Gets or sets the StudentAccountTransactionId associated with this DepositEntity.
Declaration
public int? StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAccountTransactionId. |
StudentBankAccountId
Gets or sets the StudentBankAccountId associated with this DepositEntity.
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 DepositEntity.
Declaration
public int? StudentCreditCardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCreditCardId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this DepositEntity.
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 DepositEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentRelationshipAddressId
Gets or sets the StudentRelationshipAddressId associated with this DepositEntity.
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 DepositEntity.
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 DepositEntity.
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 DepositEntity.
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()