//------------------------------------------------------------------------------
//
// 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 TblStreamline
{
public int OID { get; set; }
public string ContractNo { get; set; }
public string PreviousContractNo { get; set; }
public Nullable Flow { get; set; }
public string EmailAddress { get; set; }
public string SpouseEmailAddress { get; set; }
public Nullable Portfolio { get; set; }
public Nullable PhysicalAddress { get; set; }
public Nullable PostalAddress { get; set; }
public Nullable PaymentMethod { get; set; }
public string BalCla { get; set; }
public string MthInCl { get; set; }
public string NoMthCl { get; set; }
public string DepCl { get; set; }
public string CommDCl { get; set; }
public string CurMFCl { get; set; }
public string MFInCl { get; set; }
public string OccYrCl { get; set; }
public string OFMthCl { get; set; }
public string MFCommDCl { get; set; }
public Nullable RegFYN { get; set; }
public Nullable AmendedBalanceDue { get; set; }
public Nullable AmendedMonthlyInstalment { get; set; }
public Nullable DepositPayable { get; set; }
public Nullable CurrentAnnualMangement { get; set; }
public Nullable CurrentMonthlyManagement { get; set; }
public string MonthlyACB { get; set; }
public Nullable RegistrationFeePayable { get; set; }
public Nullable NoMonthsFromComm { get; set; }
public Nullable OccupationYear { get; set; }
public Nullable MonthlyInstalmentCommDate { get; set; }
public Nullable MonthlyManFeeInstalmentCommDate { get; set; }
public string HomePhone { get; set; }
public string WorkPhone { get; set; }
public string CellPhone { get; set; }
public string CellPhoneAlt { get; set; }
public string SignedAt { get; set; }
public Nullable SignedDate { get; set; }
public string Club { get; set; }
public Nullable Developer { get; set; }
public string Title { get; set; }
public string FirstName { get; set; }
public string Surname { get; set; }
public string IdNumber { get; set; }
public Nullable JointPurchase { get; set; }
public Nullable MarriedType { get; set; }
public string SpouseTitle { get; set; }
public string SpouseFirstName { get; set; }
public string SpouseSurname { get; set; }
public string SpouseIdNumber { get; set; }
public Nullable PrevContract { get; set; }
public Nullable InstalmentFee { get; set; }
public Nullable Deposit { get; set; }
public Nullable CommencementDate { get; set; }
public Nullable NoMonths { get; set; }
public Nullable ManagementFee { get; set; }
public Nullable GeneratedFile { get; set; }
public Nullable OptimisticLockField { get; set; }
public Nullable GCRecord { get; set; }
public Nullable AmendedBalanceDueDate { get; set; }
public Nullable PointsPurchased { get; set; }
public Nullable PreviousDateOfSale { get; set; }
public Nullable PrevOutstandingDebtor { get; set; }
public Nullable SalesAgent { get; set; }
public Nullable DateOfSale { get; set; }
public virtual Title Title1 { get; set; }
public virtual Title Title2 { get; set; }
public virtual TblDeveloper TblDeveloper { get; set; }
public virtual TblPersonnel TblPersonnel { get; set; }
public virtual TblPortfolio TblPortfolio { get; set; }
}
}