//------------------------------------------------------------------------------ // // 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 TblSalesCommWeek { public TblSalesCommWeek() { this.TblSalesCommAmountScales = new HashSet(); this.TblSalesCommCountScales = new HashSet(); this.TblSalesCommFixedAmounts = new HashSet(); this.TblSalesCommSkippedCommissions = new HashSet(); this.TblSalesCommStatements = new HashSet(); } public System.Guid Oid { get; set; } public Nullable StartDate { get; set; } public Nullable EndDate { get; set; } public Nullable DollarToNaira { get; set; } public Nullable DollarToKwacha { get; set; } public Nullable DollarToShilling { get; set; } public Nullable Month { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public virtual ICollection TblSalesCommAmountScales { get; set; } public virtual ICollection TblSalesCommCountScales { get; set; } public virtual ICollection TblSalesCommFixedAmounts { get; set; } public virtual TblSalesCommMonth TblSalesCommMonth { get; set; } public virtual ICollection TblSalesCommSkippedCommissions { get; set; } public virtual ICollection TblSalesCommStatements { get; set; } } }