//------------------------------------------------------------------------------ // // 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 TblUpdateBankingDetail { public TblUpdateBankingDetail() { this.TblUpdateBankingDetailContractDetails = new HashSet(); this.TblUpdateBankingDetailDebtorBankings = new HashSet(); this.TblUpdateBankingDetailsOverrides = new HashSet(); this.TblUpdateContractBankingDetailsLogs = new HashSet(); } public int OID { get; set; } public Nullable Portfolio { get; set; } public string MemberNumber { get; set; } public string ClientNameSurname { get; set; } public string User { get; set; } public Nullable DateCreated { get; set; } public Nullable SpouseAccount { get; set; } public string AccountValidation { get; set; } public string EncAccountHolder { get; set; } public string EncAccountHolderID { get; set; } public Nullable BankName { get; set; } public string EncBranchName { get; set; } public string EncBranchCode { get; set; } public Nullable AccountType { get; set; } public string EncAccountNumber { get; set; } public string Reference { get; set; } public Nullable Developer { get; set; } public Nullable Validated { get; set; } public Nullable ValidatedReturn { get; set; } public Nullable Valid { get; set; } public string AccountExists { get; set; } public string IdNumberMatch { get; set; } public string InitialsMatch { get; set; } public string LastNameMatch { get; set; } public string AccountOpen { get; set; } public string HyphenID { get; set; } public string ResponseCode { get; set; } public string ResponseMessage { get; set; } public Nullable DateProcessed { get; set; } public Nullable Personnel { get; set; } public Nullable SentToContract { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public Nullable DateContractUpdated { get; set; } public string AccountsUpdated { get; set; } public string Contract { get; set; } public string AccountValidationListCheck { get; set; } public virtual ICollection TblUpdateBankingDetailContractDetails { get; set; } public virtual ICollection TblUpdateBankingDetailDebtorBankings { get; set; } public virtual ICollection TblUpdateBankingDetailsOverrides { get; set; } public virtual ICollection TblUpdateContractBankingDetailsLogs { get; set; } public virtual TblDeveloper TblDeveloper { get; set; } public virtual TblPersonnel TblPersonnel { get; set; } public virtual TblPortfolio TblPortfolio { get; set; } } }