Basic ERD diagram of PV Database
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

TblSACRRAConsoftGlobalData.cs 2.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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 TblSACRRAConsoftGlobalData
  14. {
  15. public System.Guid Oid { get; set; }
  16. public string Error { get; set; }
  17. public string Dev { get; set; }
  18. public string ID { get; set; }
  19. public Nullable<bool> IsForeigner { get; set; }
  20. public string Passport { get; set; }
  21. public Nullable<System.DateTime> DateOfBirth { get; set; }
  22. public string AccountNo { get; set; }
  23. public string Surname { get; set; }
  24. public string Forename { get; set; }
  25. public string OwnershipType { get; set; }
  26. public Nullable<System.DateTime> DateAccountOpened { get; set; }
  27. public Nullable<System.DateTime> DeferredPaymentDate { get; set; }
  28. public Nullable<System.DateTime> DateOfLastPayment { get; set; }
  29. public Nullable<decimal> OpeningBalance { get; set; }
  30. public Nullable<decimal> CurrentBalance { get; set; }
  31. public Nullable<decimal> AmountOverdue { get; set; }
  32. public Nullable<decimal> InstalmentAmount { get; set; }
  33. public Nullable<int> MonthsInArrears { get; set; }
  34. public string StatusCode { get; set; }
  35. public Nullable<int> Terms { get; set; }
  36. public Nullable<System.DateTime> StatusDate { get; set; }
  37. public string NoOfParticipantsInJointLoan { get; set; }
  38. public Nullable<int> MemberNumber { get; set; }
  39. public Nullable<bool> IsCompany { get; set; }
  40. public Nullable<bool> IsSoleProprietor { get; set; }
  41. public Nullable<bool> IsEstateLate { get; set; }
  42. public Nullable<System.DateTime> EstateLateDate { get; set; }
  43. public Nullable<bool> SendOnceOff { get; set; }
  44. public Nullable<int> SACRRAData { get; set; }
  45. public Nullable<bool> LockDemographics { get; set; }
  46. public Nullable<bool> DoNotSend { get; set; }
  47. public string CompanyName { get; set; }
  48. public Nullable<int> OptimisticLockField { get; set; }
  49. public Nullable<int> GCRecord { get; set; }
  50. public string SendName { get; set; }
  51. public Nullable<int> DaysOpen { get; set; }
  52. public string UID { get; set; }
  53. public virtual TblSACRRAData TblSACRRAData { get; set; }
  54. }
  55. }