Basic ERD diagram of PV Database
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

TblTFGLead.cs 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated from a template.
  4. //
  5. // Manual changes to this file may cause unexpected behavior in your application.
  6. // Manual changes to this file will be overwritten if the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace ERD
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class TblTFGLead
  14. {
  15. public TblTFGLead()
  16. {
  17. this.TblLeadFeedbacks = new HashSet<TblLeadFeedback>();
  18. }
  19. public int OID { get; set; }
  20. public string Club { get; set; }
  21. public Nullable<int> Code { get; set; }
  22. public string ContractNumber { get; set; }
  23. public string Title { get; set; }
  24. public string Initials { get; set; }
  25. public string Surname { get; set; }
  26. public string HomePhoneNumber { get; set; }
  27. public string WorkPhoneNumber { get; set; }
  28. public string CellphoneNumber { get; set; }
  29. public string IDNumber { get; set; }
  30. public Nullable<System.DateTime> InitialSellingDate { get; set; }
  31. public Nullable<int> Points { get; set; }
  32. public Nullable<int> AddendumCount { get; set; }
  33. public Nullable<int> AddendumPoints { get; set; }
  34. public Nullable<int> FinitePoints { get; set; }
  35. public Nullable<System.DateTime> LatestSellingDate { get; set; }
  36. public string InitialSaleAgent { get; set; }
  37. public string LatestSaleAgent { get; set; }
  38. public string Developer { get; set; }
  39. public Nullable<System.DateTime> CancelledDate { get; set; }
  40. public Nullable<decimal> OutstandingBalance { get; set; }
  41. public Nullable<decimal> CapitalArrears { get; set; }
  42. public Nullable<System.DateTime> DataDated { get; set; }
  43. public Nullable<int> OwnedBy { get; set; }
  44. public Nullable<System.DateTime> DateAllocated { get; set; }
  45. public Nullable<System.DateTime> LastCalled { get; set; }
  46. public string LastNumberCalled { get; set; }
  47. public Nullable<bool> DoNotContact { get; set; }
  48. public Nullable<System.Guid> AllocatedTo { get; set; }
  49. public Nullable<System.DateTime> AllocatedDateTime { get; set; }
  50. public Nullable<int> OptimisticLockField { get; set; }
  51. public Nullable<int> GCRecord { get; set; }
  52. public string Adr1 { get; set; }
  53. public string Adr2 { get; set; }
  54. public string Adr3 { get; set; }
  55. public string Adr4 { get; set; }
  56. public string PostalCode { get; set; }
  57. public string ContractStatus { get; set; }
  58. public string BondArrearsPeriod { get; set; }
  59. public string CertName { get; set; }
  60. public Nullable<int> AccType { get; set; }
  61. public string AccHolder { get; set; }
  62. public string BankName { get; set; }
  63. public string BranchName { get; set; }
  64. public string BranchCode { get; set; }
  65. public string AccNumber { get; set; }
  66. public string Typeoftransfig { get; set; }
  67. public Nullable<decimal> ManagementFeesBalance { get; set; }
  68. public Nullable<System.DateTime> DepartureDate { get; set; }
  69. public Nullable<System.DateTime> ArrivalDate { get; set; }
  70. public Nullable<decimal> AssotiationFee { get; set; }
  71. public string Adr5 { get; set; }
  72. public string Weekmodule { get; set; }
  73. public string Configuration { get; set; }
  74. public string MaxSLP { get; set; }
  75. public string Season { get; set; }
  76. public Nullable<decimal> PurchasePrice { get; set; }
  77. public string Email { get; set; }
  78. public string AccountNumber { get; set; }
  79. public string Weektype { get; set; }
  80. public Nullable<bool> IsCrystal { get; set; }
  81. public string Unit { get; set; }
  82. public Nullable<decimal> Levy2014 { get; set; }
  83. public Nullable<decimal> Levy2015 { get; set; }
  84. public Nullable<decimal> Levy2016 { get; set; }
  85. public Nullable<decimal> Levy2017 { get; set; }
  86. public Nullable<decimal> PriorArrears2013 { get; set; }
  87. public Nullable<decimal> Arrears2014 { get; set; }
  88. public Nullable<decimal> Rebate { get; set; }
  89. public Nullable<bool> CallBack { get; set; }
  90. public Nullable<System.DateTime> CallBackTime { get; set; }
  91. public Nullable<System.DateTime> ReleasedDate { get; set; }
  92. public Nullable<bool> Blocked { get; set; }
  93. public string OldContractStatus { get; set; }
  94. public Nullable<System.DateTime> DateTimeUpdated { get; set; }
  95. public Nullable<bool> IsLease { get; set; }
  96. public virtual Title Title1 { get; set; }
  97. public virtual ICollection<TblLeadFeedback> TblLeadFeedbacks { get; set; }
  98. public virtual TblPersonnel TblPersonnel { get; set; }
  99. }
  100. }