//------------------------------------------------------------------------------ // // 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 TblTelemarketerOffice { public TblTelemarketerOffice() { this.TblSalesVenueTelemarketerOffices = new HashSet(); this.TblSalesVenueTelemarketerOffice_bak = new HashSet(); this.TblTelemarketerRegisterHdrs = new HashSet(); this.TelemarketingSMSSettings = new HashSet(); this.TblLeadsCallHistories = new HashSet(); this.TblPersonnels = new HashSet(); } public int OID { get; set; } public string Descrip { get; set; } public Nullable province { get; set; } public Nullable Company { get; set; } public string StartTime { get; set; } public string EndTime { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public string SMSUserCode { get; set; } public string SMSPassword { get; set; } public string SendingEmailAddress { get; set; } public Nullable Franchisee { get; set; } public string SmsBookingMessage { get; set; } public string SmsConfirmationMessage { get; set; } public string TelephoneNumber { get; set; } public string FaxNumber { get; set; } public Nullable isInactive { get; set; } public Nullable WeeklyTarget { get; set; } public Nullable ShowInDailyReport { get; set; } public Nullable ShowInWeeklyReport { get; set; } public Nullable ShowInMonthlyReport { get; set; } public Nullable External { get; set; } public Nullable SMSSettings { get; set; } public Nullable SalesRegion { get; set; } public Nullable Commissionable { get; set; } public Nullable HighlightInReport { get; set; } public virtual ICollection TblSalesVenueTelemarketerOffices { get; set; } public virtual ICollection TblSalesVenueTelemarketerOffice_bak { get; set; } public virtual TblTelemarketingCompany TblTelemarketingCompany { get; set; } public virtual TelemarketingSMSSetting TelemarketingSMSSetting { get; set; } public virtual ICollection TblTelemarketerRegisterHdrs { get; set; } public virtual ICollection TelemarketingSMSSettings { get; set; } public virtual ICollection TblLeadsCallHistories { get; set; } public virtual ICollection TblPersonnels { get; set; } } }