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.

TblStreamline.cs 4.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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 TblStreamline
  14. {
  15. public int OID { get; set; }
  16. public string ContractNo { get; set; }
  17. public string PreviousContractNo { get; set; }
  18. public Nullable<int> Flow { get; set; }
  19. public string EmailAddress { get; set; }
  20. public string SpouseEmailAddress { get; set; }
  21. public Nullable<int> Portfolio { get; set; }
  22. public Nullable<System.Guid> PhysicalAddress { get; set; }
  23. public Nullable<System.Guid> PostalAddress { get; set; }
  24. public Nullable<int> PaymentMethod { get; set; }
  25. public string BalCla { get; set; }
  26. public string MthInCl { get; set; }
  27. public string NoMthCl { get; set; }
  28. public string DepCl { get; set; }
  29. public string CommDCl { get; set; }
  30. public string CurMFCl { get; set; }
  31. public string MFInCl { get; set; }
  32. public string OccYrCl { get; set; }
  33. public string OFMthCl { get; set; }
  34. public string MFCommDCl { get; set; }
  35. public Nullable<bool> RegFYN { get; set; }
  36. public Nullable<decimal> AmendedBalanceDue { get; set; }
  37. public Nullable<decimal> AmendedMonthlyInstalment { get; set; }
  38. public Nullable<decimal> DepositPayable { get; set; }
  39. public Nullable<decimal> CurrentAnnualMangement { get; set; }
  40. public Nullable<decimal> CurrentMonthlyManagement { get; set; }
  41. public string MonthlyACB { get; set; }
  42. public Nullable<decimal> RegistrationFeePayable { get; set; }
  43. public Nullable<int> NoMonthsFromComm { get; set; }
  44. public Nullable<int> OccupationYear { get; set; }
  45. public Nullable<System.DateTime> MonthlyInstalmentCommDate { get; set; }
  46. public Nullable<System.DateTime> MonthlyManFeeInstalmentCommDate { get; set; }
  47. public string HomePhone { get; set; }
  48. public string WorkPhone { get; set; }
  49. public string CellPhone { get; set; }
  50. public string CellPhoneAlt { get; set; }
  51. public string SignedAt { get; set; }
  52. public Nullable<System.DateTime> SignedDate { get; set; }
  53. public string Club { get; set; }
  54. public Nullable<int> Developer { get; set; }
  55. public string Title { get; set; }
  56. public string FirstName { get; set; }
  57. public string Surname { get; set; }
  58. public string IdNumber { get; set; }
  59. public Nullable<bool> JointPurchase { get; set; }
  60. public Nullable<int> MarriedType { get; set; }
  61. public string SpouseTitle { get; set; }
  62. public string SpouseFirstName { get; set; }
  63. public string SpouseSurname { get; set; }
  64. public string SpouseIdNumber { get; set; }
  65. public Nullable<int> PrevContract { get; set; }
  66. public Nullable<decimal> InstalmentFee { get; set; }
  67. public Nullable<decimal> Deposit { get; set; }
  68. public Nullable<System.DateTime> CommencementDate { get; set; }
  69. public Nullable<int> NoMonths { get; set; }
  70. public Nullable<decimal> ManagementFee { get; set; }
  71. public Nullable<int> GeneratedFile { get; set; }
  72. public Nullable<int> OptimisticLockField { get; set; }
  73. public Nullable<int> GCRecord { get; set; }
  74. public Nullable<System.DateTime> AmendedBalanceDueDate { get; set; }
  75. public Nullable<int> PointsPurchased { get; set; }
  76. public Nullable<System.DateTime> PreviousDateOfSale { get; set; }
  77. public Nullable<decimal> PrevOutstandingDebtor { get; set; }
  78. public Nullable<int> SalesAgent { get; set; }
  79. public Nullable<System.DateTime> DateOfSale { get; set; }
  80. public virtual Title Title1 { get; set; }
  81. public virtual Title Title2 { get; set; }
  82. public virtual TblDeveloper TblDeveloper { get; set; }
  83. public virtual TblPersonnel TblPersonnel { get; set; }
  84. public virtual TblPortfolio TblPortfolio { get; set; }
  85. }
  86. }