//------------------------------------------------------------------------------ // // 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 TblResort { public TblResort() { this.TblResortExternalSalesPeriods = new HashSet(); this.TblResortNotes = new HashSet(); this.TblResortRebateBlocks = new HashSet(); this.TblResortResorts_TblPromotionCommissionStructurePromotionCommissionStructures = new HashSet(); this.TblResortSalesPeriods = new HashSet(); this.TblSalesVenues = new HashSet(); this.TblTimeOffVouchers = new HashSet(); this.TblVouchers = new HashSet(); this.TblWeekBankings = new HashSet(); this.TblWeekModules = new HashSet(); this.TblDebtors = new HashSet(); this.TblExternalResortCommissions = new HashSet(); this.TblExternalResortCommissionWeeks = new HashSet(); this.TblInvoices = new HashSet(); this.TblManagementFeesToAdjusts = new HashSet(); this.TblMarketingCampaignResorts = new HashSet(); this.TblPromoConfigs = new HashSet(); this.TblPromoConfigs1 = new HashSet(); this.TblPromotions = new HashSet(); this.TblRCIDates = new HashSet(); } public int OID { get; set; } public string ResortName { get; set; } public Nullable DateCreated { get; set; } public string CreatedBy { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public Nullable DeliveryAddress { get; set; } public Nullable StockLocation { get; set; } public string ResortCode { get; set; } public string Area { get; set; } public string OldResortCode { get; set; } public Nullable C_ResortManager { get; set; } public Nullable Region { get; set; } public Nullable CheckInTime { get; set; } public Nullable CheckOutTime { get; set; } public Nullable CheckInDay { get; set; } public Nullable ManagingAgent { get; set; } public Nullable ResortManager { get; set; } public Nullable RCIAffiliated { get; set; } public Nullable PurchaseFactor { get; set; } public Nullable DefaultDeveloper { get; set; } public Nullable ResortRanking { get; set; } public Nullable MayNotView { get; set; } public Nullable NoRebate { get; set; } public Nullable ConsoftWeeksStock { get; set; } public Nullable TimeOffMaxPercentageOfStock { get; set; } public Nullable ExternalResortCommission { get; set; } public Nullable CommissionPercentage { get; set; } public Nullable DripPeriod { get; set; } public Nullable PayableToResort { get; set; } public Nullable ExcludeForPromotions { get; set; } public Nullable ExternalResortCommYear { get; set; } public Nullable TimeshareResort { get; set; } public Nullable TimeoffResort { get; set; } public Nullable Available { get; set; } public string InnKeeperMap { get; set; } public Nullable TradeInFullWeek { get; set; } public Nullable TradeInMidWeek { get; set; } public Nullable TradeInWeekend { get; set; } public string Website { get; set; } public virtual TblResortManagingAgent TblResortManagingAgent { get; set; } public virtual ICollection TblResortExternalSalesPeriods { get; set; } public virtual ICollection TblResortNotes { get; set; } public virtual ICollection TblResortRebateBlocks { get; set; } public virtual ICollection TblResortResorts_TblPromotionCommissionStructurePromotionCommissionStructures { get; set; } public virtual ICollection TblResortSalesPeriods { get; set; } public virtual ICollection TblSalesVenues { get; set; } public virtual ICollection TblTimeOffVouchers { get; set; } public virtual ICollection TblVouchers { get; set; } public virtual ICollection TblWeekBankings { get; set; } public virtual ICollection TblWeekModules { get; set; } public virtual ICollection TblDebtors { get; set; } public virtual TblDeveloper TblDeveloper { get; set; } public virtual ICollection TblExternalResortCommissions { get; set; } public virtual ICollection TblExternalResortCommissionWeeks { get; set; } public virtual ICollection TblInvoices { get; set; } public virtual ICollection TblManagementFeesToAdjusts { get; set; } public virtual ICollection TblMarketingCampaignResorts { get; set; } public virtual TblPersonnel TblPersonnel { get; set; } public virtual TblPersonnel TblPersonnel1 { get; set; } public virtual ICollection TblPromoConfigs { get; set; } public virtual ICollection TblPromoConfigs1 { get; set; } public virtual ICollection TblPromotions { get; set; } public virtual ICollection TblRCIDates { get; set; } } }