//------------------------------------------------------------------------------
//
// 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 TblSMIIncentive
{
public TblSMIIncentive()
{
this.TblSMIIncentiveLevels = new HashSet();
this.TblPersonnels = new HashSet();
}
public System.Guid Oid { get; set; }
public string Description { get; set; }
public Nullable NewBusinessPercentage { get; set; }
public Nullable IncludePromotions { get; set; }
public Nullable SalesPersonType { get; set; }
public Nullable UpfrontPayout { get; set; }
public Nullable DripPayout { get; set; }
public Nullable NumberOfDrips { get; set; }
public Nullable DripStartsOnInstallment { get; set; }
public Nullable OptimisticLockField { get; set; }
public Nullable GCRecord { get; set; }
public virtual ICollection TblSMIIncentiveLevels { get; set; }
public virtual ICollection TblPersonnels { get; set; }
}
}