//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace ERD { using System; using System.Collections.Generic; public partial class TblJournalLine { public TblJournalLine() { this.TblDebtorTransactions = new HashSet(); this.TblDebtorTransactions1 = new HashSet(); this.TblJournalLineCatBreakdowns = new HashSet(); this.TblJournalLineTransactions = new HashSet(); this.TblSuspenseTransactions = new HashSet(); } public int OID { get; set; } public Nullable JournalBatch { get; set; } public Nullable Debtor { get; set; } public Nullable Amount { get; set; } public string Comments { get; set; } public Nullable EffectiveDate { get; set; } public string ReferenceNumber { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public Nullable PayType { get; set; } public Nullable CapitalAllocation { get; set; } public Nullable FeesAllocation { get; set; } public Nullable InterestAllocation { get; set; } public Nullable DebtorCapital { get; set; } public Nullable DebtorFees { get; set; } public Nullable DebtorInterest { get; set; } public Nullable ToAccount { get; set; } public Nullable LineTransactionType { get; set; } public Nullable BankAccount { get; set; } public Nullable IsMultiReversal { get; set; } public Nullable Current { get; set; } public Nullable Days30 { get; set; } public Nullable Days60 { get; set; } public Nullable Days90 { get; set; } public Nullable Days120 { get; set; } public Nullable Days150 { get; set; } public Nullable Days180 { get; set; } public Nullable DeltaCurrent { get; set; } public Nullable DeltaDays30 { get; set; } public Nullable DeltaDays60 { get; set; } public Nullable DeltaDays90 { get; set; } public Nullable DeltaDays120 { get; set; } public Nullable DeltaDays150 { get; set; } public Nullable DeltaDays180 { get; set; } public Nullable Override { get; set; } public Nullable ManagementFeeYear { get; set; } public Nullable Instalment { get; set; } public Nullable DeltaInstalment { get; set; } public Nullable SupportingDocument { get; set; } public Nullable Posted { get; set; } public string ChequeNumber { get; set; } public Nullable TrfValidate { get; set; } public Nullable CancellationJournal { get; set; } public virtual TblDebtor TblDebtor { get; set; } public virtual ICollection TblDebtorTransactions { get; set; } public virtual ICollection TblDebtorTransactions1 { get; set; } public virtual TblDebtorTranType TblDebtorTranType { get; set; } public virtual TblJournalBatch TblJournalBatch { get; set; } public virtual ICollection TblJournalLineCatBreakdowns { get; set; } public virtual TblPaymentType TblPaymentType { get; set; } public virtual ICollection TblJournalLineTransactions { get; set; } public virtual ICollection TblSuspenseTransactions { get; set; } } }