//------------------------------------------------------------------------------ // // 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 TblSCV2CommissionStructure { public TblSCV2CommissionStructure() { this.TblSCV2RegionalManagerContractTypeOverride = new HashSet(); this.TblSCV2Scales = new HashSet(); this.TblPersonnels = new HashSet(); } public System.Guid Oid { get; set; } public string Name { get; set; } public Nullable BonusPercentage { get; set; } public Nullable NoOfDealsForBonus { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public Nullable UpfrontPercentage { get; set; } public Nullable DripPercentage { get; set; } public Nullable NoOfDrips { get; set; } public Nullable DripStartsOnInstalment { get; set; } public Nullable DSDealPayoutPercentage { get; set; } public Nullable DSDealDripStartOnInstalment { get; set; } public Nullable NoOfDSDrips { get; set; } public Nullable IsRegional { get; set; } public Nullable DSDealPercentage { get; set; } public Nullable NonLPAPercentage { get; set; } public Nullable RegionalSalesManagerType { get; set; } public virtual ICollection TblSCV2RegionalManagerContractTypeOverride { get; set; } public virtual ICollection TblSCV2Scales { get; set; } public virtual ICollection TblPersonnels { get; set; } } }