//------------------------------------------------------------------------------ // // 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 TransfigContractInfo { public int OID { get; set; } public string ContractType { get; set; } public Nullable SellingDate { get; set; } public Nullable ClubUnits { get; set; } public Nullable CostPerUnit { get; set; } public Nullable PurchasePrice { get; set; } public Nullable DepositAmount { get; set; } public Nullable Period { get; set; } public Nullable InterestRate { get; set; } public Nullable TransfigKey { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public string DottedStatus { get; set; } public Nullable DottedDate { get; set; } public virtual Transfiguration Transfiguration { get; set; } } }