//------------------------------------------------------------------------------
//
// 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.
//
//------------------------------------------------------------------------------
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 SearchResKey { get; set; }
public Nullable OptimisticLockField { get; set; }
public Nullable GCRecord { get; set; }
public string Developer { get; set; }
public string ContractStatus { get; set; }
public Nullable TypeOfContract { get; set; }
public string RCIMemberNo { get; set; }
public string CertificateName { get; set; }
public virtual Transfiguration Transfiguration { get; set; }
}
}