//------------------------------------------------------------------------------
//
// 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 TblWeekModule
{
public TblWeekModule()
{
this.TblWeekBankings = new HashSet();
this.TblResortRebateBlocks = new HashSet();
this.TblDebtorManagementFeeValues = new HashSet();
this.TblExternalResortCommissions = new HashSet();
this.TblExternalResortCommissionWeeks = new HashSet();
this.TblPromotions = new HashSet();
}
public int OID { get; set; }
public Nullable WeekNumber { get; set; }
public string WeekModule { get; set; }
public Nullable WeekType { get; set; }
public Nullable WeekModuleType { get; set; }
public Nullable Resort { get; set; }
public Nullable OptimisticLockField { get; set; }
public Nullable GCRecord { get; set; }
public Nullable Season { get; set; }
public Nullable Year { get; set; }
public Nullable ArrivalDate { get; set; }
public Nullable DepartureDate { get; set; }
public string CalendarCode { get; set; }
public Nullable DateCreated { get; set; }
public string CreatedBy { get; set; }
public virtual ICollection TblWeekBankings { get; set; }
public virtual TblResort TblResort { get; set; }
public virtual ICollection TblResortRebateBlocks { get; set; }
public virtual ICollection TblDebtorManagementFeeValues { get; set; }
public virtual ICollection TblExternalResortCommissions { get; set; }
public virtual ICollection TblExternalResortCommissionWeeks { get; set; }
public virtual ICollection TblPromotions { get; set; }
}
}