Basic ERD diagram of PV Database
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

TransfigSearchResult.cs 1.4KB

12345678910111213141516171819202122232425262728293031323334353637
  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 TransfigSearchResult
  14. {
  15. public int OID { get; set; }
  16. public string ClientInitials { get; set; }
  17. public string ClientSurname { get; set; }
  18. public string ClientTitle { get; set; }
  19. public string ClientEmail { get; set; }
  20. public string ClientClub { get; set; }
  21. public string ClientMemNum { get; set; }
  22. public string ClientIDNo { get; set; }
  23. public string ClientTel { get; set; }
  24. public Nullable<int> SearchResKey { get; set; }
  25. public Nullable<int> OptimisticLockField { get; set; }
  26. public Nullable<int> GCRecord { get; set; }
  27. public string Developer { get; set; }
  28. public string ContractStatus { get; set; }
  29. public Nullable<int> TypeOfContract { get; set; }
  30. public string RCIMemberNo { get; set; }
  31. public string CertificateName { get; set; }
  32. public virtual Transfiguration Transfiguration { get; set; }
  33. }
  34. }