//------------------------------------------------------------------------------
//
// 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 TblPromotionCommissionStructure
{
public TblPromotionCommissionStructure()
{
this.TblPromotionCommissions = new HashSet();
this.TblPromotionCommissionStructurePromotionCommissionStructures_TblContractTypeContractTypes = new HashSet();
this.TblPromotionCommissionStructurePromotionCommissionStructures_TblPersonnelPersonnel = new HashSet();
this.TblPromotionTypePromotionTypes_TblPromotionCommissionStructurePromotionCommissionStructures = new HashSet();
this.TblResortResorts_TblPromotionCommissionStructurePromotionCommissionStructures = new HashSet();
this.TblSalesVenueSalesVenues_TblPromotionCommissionStructurePromotionCommissionStructures = new HashSet();
this.TblSeasonSeasons_TblPromotionCommissionStructurePromotionCommissionStructure = new HashSet();
}
public System.Guid Oid { get; set; }
public string Name { get; set; }
public Nullable FromDate { get; set; }
public Nullable ToDate { get; set; }
public Nullable UsePercentage { get; set; }
public Nullable PromotionPercentage { get; set; }
public Nullable UseAmount { get; set; }
public Nullable PromotionAmount { get; set; }
public Nullable UpfrontPercentage { get; set; }
public Nullable DripPercentage { get; set; }
public Nullable NumberOfDrips { get; set; }
public Nullable DripStartOnInstallment { get; set; }
public Nullable OptimisticLockField { get; set; }
public Nullable GCRecord { get; set; }
public virtual ICollection TblPromotionCommissions { get; set; }
public virtual ICollection TblPromotionCommissionStructurePromotionCommissionStructures_TblContractTypeContractTypes { get; set; }
public virtual ICollection TblPromotionCommissionStructurePromotionCommissionStructures_TblPersonnelPersonnel { get; set; }
public virtual ICollection TblPromotionTypePromotionTypes_TblPromotionCommissionStructurePromotionCommissionStructures { get; set; }
public virtual ICollection TblResortResorts_TblPromotionCommissionStructurePromotionCommissionStructures { get; set; }
public virtual ICollection TblSalesVenueSalesVenues_TblPromotionCommissionStructurePromotionCommissionStructures { get; set; }
public virtual ICollection TblSeasonSeasons_TblPromotionCommissionStructurePromotionCommissionStructure { get; set; }
}
}