1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- //------------------------------------------------------------------------------
- // <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 TblStreamline
- {
- public int OID { get; set; }
- public string ContractNo { get; set; }
- public string PreviousContractNo { get; set; }
- public Nullable<int> Flow { get; set; }
- public string EmailAddress { get; set; }
- public string SpouseEmailAddress { get; set; }
- public Nullable<int> Portfolio { get; set; }
- public Nullable<System.Guid> PhysicalAddress { get; set; }
- public Nullable<System.Guid> PostalAddress { get; set; }
- public Nullable<int> 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<bool> RegFYN { get; set; }
- public Nullable<decimal> AmendedBalanceDue { get; set; }
- public Nullable<decimal> AmendedMonthlyInstalment { get; set; }
- public Nullable<decimal> DepositPayable { get; set; }
- public Nullable<decimal> CurrentAnnualMangement { get; set; }
- public Nullable<decimal> CurrentMonthlyManagement { get; set; }
- public string MonthlyACB { get; set; }
- public Nullable<decimal> RegistrationFeePayable { get; set; }
- public Nullable<int> NoMonthsFromComm { get; set; }
- public Nullable<int> OccupationYear { get; set; }
- public Nullable<System.DateTime> MonthlyInstalmentCommDate { get; set; }
- public Nullable<System.DateTime> 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<System.DateTime> SignedDate { get; set; }
- public string Club { get; set; }
- public Nullable<int> 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<bool> JointPurchase { get; set; }
- public Nullable<int> 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<int> PrevContract { get; set; }
- public Nullable<decimal> InstalmentFee { get; set; }
- public Nullable<decimal> Deposit { get; set; }
- public Nullable<System.DateTime> CommencementDate { get; set; }
- public Nullable<int> NoMonths { get; set; }
- public Nullable<decimal> ManagementFee { get; set; }
- public Nullable<int> GeneratedFile { get; set; }
- public Nullable<int> OptimisticLockField { get; set; }
- public Nullable<int> GCRecord { get; set; }
- public Nullable<System.DateTime> AmendedBalanceDueDate { get; set; }
- public Nullable<int> PointsPurchased { get; set; }
- public Nullable<System.DateTime> PreviousDateOfSale { get; set; }
- public Nullable<decimal> PrevOutstandingDebtor { get; set; }
- public Nullable<int> SalesAgent { get; set; }
- public Nullable<System.DateTime> 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; }
- }
- }
|