//------------------------------------------------------------------------------ // // 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 TblTimeOffNoVoucher { public TblTimeOffNoVoucher() { this.TblLeads = new HashSet(); } public int OID { get; set; } public Nullable DateCreated { get; set; } public string Title { get; set; } public string FirstNames { get; set; } public string Surname { get; set; } public string Initials { get; set; } public string IDNumber { get; set; } public string EmailAddress { get; set; } public string Occupation { get; set; } public Nullable MaritalStatus { get; set; } public string SpouseOccupation { get; set; } public Nullable IncomeBracket { get; set; } public Nullable HolidayHome { get; set; } public Nullable TimeShare { get; set; } public Nullable OtherOwnedHolidayAccomodation { get; set; } public string OtherOwnedHolidayAccomodationDescription { get; set; } public string CellPhoneNumber { get; set; } public string OneTimePassword { get; set; } public string Password { get; set; } public byte[] PasswordByte { get; set; } public Nullable Lead { get; set; } public string BookingReference { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public Nullable WelcomeMessageSent { get; set; } public Nullable Contacted { get; set; } public string HowDidYouHearAboutUs { get; set; } public Nullable WantingToAttend { get; set; } public string Comments { get; set; } public Nullable CallbackOption { get; set; } public Nullable CallbackTime { get; set; } public Nullable Age { get; set; } public Nullable DateOfBirth { get; set; } public virtual Title Title1 { get; set; } public virtual TblIncomeBracket TblIncomeBracket { get; set; } public virtual ICollection TblLeads { get; set; } } }