Basic ERD diagram of PV Database
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

TblPortfolio.cs 7.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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 TblPortfolio
  14. {
  15. public TblPortfolio()
  16. {
  17. this.TblOverrideAudits = new HashSet<TblOverrideAudit>();
  18. this.TblPortfolioDocuments = new HashSet<TblPortfolioDocument>();
  19. this.TblPortfolioNotes = new HashSet<TblPortfolioNote>();
  20. this.TblPortfolioNotes1 = new HashSet<TblPortfolioNote>();
  21. this.TblPortfolioResetEstateLates = new HashSet<TblPortfolioResetEstateLate>();
  22. this.TblSMSCampaignMessages = new HashSet<TblSMSCampaignMessage>();
  23. this.TblStreamlines = new HashSet<TblStreamline>();
  24. this.TblTelephones = new HashSet<TblTelephone>();
  25. this.TblUnipointBookings = new HashSet<TblUnipointBooking>();
  26. this.TblUnipointBookingWeeks = new HashSet<TblUnipointBookingWeek>();
  27. this.TblUpdateBankingDetails = new HashSet<TblUpdateBankingDetail>();
  28. this.TblWeekBankings = new HashSet<TblWeekBanking>();
  29. this.Transfigurations = new HashSet<Transfiguration>();
  30. }
  31. public int OID { get; set; }
  32. public Nullable<int> PortfolioNumber { get; set; }
  33. public Nullable<System.DateTime> DateCreated { get; set; }
  34. public string CreatedBy { get; set; }
  35. public string EmailAddress { get; set; }
  36. public string Title { get; set; }
  37. public string Initials { get; set; }
  38. public string FirstNames { get; set; }
  39. public string Surname { get; set; }
  40. public string IDNumber { get; set; }
  41. public Nullable<bool> ReceiveInfo { get; set; }
  42. public Nullable<bool> OptOut { get; set; }
  43. public Nullable<bool> PersonalDataShared { get; set; }
  44. public Nullable<bool> Reconsider { get; set; }
  45. public Nullable<System.DateTime> DateOfBirth { get; set; }
  46. public string SpouseTitle { get; set; }
  47. public string SpouseInitials { get; set; }
  48. public string SpouseFirstName { get; set; }
  49. public string SpouseSurname { get; set; }
  50. public string SpouseIDNumber { get; set; }
  51. public string SpouseWorkPhoneNumber { get; set; }
  52. public string SpouseCellphoneNumber { get; set; }
  53. public string SpouseEmailAddress { get; set; }
  54. public string CompanyName { get; set; }
  55. public string CompanyRegNo { get; set; }
  56. public string BookingRefText { get; set; }
  57. public Nullable<int> OptimisticLockField { get; set; }
  58. public Nullable<int> GCRecord { get; set; }
  59. public Nullable<int> HowMarried { get; set; }
  60. public Nullable<bool> JointPurchase { get; set; }
  61. public string OtherContact { get; set; }
  62. public string ExternalAccountNumber { get; set; }
  63. public string BookingRef { get; set; }
  64. public string FacebookAddress { get; set; }
  65. public string TwitterAddress { get; set; }
  66. public Nullable<System.DateTime> DateTimeUpdated { get; set; }
  67. public Nullable<System.DateTime> DebtReviewDate { get; set; }
  68. public Nullable<System.DateTime> DateTimeSent { get; set; }
  69. public string WebAddress { get; set; }
  70. public string IMAddress { get; set; }
  71. public string SkypeAddress { get; set; }
  72. public string LinkedInAddress { get; set; }
  73. public string TempPwd { get; set; }
  74. public string DefaultTelephone { get; set; }
  75. public Nullable<bool> Email { get; set; }
  76. public Nullable<bool> Post { get; set; }
  77. public string PortfolioString { get; set; }
  78. public Nullable<System.DateTime> LastUpdated { get; set; }
  79. public Nullable<int> Status { get; set; }
  80. public string RCINumber { get; set; }
  81. public string CertificateName { get; set; }
  82. public string Password { get; set; }
  83. public Nullable<int> DefaultComAddress { get; set; }
  84. public byte[] PasswordByte { get; set; }
  85. public Nullable<bool> SendToCollectionSystem { get; set; }
  86. public Nullable<System.DateTime> DateLastSentToCollectionSystem { get; set; }
  87. public Nullable<bool> FundInstallment { get; set; }
  88. public Nullable<bool> DoNotDecreaseInstallment { get; set; }
  89. public Nullable<System.DateTime> RCIEnrolledDate { get; set; }
  90. public Nullable<bool> IsCompany { get; set; }
  91. public string PowerOfAttorney { get; set; }
  92. public string POFAIDNumber { get; set; }
  93. public Nullable<bool> ReconsiderTwoYears { get; set; }
  94. public Nullable<System.DateTime> ReconsiderTwoYearsSelected { get; set; }
  95. public Nullable<bool> POAMakeReservation { get; set; }
  96. public Nullable<bool> POAEquireAvailableBenefits { get; set; }
  97. public Nullable<bool> POAEnquireFinancialDetails { get; set; }
  98. public Nullable<bool> POAAmendPersonalInformation { get; set; }
  99. public Nullable<bool> ReceiveLeaseInfo { get; set; }
  100. public string CustomerVATNr { get; set; }
  101. public Nullable<bool> IsForeigner { get; set; }
  102. public string PassportNumber { get; set; }
  103. public Nullable<System.DateTime> SpouseDOB { get; set; }
  104. public Nullable<bool> IsSpouseForeigner { get; set; }
  105. public string SpousePassportNumber { get; set; }
  106. public Nullable<bool> SoleProprietor { get; set; }
  107. public Nullable<bool> IsEstateLate { get; set; }
  108. public Nullable<bool> IsSpouseEstateLate { get; set; }
  109. public Nullable<System.DateTime> DateEstateLate { get; set; }
  110. public Nullable<System.DateTime> DateSpouseEstateLate { get; set; }
  111. public Nullable<int> EstateLateSent { get; set; }
  112. public Nullable<int> EstateLateSpouseSent { get; set; }
  113. public string CapacityOfRepresentative { get; set; }
  114. public Nullable<bool> NameChange { get; set; }
  115. public Nullable<bool> PurchasedToOccupy { get; set; }
  116. public Nullable<bool> PurchasedToExchange { get; set; }
  117. public virtual ICollection<TblOverrideAudit> TblOverrideAudits { get; set; }
  118. public virtual TblSACRRAData TblSACRRAData { get; set; }
  119. public virtual TblSACRRAData TblSACRRAData1 { get; set; }
  120. public virtual Title Title1 { get; set; }
  121. public virtual Title Title2 { get; set; }
  122. public virtual ICollection<TblPortfolioDocument> TblPortfolioDocuments { get; set; }
  123. public virtual ICollection<TblPortfolioNote> TblPortfolioNotes { get; set; }
  124. public virtual ICollection<TblPortfolioNote> TblPortfolioNotes1 { get; set; }
  125. public virtual ICollection<TblPortfolioResetEstateLate> TblPortfolioResetEstateLates { get; set; }
  126. public virtual ICollection<TblSMSCampaignMessage> TblSMSCampaignMessages { get; set; }
  127. public virtual ICollection<TblStreamline> TblStreamlines { get; set; }
  128. public virtual ICollection<TblTelephone> TblTelephones { get; set; }
  129. public virtual ICollection<TblUnipointBooking> TblUnipointBookings { get; set; }
  130. public virtual ICollection<TblUnipointBookingWeek> TblUnipointBookingWeeks { get; set; }
  131. public virtual ICollection<TblUpdateBankingDetail> TblUpdateBankingDetails { get; set; }
  132. public virtual ICollection<TblWeekBanking> TblWeekBankings { get; set; }
  133. public virtual ICollection<Transfiguration> Transfigurations { get; set; }
  134. }
  135. }