//------------------------------------------------------------------------------ // // 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 TblResortRebateBlock { public System.Guid Oid { get; set; } public Nullable Resort { get; set; } public string Club { get; set; } public Nullable SalesType { get; set; } public Nullable BlockRebate { get; set; } public Nullable BlockRebateForOutBal { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public string CreatedBy { get; set; } public Nullable DateCreated { get; set; } public Nullable Season { get; set; } public Nullable AssetType { get; set; } public Nullable Asset { get; set; } public Nullable WeekModule { get; set; } public Nullable AllowedPercentage { get; set; } public Nullable MaxRebate { get; set; } public virtual TblResort TblResort { get; set; } public virtual TblWeekModule TblWeekModule { get; set; } } }