Class BankDepositTemporaryRowEntity
This class represents the EntityModel interface to the SaBankDepositWork database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BankDepositTemporaryRowEntity : Entity, IIdentifiable, IAuditable
Constructors
BankDepositTemporaryRowEntity()
Declaration
public BankDepositTemporaryRowEntity()
Fields
BankAccountIdProperty
The BankAccountId property.
Declaration
public static readonly EntityProperty BankAccountIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BankAccountNumberProperty
The BankAccountNumber property.
Declaration
public static readonly EntityProperty BankAccountNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BankDepositGuidProperty
The BankDepositGuid property.
Declaration
public static readonly EntityProperty BankDepositGuidProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BankDepositIdProperty
The BankDepositId property.
Declaration
public static readonly EntityProperty BankDepositIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BankNameProperty
The BankName property.
Declaration
public static readonly EntityProperty BankNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusNameProperty
The CampusName property.
Declaration
public static readonly EntityProperty CampusNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CashDrawerSessionIDProperty
The CashDrawerSessionID property.
Declaration
public static readonly EntityProperty CashDrawerSessionIDProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CdSessionProperty
The CdSession property.
Declaration
public static readonly EntityProperty CdSessionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CheckNumberProperty
The CheckNumber property.
Declaration
public static readonly EntityProperty CheckNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DepositDateProperty
The DepositDate property.
Declaration
public static readonly EntityProperty DepositDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DescriptionProperty
The Description property.
Declaration
public static readonly EntityProperty DescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DrnProperty
The Drn property.
Declaration
public static readonly EntityProperty DrnProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FirstNameProperty
The FirstName property.
Declaration
public static readonly EntityProperty FirstNameProperty
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 |
IsSentBackProperty
The IsSentBack property.
Declaration
public static readonly EntityProperty IsSentBackProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastNameProperty
The LastName property.
Declaration
public static readonly EntityProperty LastNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentTypeProperty
The PaymentType property.
Declaration
public static readonly EntityProperty PaymentTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramVersionNameProperty
The ProgramVersionName property.
Declaration
public static readonly EntityProperty ProgramVersionNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReceiptNumberProperty
The ReceiptNumber property.
Declaration
public static readonly EntityProperty ReceiptNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReferenceProperty
The Reference property.
Declaration
public static readonly EntityProperty ReferenceProperty
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 |
SsnProperty
The Ssn property.
Declaration
public static readonly EntityProperty SsnProperty
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 |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId 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 |
StudentSubsidiaryAccountTransactionIdProperty
The StudentSubsidiaryAccountTransactionId property.
Declaration
public static readonly EntityProperty StudentSubsidiaryAccountTransactionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TotalAmountProperty
The TotalAmount property.
Declaration
public static readonly EntityProperty TotalAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionDescriptionProperty
The TransactionDescription property.
Declaration
public static readonly EntityProperty TransactionDescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionNumberProperty
The TransactionNumber property.
Declaration
public static readonly EntityProperty TransactionNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TypeProperty
The Type property.
Declaration
public static readonly EntityProperty TypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BankAccountId
Gets or sets the BankAccountId associated with this BankDepositTemporaryRowEntity.
Declaration
public int? BankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BankAccountId. |
BankAccountNumber
Gets or sets the BankAccountNumber associated with this BankDepositTemporaryRowEntity.
Declaration
public string BankAccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankAccountNumber. |
BankDepositGuid
Gets or sets the BankDepositGuid associated with this BankDepositTemporaryRowEntity.
Declaration
public string BankDepositGuid { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankDepositGuid. |
BankDepositId
Gets or sets the BankDepositId associated with this BankDepositTemporaryRowEntity.
Declaration
public int? BankDepositId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BankDepositId. |
BankName
Gets or sets the BankName associated with this BankDepositTemporaryRowEntity.
Declaration
public string BankName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankName. |
CampusId
Gets or sets the CampusId associated with this BankDepositTemporaryRowEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CampusName
Gets or sets the CampusName associated with this BankDepositTemporaryRowEntity.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
CashDrawerSessionID
Gets or sets the CashDrawerSessionID associated with this BankDepositTemporaryRowEntity.
Declaration
public int? CashDrawerSessionID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CashDrawerSessionID. |
CdSession
Gets or sets the CdSession associated with this BankDepositTemporaryRowEntity.
Declaration
public string CdSession { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CdSession. |
CheckNumber
Gets or sets the CheckNumber associated with this BankDepositTemporaryRowEntity.
Declaration
public string CheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CheckNumber. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BankDepositTemporaryRowEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DepositDate
Gets or sets the DepositDate associated with this BankDepositTemporaryRowEntity.
Declaration
public DateTime DepositDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The DepositDate. |
Description
Gets or sets the Description associated with this BankDepositTemporaryRowEntity.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
Drn
Gets or sets the Drn associated with this BankDepositTemporaryRowEntity.
Declaration
public string Drn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Drn. |
FirstName
Gets or sets the FirstName associated with this BankDepositTemporaryRowEntity.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
Id
Gets or sets the Id associated with this BankDepositTemporaryRowEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsSentBack
Gets or sets the IsSentBack associated with this BankDepositTemporaryRowEntity.
Declaration
public bool IsSentBack { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSentBack. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BankDepositTemporaryRowEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BankDepositTemporaryRowEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastName
Gets or sets the LastName associated with this BankDepositTemporaryRowEntity.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
PaymentType
Gets or sets the PaymentType associated with this BankDepositTemporaryRowEntity.
Declaration
public string PaymentType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentType. |
ProgramVersionName
Gets or sets the ProgramVersionName associated with this BankDepositTemporaryRowEntity.
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramVersionName. |
ReceiptNumber
Gets or sets the ReceiptNumber associated with this BankDepositTemporaryRowEntity.
Declaration
public string ReceiptNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReceiptNumber. |
Reference
Gets or sets the Reference associated with this BankDepositTemporaryRowEntity.
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Reference. |
RowVersion
Gets or sets the RowVersion associated with this BankDepositTemporaryRowEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Ssn
Gets or sets the Ssn associated with this BankDepositTemporaryRowEntity.
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ssn. |
StudentAccountTransactionId
Gets or sets the StudentAccountTransactionId associated with this BankDepositTemporaryRowEntity.
Declaration
public int StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAccountTransactionId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this BankDepositTemporaryRowEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this BankDepositTemporaryRowEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentSubsidiaryAccountTransactionId
Gets or sets the StudentSubsidiaryAccountTransactionId associated with this BankDepositTemporaryRowEntity.
Declaration
public int? StudentSubsidiaryAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentSubsidiaryAccountTransactionId. |
TotalAmount
Gets or sets the TotalAmount associated with this BankDepositTemporaryRowEntity.
Declaration
public decimal TotalAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TotalAmount. |
TransactionDescription
Gets or sets the TransactionDescription associated with this BankDepositTemporaryRowEntity.
Declaration
public string TransactionDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionDescription. |
TransactionNumber
Gets or sets the TransactionNumber associated with this BankDepositTemporaryRowEntity.
Declaration
public decimal TransactionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TransactionNumber. |
Type
Gets or sets the Type associated with this BankDepositTemporaryRowEntity.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Type. |
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()