//------------------------------------------------------------------------------ // // 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 TblTMCommStructure { public TblTMCommStructure() { this.TblTMCommDealTargets = new HashSet(); this.TblTMCommGroups = new HashSet(); this.TblTMCommStructureTMCommStructures_TblPersonnelPersonnelList = new HashSet(); this.TblTMCommTables = new HashSet(); this.TblPersonnels = new HashSet(); } public int OID { get; set; } public Nullable DateCreated { get; set; } public string CreatedBy { get; set; } public string StructureName { get; set; } public Nullable BonusTarget { get; set; } public Nullable BonusPercentage { get; set; } public Nullable SalesVenue { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public Nullable DealTargetOne { get; set; } public Nullable DealTargetTwo { get; set; } public Nullable DealTargetThree { get; set; } public Nullable AddSomeAmount { get; set; } public Nullable PublicHolidayAmount { get; set; } public Nullable DealTargetFour { get; set; } public Nullable AddsomeDaysMissedForLevel2 { get; set; } public Nullable AddsomeLevel2Amount { get; set; } public Nullable DoNotPayOnThisStructure { get; set; } public virtual TblSalesVenue TblSalesVenue { get; set; } public virtual ICollection TblTMCommDealTargets { get; set; } public virtual ICollection TblTMCommGroups { get; set; } public virtual ICollection TblTMCommStructureTMCommStructures_TblPersonnelPersonnelList { get; set; } public virtual ICollection TblTMCommTables { get; set; } public virtual ICollection TblPersonnels { get; set; } } }