//------------------------------------------------------------------------------ // // 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 TblPortfolioNote { public int OID { get; set; } public Nullable TblPortfolio { get; set; } public Nullable MessageCode { get; set; } public string Comments { get; set; } public Nullable DateCreated { get; set; } public string CreatedBy { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public Nullable TblDebtor { get; set; } public Nullable ActionDate { get; set; } public Nullable Portfolio { get; set; } public Nullable Debtor { get; set; } public Nullable Contract { get; set; } public Nullable SentToCollectionSystem { get; set; } public Nullable MessageType { get; set; } public string Reference { get; set; } public Nullable DebtorBanking { get; set; } public virtual TblDebtor TblDebtor1 { get; set; } public virtual TblDebtor TblDebtor2 { get; set; } public virtual TblDebtorBanking TblDebtorBanking { get; set; } public virtual TblMessageCode TblMessageCode { get; set; } public virtual TblPortfolio TblPortfolio1 { get; set; } public virtual TblPortfolio TblPortfolio2 { get; set; } } }