12345678910111213141516171819202122232425262728293031323334353637 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated from a template.
- //
- // Manual changes to this file may cause unexpected behavior in your application.
- // Manual changes to this file will be overwritten if the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
-
- namespace ERD
- {
- using System;
- using System.Collections.Generic;
-
- public partial class TransfigSearchResult
- {
- public int OID { get; set; }
- public string ClientInitials { get; set; }
- public string ClientSurname { get; set; }
- public string ClientTitle { get; set; }
- public string ClientEmail { get; set; }
- public string ClientClub { get; set; }
- public string ClientMemNum { get; set; }
- public string ClientIDNo { get; set; }
- public string ClientTel { get; set; }
- public Nullable<int> SearchResKey { get; set; }
- public Nullable<int> OptimisticLockField { get; set; }
- public Nullable<int> GCRecord { get; set; }
- public string Developer { get; set; }
- public string ContractStatus { get; set; }
- public Nullable<int> TypeOfContract { get; set; }
- public string RCIMemberNo { get; set; }
- public string CertificateName { get; set; }
-
- public virtual Transfiguration Transfiguration { get; set; }
- }
- }
|