//------------------------------------------------------------------------------ // // 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 TblJournalBatch { public TblJournalBatch() { this.TblJournalLines = new HashSet(); } public int OID { get; set; } public Nullable DateCaptured { get; set; } public Nullable CapturedBy { get; set; } public Nullable PostedToDebtors { get; set; } public Nullable BatchAmount { get; set; } public Nullable TransactionType { get; set; } public Nullable AuthoriseBy { get; set; } public Nullable FullyAuthorised { get; set; } public Nullable CalculatedTotal { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public Nullable BankAccounts { get; set; } public Nullable Declined { get; set; } public Nullable Checked { get; set; } public Nullable CreatedNotificationSend { get; set; } public Nullable CancellationSettlement { get; set; } public string Captured { get; set; } public virtual TblDebtorTranType TblDebtorTranType { get; set; } public virtual ICollection TblJournalLines { get; set; } } }