//------------------------------------------------------------------------------ // // 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 TblTFGLead { public TblTFGLead() { this.TblLeadFeedbacks = new HashSet(); } public int OID { get; set; } public string Club { get; set; } public Nullable Code { get; set; } public string ContractNumber { get; set; } public string Title { get; set; } public string Initials { get; set; } public string Surname { get; set; } public string HomePhoneNumber { get; set; } public string WorkPhoneNumber { get; set; } public string CellphoneNumber { get; set; } public string IDNumber { get; set; } public Nullable InitialSellingDate { get; set; } public Nullable Points { get; set; } public Nullable AddendumCount { get; set; } public Nullable AddendumPoints { get; set; } public Nullable FinitePoints { get; set; } public Nullable LatestSellingDate { get; set; } public string InitialSaleAgent { get; set; } public string LatestSaleAgent { get; set; } public string Developer { get; set; } public Nullable CancelledDate { get; set; } public Nullable OutstandingBalance { get; set; } public Nullable CapitalArrears { get; set; } public Nullable DataDated { get; set; } public Nullable OwnedBy { get; set; } public Nullable DateAllocated { get; set; } public Nullable LastCalled { get; set; } public string LastNumberCalled { get; set; } public Nullable DoNotContact { get; set; } public Nullable AllocatedTo { get; set; } public Nullable AllocatedDateTime { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public string Adr1 { get; set; } public string Adr2 { get; set; } public string Adr3 { get; set; } public string Adr4 { get; set; } public string PostalCode { get; set; } public string ContractStatus { get; set; } public string BondArrearsPeriod { get; set; } public string CertName { get; set; } public Nullable AccType { get; set; } public string AccHolder { get; set; } public string BankName { get; set; } public string BranchName { get; set; } public string BranchCode { get; set; } public string AccNumber { get; set; } public string Typeoftransfig { get; set; } public Nullable ManagementFeesBalance { get; set; } public Nullable DepartureDate { get; set; } public Nullable ArrivalDate { get; set; } public Nullable AssotiationFee { get; set; } public string Adr5 { get; set; } public string Weekmodule { get; set; } public string Configuration { get; set; } public string MaxSLP { get; set; } public string Season { get; set; } public Nullable PurchasePrice { get; set; } public string Email { get; set; } public string AccountNumber { get; set; } public string Weektype { get; set; } public Nullable IsCrystal { get; set; } public string Unit { get; set; } public Nullable Levy2014 { get; set; } public Nullable Levy2015 { get; set; } public Nullable Levy2016 { get; set; } public Nullable Levy2017 { get; set; } public Nullable PriorArrears2013 { get; set; } public Nullable Arrears2014 { get; set; } public Nullable Rebate { get; set; } public Nullable CallBack { get; set; } public Nullable CallBackTime { get; set; } public Nullable ReleasedDate { get; set; } public Nullable Blocked { get; set; } public string OldContractStatus { get; set; } public Nullable DateTimeUpdated { get; set; } public Nullable IsLease { get; set; } public virtual Title Title1 { get; set; } public virtual ICollection TblLeadFeedbacks { get; set; } public virtual TblPersonnel TblPersonnel { get; set; } } }