Class StudentAccountTransaction
This class represents the EntityModel interface to the SaTrans database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentAccountTransaction
Constructors
StudentAccountTransaction()
Declaration
public StudentAccountTransaction()
Properties
AcademicYearSequence
Gets or sets the AcademicYearSequence associated with this StudentAccountTransaction.
Declaration
public decimal AcademicYearSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AcademicYearSequence. |
AchBatchFile
Declaration
public virtual AchBatchFile AchBatchFile { get; set; }
Property Value
Type | Description |
---|---|
AchBatchFile |
AchBatchFileId
Gets or sets the AchBatchFileId associated with this StudentAccountTransaction.
Declaration
public int? AchBatchFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AchBatchFileId. |
AdmissionsDeposit
Declaration
public virtual Deposit AdmissionsDeposit { get; set; }
Property Value
Type | Description |
---|---|
Deposit |
AdmissionsRepId
Gets or sets the AdmissionsRepId associated with this StudentAccountTransaction.
Declaration
public int AdmissionsRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AdmissionsRepId. |
AfterTaxAmount
Gets or sets the AfterTaxAmount associated with this StudentAccountTransaction.
Declaration
public decimal? AfterTaxAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AfterTaxAmount. |
AgencyBranchCreditCard
Declaration
public virtual AgencyBranchCreditCard AgencyBranchCreditCard { get; set; }
Property Value
Type | Description |
---|---|
AgencyBranchCreditCard |
AgencyBranchCreditCardId
Gets or sets the AgencyBranchCreditCardId associated with this StudentAccountTransaction.
Declaration
public int? AgencyBranchCreditCardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AgencyBranchCreditCardId. |
AmountPaid
Gets or sets the AmountPaid associated with this StudentAccountTransaction.
Declaration
public decimal AmountPaid { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AmountPaid. |
AppliedDate
Gets or sets the AppliedDate associated with this StudentAccountTransaction.
Declaration
public DateTime? AppliedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AppliedDate. |
AwardBursaryConfigDetail
Declaration
public virtual AwardBursaryConfigDetail AwardBursaryConfigDetail { get; set; }
Property Value
Type | Description |
---|---|
AwardBursaryConfigDetail |
AwardBursaryConfigDetailId
Gets or sets the AwardBursaryConfigDetailId associated with this StudentAccountTransaction.
Declaration
public int? AwardBursaryConfigDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AwardBursaryConfigDetailId. |
BankAccount
Declaration
public virtual BankAccount BankAccount { get; set; }
Property Value
Type | Description |
---|---|
BankAccount |
BankAccountId
Gets or sets the BankAccountId associated with this StudentAccountTransaction.
Declaration
public int? BankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BankAccountId. |
BankDeposit
Declaration
public virtual BankDeposit BankDeposit { get; set; }
Property Value
Type | Description |
---|---|
BankDeposit |
BankDepositId
Gets or sets the BankDepositId associated with this StudentAccountTransaction.
Declaration
public int BankDepositId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BankDepositId. |
BatchNumber
Gets or sets the BatchNumber associated with this StudentAccountTransaction.
Declaration
public string BatchNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchNumber. |
BillingTransactionCode
Gets or sets the BillingTransactionCode associated with this StudentAccountTransaction.
Declaration
public string BillingTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BillingTransactionCode. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this StudentAccountTransaction.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CashDrawerSession
Declaration
public virtual CashDrawerSession CashDrawerSession { get; set; }
Property Value
Type | Description |
---|---|
CashDrawerSession |
CashDrawerSessionId
Gets or sets the CashDrawerSessionId associated with this StudentAccountTransaction.
Declaration
public int? CashDrawerSessionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CashDrawerSessionId. |
CheckClearedDate
Gets or sets the CheckClearedDate associated with this StudentAccountTransaction.
Declaration
public DateTime? CheckClearedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CheckClearedDate. |
CheckNumber
Gets or sets the CheckNumber associated with this StudentAccountTransaction.
Declaration
public string CheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CheckNumber. |
CheckStatus
Gets or sets the CheckStatus associated with this StudentAccountTransaction.
Declaration
public string CheckStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CheckStatus. |
ClassSection
Declaration
public virtual ClassSection ClassSection { get; set; }
Property Value
Type | Description |
---|---|
ClassSection |
ClassSectionId
Gets or sets the ClassSectionId associated with this StudentAccountTransaction.
Declaration
public int? ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ClassSectionId. |
Course
Declaration
public virtual Course Course { get; set; }
Property Value
Type | Description |
---|---|
Course |
CourseAmountToRetain
Gets or sets the CourseAmountToRetain associated with this StudentAccountTransaction.
Declaration
public decimal? CourseAmountToRetain { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CourseAmountToRetain. |
CourseId
Gets or sets the CourseId associated with this StudentAccountTransaction.
Declaration
public int? CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseId. |
CourseRefundPolicy
Declaration
public virtual CourseRefundPolicy CourseRefundPolicy { get; set; }
Property Value
Type | Description |
---|---|
CourseRefundPolicy |
CourseRefundPolicyId
Gets or sets the CourseRefundPolicyId associated with this StudentAccountTransaction.
Declaration
public int? CourseRefundPolicyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseRefundPolicyId. |
CreatedByUserId
Gets or sets the CreatedByUserId associated with this StudentAccountTransaction.
Declaration
public int CreatedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CreatedByUserId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAccountTransaction.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditCardAuthorizationNumber
Gets or sets the CreditCardAuthorizationNumber associated with this StudentAccountTransaction.
Declaration
public string CreditCardAuthorizationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditCardAuthorizationNumber. |
CreditCardBatchTransaction
Declaration
public virtual CreditCardBatchTransaction CreditCardBatchTransaction { get; set; }
Property Value
Type | Description |
---|---|
CreditCardBatchTransaction |
CreditCardBatchTransactionId
Gets or sets the CreditCardBatchTransactionId associated with this StudentAccountTransaction.
Declaration
public int? CreditCardBatchTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CreditCardBatchTransactionId. |
CreditCardDeclineCode
Gets or sets the CreditCardDeclineCode associated with this StudentAccountTransaction.
Declaration
public string CreditCardDeclineCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditCardDeclineCode. |
DepositId
Gets or sets the DepositId associated with this StudentAccountTransaction.
Declaration
public int? DepositId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DepositId. |
Description
Gets or sets the Description associated with this StudentAccountTransaction.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
DiscountAmount
Gets or sets the DiscountAmount associated with this StudentAccountTransaction.
Declaration
public decimal DiscountAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DiscountAmount. |
Drn
Gets or sets the Drn associated with this StudentAccountTransaction.
Declaration
public string Drn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Drn. |
EftClearedDate
Gets or sets the EftClearedDate associated with this StudentAccountTransaction.
Declaration
public DateTime? EftClearedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EftClearedDate. |
EftNumber
Gets or sets the EftNumber associated with this StudentAccountTransaction.
Declaration
public string EftNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EftNumber. |
EftStatus
Gets or sets the EftStatus associated with this StudentAccountTransaction.
Declaration
public string EftStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EftStatus. |
ExchangeRate
Gets or sets the ExchangeRate associated with this StudentAccountTransaction.
Declaration
public decimal? ExchangeRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ExchangeRate. |
ExtendedProperties
Extended Properties
Declaration
public ICollection<StudentAccountTransactionExtendedProperty> ExtendedProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAccountTransactionExtendedProperty> |
ForeignExchangeGainLoss
Gets or sets the ForeignExchangeGainLoss associated with this StudentAccountTransaction.
Declaration
public decimal? ForeignExchangeGainLoss { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ForeignExchangeGainLoss. |
GeneralLedgerReleaseDetail
Declaration
public virtual ICollection<GeneralLedgerReleaseBatchDetail> GeneralLedgerReleaseDetail { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<GeneralLedgerReleaseBatchDetail> |
Id
Gets or sets the Id associated with this StudentAccountTransaction.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InvoiceAddedDate
Gets or sets the InvoiceAddedDate associated with this StudentAccountTransaction.
Declaration
public DateTime? InvoiceAddedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The InvoiceAddedDate. |
InvoiceNumber
Gets or sets the InvoiceNumber associated with this StudentAccountTransaction.
Declaration
public string InvoiceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InvoiceNumber. |
IsAutomatedProcess
Gets or sets the IsAutomatedProcess associated with this StudentAccountTransaction.
Declaration
public bool IsAutomatedProcess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAutomatedProcess. |
IsGeneralLedgerStatusFlag
Gets or sets the IsGeneralLedgerStatusFlag associated with this StudentAccountTransaction.
Declaration
public bool IsGeneralLedgerStatusFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsGeneralLedgerStatusFlag. |
IsInPendingQueue
Gets or sets the IsInPendingQueue associated with this StudentAccountTransaction.
Declaration
public bool IsInPendingQueue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsInPendingQueue. |
IsManualCheckExtract
Gets or sets the IsManualCheckExtract associated with this StudentAccountTransaction.
Declaration
public bool? IsManualCheckExtract { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsManualCheckExtract. |
IsPenaltyProcessed
Gets or sets the IsPenaltyProcessed associated with this StudentAccountTransaction.
Declaration
public bool IsPenaltyProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPenaltyProcessed. |
IsPostedToGeneralLedger
Gets or sets the IsPostedToGeneralLedger associated with this StudentAccountTransaction.
Declaration
public bool IsPostedToGeneralLedger { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPostedToGeneralLedger. |
IsPreviousYear1098t
Gets or sets the IsPreviousYear1098t associated with this StudentAccountTransaction.
Declaration
public bool IsPreviousYear1098t { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPreviousYear1098t. |
IsReconciledInCnf
Gets or sets the IsReconciledInCnf associated with this StudentAccountTransaction.
Declaration
public bool IsReconciledInCnf { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReconciledInCnf. |
IsReissued
Gets or sets the IsReissued associated with this StudentAccountTransaction.
Declaration
public bool IsReissued { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReissued. |
IsSentBack
Gets or sets the IsSentBack associated with this StudentAccountTransaction.
Declaration
public bool IsSentBack { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSentBack. |
IsTaxIncluded
Gets or sets the IsTaxIncluded associated with this StudentAccountTransaction.
Declaration
public bool? IsTaxIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsTaxIncluded. |
IsVoidedTransaction
Gets or sets the IsVoidedTransaction associated with this StudentAccountTransaction.
Declaration
public bool? IsVoidedTransaction { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsVoidedTransaction. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAccountTransaction.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAccountTransaction.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MerchantProcessingCode
Gets or sets the MerchantProcessingCode associated with this StudentAccountTransaction.
Declaration
public string MerchantProcessingCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MerchantProcessingCode. |
OriginalStudentAccountTransactionId
Gets or sets the OriginalStudentAccountTransactionId associated with this StudentAccountTransaction.
Declaration
public int? OriginalStudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The OriginalStudentAccountTransactionId. |
PaidDisbursement
Declaration
public virtual PaidDisbursement PaidDisbursement { get; set; }
Property Value
Type | Description |
---|---|
PaidDisbursement |
PaidDisbursementId
Gets or sets the PaidDisbursementId associated with this StudentAccountTransaction.
Declaration
public int? PaidDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaidDisbursementId. |
PaymentAppliedDetail
Declaration
public virtual ICollection<StudentAccountTransactionAppliedPayment> PaymentAppliedDetail { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAccountTransactionAppliedPayment> |
PaymentDueDate
Gets or sets the PaymentDueDate associated with this StudentAccountTransaction.
Declaration
public DateTime? PaymentDueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PaymentDueDate. |
PaymentPeriodId
Gets or sets the PaymentPeriodId associated with this StudentAccountTransaction.
Declaration
public int PaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PaymentPeriodId. |
PaymentType
Gets or sets the PaymentType associated with this StudentAccountTransaction.
Declaration
public string PaymentType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentType. |
PostDate
Gets or sets the PostDate associated with this StudentAccountTransaction.
Declaration
public DateTime PostDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The PostDate. |
PreferredCurrencyAmount
Gets or sets the PreferredCurrencyAmount associated with this StudentAccountTransaction.
Declaration
public decimal? PreferredCurrencyAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PreferredCurrencyAmount. |
PrimaryCurrencyCode
Declaration
public virtual CurrencyCode PrimaryCurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
CurrencyCode |
PrimaryCurrencyCodeId
Gets or sets the PrimaryCurrencyCodeId associated with this StudentAccountTransaction.
Declaration
public int? PrimaryCurrencyCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PrimaryCurrencyCodeId. |
ReceiptNumber
Gets or sets the ReceiptNumber associated with this StudentAccountTransaction.
Declaration
public string ReceiptNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReceiptNumber. |
ReceiptPrintedDate
Gets or sets the ReceiptPrintedDate associated with this StudentAccountTransaction.
Declaration
public DateTime? ReceiptPrintedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReceiptPrintedDate. |
Reference
Gets or sets the Reference associated with this StudentAccountTransaction.
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Reference. |
Refund
Declaration
public virtual Refund Refund { get; set; }
Property Value
Type | Description |
---|---|
Refund |
RefundCalculation
Declaration
public virtual StudentRefundCalculation RefundCalculation { get; set; }
Property Value
Type | Description |
---|---|
StudentRefundCalculation |
RefundCalculationId
Gets or sets the RefundCalculationId associated with this StudentAccountTransaction.
Declaration
public int? RefundCalculationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RefundCalculationId. |
RefundId
Gets or sets the RefundId associated with this StudentAccountTransaction.
Declaration
public int? RefundId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RefundId. |
RegistrationTerm
Declaration
public virtual Term RegistrationTerm { get; set; }
Property Value
Type | Description |
---|---|
Term |
RegistrationTermId
Gets or sets the RegistrationTermId associated with this StudentAccountTransaction.
Declaration
public int? RegistrationTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RegistrationTermId. |
ReveueDetails
Declaration
public virtual StudentRevenueDetail ReveueDetails { get; set; }
Property Value
Type | Description |
---|---|
StudentRevenueDetail |
Sa1098T
Gets or sets the Sa1098T associated with this StudentAccountTransaction.
Declaration
public string Sa1098T { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Sa1098T. |
Source
Gets or sets the Source associated with this StudentAccountTransaction.
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Source. |
Status
Gets or sets the Status associated with this StudentAccountTransaction.
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 |
StudentAcademicYearPaymentPeriod
Declaration
public virtual StudentAcademicYearPaymentPeriod StudentAcademicYearPaymentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentAcademicYearPaymentPeriod |
StudentAcademicYearPaymentPeriodId
Gets or sets the StudentAcademicYearPaymentPeriodId associated with this StudentAccountTransaction.
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAcademicYearPaymentPeriodId. |
StudentAccountBatchBillingId
Gets or sets the StudentAccountBatchBillingId associated with this StudentAccountTransaction.
Declaration
public int? StudentAccountBatchBillingId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAccountBatchBillingId. |
StudentAccountPendingTransactionIdReference
Gets or sets the StudentAccountPendingTransactionIdReference associated with this StudentAccountTransaction.
Declaration
public int? StudentAccountPendingTransactionIdReference { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAccountPendingTransactionIdReference. |
StudentAward
Declaration
public virtual StudentAward StudentAward { get; set; }
Property Value
Type | Description |
---|---|
StudentAward |
StudentAwardId
Gets or sets the StudentAwardId associated with this StudentAccountTransaction.
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAwardId. |
StudentBankAccount
Declaration
public virtual StudentBankAccount StudentBankAccount { get; set; }
Property Value
Type | Description |
---|---|
StudentBankAccount |
StudentBankAccountId
Gets or sets the StudentBankAccountId associated with this StudentAccountTransaction.
Declaration
public int? StudentBankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentBankAccountId. |
StudentCreditCard
Declaration
public virtual StudentCreditCard StudentCreditCard { get; set; }
Property Value
Type | Description |
---|---|
StudentCreditCard |
StudentCreditCardId
Gets or sets the StudentCreditCardId associated with this StudentAccountTransaction.
Declaration
public int? StudentCreditCardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCreditCardId. |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodFee
Declaration
public virtual StudentEnrollmentPeriodFee StudentEnrollmentPeriodFee { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriodFee |
StudentEnrollmentPeriodFeeId
Gets or sets the StudentEnrollmentPeriodFeeId associated with this StudentAccountTransaction.
Declaration
public int? StudentEnrollmentPeriodFeeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodFeeId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentAccountTransaction.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentAccountTransaction.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentRelationshipAddress
Declaration
public virtual StudentRelationshipAddress StudentRelationshipAddress { get; set; }
Property Value
Type | Description |
---|---|
StudentRelationshipAddress |
StudentRevenueDetailId
Gets or sets the StudentRevenueDetailId associated with this StudentAccountTransaction.
Declaration
public int? StudentRevenueDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRevenueDetailId. |
SyAddressId
Gets or sets the SyAddressId associated with this StudentAccountTransaction.
Declaration
public int? SyAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SyAddressId. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this StudentAccountTransaction.
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TermId. |
TransactionAmount
Gets or sets the TransactionAmount associated with this StudentAccountTransaction.
Declaration
public decimal TransactionAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TransactionAmount. |
TransactionCourses
Declaration
public virtual ICollection<StudentAccountTransactionCourse> TransactionCourses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAccountTransactionCourse> |
TransactionCurrencyCode
Declaration
public virtual CurrencyCode TransactionCurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
CurrencyCode |
TransactionCurrencyCodeId
Gets or sets the TransactionCurrencyCodeId associated with this StudentAccountTransaction.
Declaration
public int? TransactionCurrencyCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TransactionCurrencyCodeId. |
TransactionDate
Gets or sets the TransactionDate associated with this StudentAccountTransaction.
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The TransactionDate. |
TransactionNumber
Gets or sets the TransactionNumber associated with this StudentAccountTransaction.
Declaration
public decimal TransactionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TransactionNumber. |
TuitionDiscountPolicy
Declaration
public virtual TuitionDiscountPolicy TuitionDiscountPolicy { get; set; }
Property Value
Type | Description |
---|---|
TuitionDiscountPolicy |
TuitionDiscountPolicyId
Gets or sets the TuitionDiscountPolicyId associated with this StudentAccountTransaction.
Declaration
public int? TuitionDiscountPolicyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TuitionDiscountPolicyId. |
Type
Gets or sets the Type associated with this StudentAccountTransaction.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Type. |
VendorReferenceNumber
Gets or sets the VendorReferenceNumber associated with this StudentAccountTransaction.
Declaration
public string VendorReferenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VendorReferenceNumber. |
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. |