//------------------------------------------------------------------------------ // // 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 TblIncomeBracket { public TblIncomeBracket() { this.TblLeads = new HashSet(); this.TblTimeOffNoVouchers = new HashSet(); this.TblTimeOffVouchers = new HashSet(); } public int OID { get; set; } public string IncomeBracket { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public Nullable Randvalue { get; set; } public virtual ICollection TblLeads { get; set; } public virtual ICollection TblTimeOffNoVouchers { get; set; } public virtual ICollection TblTimeOffVouchers { get; set; } } }