//------------------------------------------------------------------------------ // // 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 TblSMICommissionContract { public TblSMICommissionContract() { this.TblSMITransactions = new HashSet(); } public System.Guid Oid { get; set; } public Nullable Contract { get; set; } public Nullable CommissionPercentage { get; set; } public Nullable UpfrontCommission { get; set; } public Nullable DripCommission { get; set; } public Nullable UpfrontPaid { get; set; } public Nullable DripPaid { get; set; } public Nullable SalesWeek { get; set; } public Nullable NoOfDrips { get; set; } public Nullable DripStartsOnInstallment { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public Nullable StopPayout { get; set; } public virtual TblSMISalesPersonWeek TblSMISalesPersonWeek { get; set; } public virtual ICollection TblSMITransactions { get; set; } } }