//------------------------------------------------------------------------------ // // 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 TblSCV2Scales { public System.Guid Oid { get; set; } public Nullable From { get; set; } public Nullable To { get; set; } public Nullable Percentage { get; set; } public Nullable PaidUpPercentage { get; set; } public Nullable Factor { get; set; } public Nullable ContractType { get; set; } public Nullable IsDSDeal { get; set; } public Nullable DSDealPercentagePayout { get; set; } public Nullable NewLeadAmount { get; set; } public Nullable HousesitAmount { get; set; } public Nullable UpfrontPercentage { get; set; } public Nullable DripPercentage { get; set; } public Nullable DripsStartsOnInstalment { get; set; } public Nullable NoOfDrips { get; set; } public Nullable CommissionStructure { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public virtual TblSCV2CommissionStructure TblSCV2CommissionStructure { get; set; } } }