//------------------------------------------------------------------------------
//
// 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 TblUnipointBooking
{
public int OID { get; set; }
public Nullable DateCreated { get; set; }
public Nullable Portfolio { get; set; }
public string Action { get; set; }
public string Reference { get; set; }
public string MemberNumber { get; set; }
public Nullable BookingDate { get; set; }
public Nullable Points { get; set; }
public Nullable PointsRemaining { get; set; }
public string ResortCode { get; set; }
public string UnitSize { get; set; }
public Nullable ArrivalDate { get; set; }
public Nullable DepartureDate { get; set; }
public string UnitNumber { get; set; }
public Nullable CancelAction { get; set; }
public string IDX { get; set; }
public string ConsultantUsername { get; set; }
public Nullable RCIPoints { get; set; }
public Nullable OptimisticLockField { get; set; }
public Nullable GCRecord { get; set; }
public Nullable BankedEntity { get; set; }
public virtual TblPortfolio TblPortfolio { get; set; }
}
}