Class StudentSubsidiaryAccountTransaction
This class represents the EntityModel interface to the SaStudSubsidiaryTrans database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentSubsidiaryAccountTransaction
Constructors
StudentSubsidiaryAccountTransaction()
Declaration
public StudentSubsidiaryAccountTransaction()
Properties
AcademicYearSequence
Gets or sets the AcademicYearSequence associated with this StudentSubsidiaryAccountTransaction.
Declaration
public short? AcademicYearSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The AcademicYearSequence. |
AfterTaxAmount
Gets or sets the AfterTaxAmount associated with this StudentSubsidiaryAccountTransaction.
Declaration
public decimal? AfterTaxAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AfterTaxAmount. |
Amount
Gets or sets the Amount associated with this StudentSubsidiaryAccountTransaction.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
BankAccount
Declaration
public virtual BankAccount BankAccount { get; set; }
Property Value
Type | Description |
---|---|
BankAccount |
BankAccountId
Gets or sets the BankAccountId associated with this StudentSubsidiaryAccountTransaction.
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 StudentSubsidiaryAccountTransaction.
Declaration
public int? BankDepositId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BankDepositId. |
BillingCodeTransaction
Declaration
public virtual BillingTransactionCode BillingCodeTransaction { get; set; }
Property Value
Type | Description |
---|---|
BillingTransactionCode |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this StudentSubsidiaryAccountTransaction.
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BillingTransactionCodeId. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this StudentSubsidiaryAccountTransaction.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<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 StudentSubsidiaryAccountTransaction.
Declaration
public int? CashDrawerSessionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CashDrawerSessionId. |
CheckDate
Gets or sets the CheckDate associated with this StudentSubsidiaryAccountTransaction.
Declaration
public DateTime? CheckDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CheckDate. |
CheckNumber
Gets or sets the CheckNumber associated with this StudentSubsidiaryAccountTransaction.
Declaration
public string CheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CheckNumber. |
CheckStatus
Gets or sets the CheckStatus associated with this StudentSubsidiaryAccountTransaction.
Declaration
public string CheckStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CheckStatus. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentSubsidiaryAccountTransaction.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditCardAuthorizationNumber
Gets or sets the CreditCardAuthorizationNumber associated with this StudentSubsidiaryAccountTransaction.
Declaration
public string CreditCardAuthorizationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditCardAuthorizationNumber. |
CreditCardDeclineCode
Gets or sets the CreditCardDeclineCode associated with this StudentSubsidiaryAccountTransaction.
Declaration
public string CreditCardDeclineCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditCardDeclineCode. |
Description
Gets or sets the Description associated with this StudentSubsidiaryAccountTransaction.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
Drn
Gets or sets the Drn associated with this StudentSubsidiaryAccountTransaction.
Declaration
public string Drn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Drn. |
EftClearedDate
Gets or sets the EftClearedDate associated with this StudentSubsidiaryAccountTransaction.
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 StudentSubsidiaryAccountTransaction.
Declaration
public string EftNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EftNumber. |
EftStatus
Gets or sets the EftStatus associated with this StudentSubsidiaryAccountTransaction.
Declaration
public string EftStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EftStatus. |
ExchangeRate
Gets or sets the ExchangeRate associated with this StudentSubsidiaryAccountTransaction.
Declaration
public decimal? ExchangeRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ExchangeRate. |
ExtendedProperties
Extended Properties
Declaration
public ICollection<StudentSubsidiaryAccountTransactionExtendedProperty> ExtendedProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentSubsidiaryAccountTransactionExtendedProperty> |
ForeignExchangeGainLoss
Gets or sets the ForeignExchangeGainLoss associated with this StudentSubsidiaryAccountTransaction.
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 StudentSubsidiaryAccountTransaction.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsGeneralLedgerStatusFlag
Gets or sets the IsGeneralLedgerStatusFlag associated with this StudentSubsidiaryAccountTransaction.
Declaration
public bool IsGeneralLedgerStatusFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsGeneralLedgerStatusFlag. |
IsIncludedIn1098T
Gets or sets the IsIncludedIn1098T associated with this StudentSubsidiaryAccountTransaction.
Declaration
public bool IsIncludedIn1098T { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludedIn1098T. |
IsInPendingQueue
Gets or sets the IsInPendingQueue associated with this StudentSubsidiaryAccountTransaction.
Declaration
public bool IsInPendingQueue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsInPendingQueue. |
IsPostedToGeneralLedger
Gets or sets the IsPostedToGeneralLedger associated with this StudentSubsidiaryAccountTransaction.
Declaration
public bool IsPostedToGeneralLedger { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPostedToGeneralLedger. |
IsPreviousYear
Gets or sets the IsPreviousYear associated with this StudentSubsidiaryAccountTransaction.
Declaration
public bool IsPreviousYear { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPreviousYear. |
IsReconciledInCnf
Gets or sets the IsReconciledInCnf associated with this StudentSubsidiaryAccountTransaction.
Declaration
public bool IsReconciledInCnf { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReconciledInCnf. |
IsReissued
Gets or sets the IsReissued associated with this StudentSubsidiaryAccountTransaction.
Declaration
public bool IsReissued { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReissued. |
IsScholarshipOrGrant
Gets or sets the IsScholarshipOrGrant associated with this StudentSubsidiaryAccountTransaction.
Declaration
public bool IsScholarshipOrGrant { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsScholarshipOrGrant. |
IsSentBack
Gets or sets the IsSentBack associated with this StudentSubsidiaryAccountTransaction.
Declaration
public bool IsSentBack { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSentBack. |
IsTaxIncluded
Gets or sets the IsTaxIncluded associated with this StudentSubsidiaryAccountTransaction.
Declaration
public bool? IsTaxIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsTaxIncluded. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentSubsidiaryAccountTransaction.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentSubsidiaryAccountTransaction.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PaymentDueDate
Gets or sets the PaymentDueDate associated with this StudentSubsidiaryAccountTransaction.
Declaration
public DateTime? PaymentDueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PaymentDueDate. |
PaymentType
Gets or sets the PaymentType associated with this StudentSubsidiaryAccountTransaction.
Declaration
public string PaymentType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentType. |
PreferredCurrencyAmount
Gets or sets the PreferredCurrencyAmount associated with this StudentSubsidiaryAccountTransaction.
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 StudentSubsidiaryAccountTransaction.
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 StudentSubsidiaryAccountTransaction.
Declaration
public string ReceiptNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReceiptNumber. |
Reference
Gets or sets the Reference associated with this StudentSubsidiaryAccountTransaction.
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Reference. |
Source
Gets or sets the Source associated with this StudentSubsidiaryAccountTransaction.
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Source. |
StudentCreditCard
Declaration
public virtual StudentCreditCard StudentCreditCard { get; set; }
Property Value
Type | Description |
---|---|
StudentCreditCard |
StudentCreditCardId
Gets or sets the StudentCreditCardId associated with this StudentSubsidiaryAccountTransaction.
Declaration
public int? StudentCreditCardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCreditCardId. |
StudentRelationshipAddressId
Gets or sets the StudentRelationshipAddressId associated with this StudentSubsidiaryAccountTransaction.
Declaration
public int? StudentRelationshipAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRelationshipAddressId. |
StudentSubsidiaryAccount
Declaration
public virtual StudentSubsidiaryAccount StudentSubsidiaryAccount { get; set; }
Property Value
Type | Description |
---|---|
StudentSubsidiaryAccount |
StudentSubsidiaryAccountId
Gets or sets the StudentSubsidiaryAccountId associated with this StudentSubsidiaryAccountTransaction.
Declaration
public int StudentSubsidiaryAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentSubsidiaryAccountId. |
StudentSubsidiaryAccountRefund
Declaration
public virtual StudentSubsidiaryAccountRefund StudentSubsidiaryAccountRefund { get; set; }
Property Value
Type | Description |
---|---|
StudentSubsidiaryAccountRefund |
StudentSubsidiaryAccountRefundId
Gets or sets the StudentSubsidiaryAccountRefundId associated with this StudentSubsidiaryAccountTransaction.
Declaration
public int? StudentSubsidiaryAccountRefundId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentSubsidiaryAccountRefundId. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this StudentSubsidiaryAccountTransaction.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
TransactionCurrencyCode
Declaration
public virtual CurrencyCode TransactionCurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
CurrencyCode |
TransactionCurrencyCodeId
Gets or sets the TransactionCurrencyCodeId associated with this StudentSubsidiaryAccountTransaction.
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 StudentSubsidiaryAccountTransaction.
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The TransactionDate. |
TransactionNumber
Gets or sets the TransactionNumber associated with this StudentSubsidiaryAccountTransaction.
Declaration
public short TransactionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The TransactionNumber. |
Type
Gets or sets the Type associated with this StudentSubsidiaryAccountTransaction.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Type. |
VendorReferenceNumber
Gets or sets the VendorReferenceNumber associated with this StudentSubsidiaryAccountTransaction.
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. |