//------------------------------------------------------------------------------ // // 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 TblSCV2CommissionContract { public TblSCV2CommissionContract() { this.TblSCV2Transaction = new HashSet(); } public System.Guid Oid { get; set; } public Nullable Contract { get; set; } public Nullable CommissionPercentage { get; set; } public Nullable HousesitCommission { get; set; } public Nullable HousesitCommissionPaid { get; set; } public Nullable NewLeadCommission { get; set; } public Nullable NewLeadCommissionPaid { get; set; } public Nullable UpfrontCommission { get; set; } public Nullable DripCommission { get; set; } public Nullable UpfrontPaid { get; set; } public Nullable DripPaid { get; set; } public Nullable SalesPerson { get; set; } public Nullable SalesPersonType { get; set; } public Nullable CommissionWeek { get; set; } public Nullable StopPayout { get; set; } public Nullable IsEquityDeal { get; set; } public Nullable BCInstalment { get; set; } public Nullable Factor { get; set; } public Nullable UpfrontPercentage { get; set; } public Nullable DripPercentage { get; set; } public Nullable DripStartsOnInstalment { get; set; } public Nullable NoOfDrips { get; set; } public Nullable DSDealPayoutPercentage { get; set; } public Nullable EquityPayoutPercentage { get; set; } public Nullable EquityTargetPercentage { get; set; } public Nullable BusinessFutureValue { get; set; } public Nullable QualifyForBonus { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public Nullable ResaleContract { get; set; } public Nullable Rotation { get; set; } public Nullable ReducedAmount { get; set; } public virtual TblSCV2CommissionWeek TblSCV2CommissionWeek { get; set; } public virtual ICollection TblSCV2Transaction { get; set; } public virtual TblPersonnel TblPersonnel { get; set; } } }