//------------------------------------------------------------------------------ // // 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 TblPortfolio { public TblPortfolio() { this.TblOverrideAudits = new HashSet(); this.TblPortfolioDocuments = new HashSet(); this.TblPortfolioNotes = new HashSet(); this.TblPortfolioNotes1 = new HashSet(); this.TblPortfolioResetEstateLates = new HashSet(); this.TblSMSCampaignMessages = new HashSet(); this.TblStreamlines = new HashSet(); this.TblTelephones = new HashSet(); this.TblUnipointBookings = new HashSet(); this.TblUnipointBookingWeeks = new HashSet(); this.TblUpdateBankingDetails = new HashSet(); this.TblWeekBankings = new HashSet(); this.Transfigurations = new HashSet(); } public int OID { get; set; } public Nullable PortfolioNumber { get; set; } public Nullable DateCreated { get; set; } public string CreatedBy { get; set; } public string EmailAddress { get; set; } public string Title { get; set; } public string Initials { get; set; } public string FirstNames { get; set; } public string Surname { get; set; } public string IDNumber { get; set; } public Nullable ReceiveInfo { get; set; } public Nullable OptOut { get; set; } public Nullable PersonalDataShared { get; set; } public Nullable Reconsider { get; set; } public Nullable DateOfBirth { get; set; } public string SpouseTitle { get; set; } public string SpouseInitials { get; set; } public string SpouseFirstName { get; set; } public string SpouseSurname { get; set; } public string SpouseIDNumber { get; set; } public string SpouseWorkPhoneNumber { get; set; } public string SpouseCellphoneNumber { get; set; } public string SpouseEmailAddress { get; set; } public string CompanyName { get; set; } public string CompanyRegNo { get; set; } public string BookingRefText { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public Nullable HowMarried { get; set; } public Nullable JointPurchase { get; set; } public string OtherContact { get; set; } public string ExternalAccountNumber { get; set; } public string BookingRef { get; set; } public string FacebookAddress { get; set; } public string TwitterAddress { get; set; } public Nullable DateTimeUpdated { get; set; } public Nullable DebtReviewDate { get; set; } public Nullable DateTimeSent { get; set; } public string WebAddress { get; set; } public string IMAddress { get; set; } public string SkypeAddress { get; set; } public string LinkedInAddress { get; set; } public string TempPwd { get; set; } public string DefaultTelephone { get; set; } public Nullable Email { get; set; } public Nullable Post { get; set; } public string PortfolioString { get; set; } public Nullable LastUpdated { get; set; } public Nullable Status { get; set; } public string RCINumber { get; set; } public string CertificateName { get; set; } public string Password { get; set; } public Nullable DefaultComAddress { get; set; } public byte[] PasswordByte { get; set; } public Nullable SendToCollectionSystem { get; set; } public Nullable DateLastSentToCollectionSystem { get; set; } public Nullable FundInstallment { get; set; } public Nullable DoNotDecreaseInstallment { get; set; } public Nullable RCIEnrolledDate { get; set; } public Nullable IsCompany { get; set; } public string PowerOfAttorney { get; set; } public string POFAIDNumber { get; set; } public Nullable ReconsiderTwoYears { get; set; } public Nullable ReconsiderTwoYearsSelected { get; set; } public Nullable POAMakeReservation { get; set; } public Nullable POAEquireAvailableBenefits { get; set; } public Nullable POAEnquireFinancialDetails { get; set; } public Nullable POAAmendPersonalInformation { get; set; } public Nullable ReceiveLeaseInfo { get; set; } public string CustomerVATNr { get; set; } public Nullable IsForeigner { get; set; } public string PassportNumber { get; set; } public Nullable SpouseDOB { get; set; } public Nullable IsSpouseForeigner { get; set; } public string SpousePassportNumber { get; set; } public Nullable SoleProprietor { get; set; } public Nullable IsEstateLate { get; set; } public Nullable IsSpouseEstateLate { get; set; } public Nullable DateEstateLate { get; set; } public Nullable DateSpouseEstateLate { get; set; } public Nullable EstateLateSent { get; set; } public Nullable EstateLateSpouseSent { get; set; } public string CapacityOfRepresentative { get; set; } public Nullable NameChange { get; set; } public Nullable PurchasedToOccupy { get; set; } public Nullable PurchasedToExchange { get; set; } public virtual ICollection TblOverrideAudits { get; set; } public virtual TblSACRRAData TblSACRRAData { get; set; } public virtual TblSACRRAData TblSACRRAData1 { get; set; } public virtual Title Title1 { get; set; } public virtual Title Title2 { get; set; } public virtual ICollection TblPortfolioDocuments { get; set; } public virtual ICollection TblPortfolioNotes { get; set; } public virtual ICollection TblPortfolioNotes1 { get; set; } public virtual ICollection TblPortfolioResetEstateLates { get; set; } public virtual ICollection TblSMSCampaignMessages { get; set; } public virtual ICollection TblStreamlines { get; set; } public virtual ICollection TblTelephones { get; set; } public virtual ICollection TblUnipointBookings { get; set; } public virtual ICollection TblUnipointBookingWeeks { get; set; } public virtual ICollection TblUpdateBankingDetails { get; set; } public virtual ICollection TblWeekBankings { get; set; } public virtual ICollection Transfigurations { get; set; } } }