//------------------------------------------------------------------------------
//
// 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 TblDeveloper
{
public TblDeveloper()
{
this.TblDebtors = new HashSet();
this.TblResorts = new HashSet();
this.TblSACRRASettings = new HashSet();
this.TblSalesVenues = new HashSet();
this.TblSalesVenueClubDevelopers = new HashSet();
this.TblStreamlines = new HashSet();
this.TblUpdateBankingDetails = new HashSet();
this.Transfigurations = new HashSet();
}
public int OID { get; set; }
public string Name { get; set; }
public Nullable DateCreated { get; set; }
public string CreatedBy { get; set; }
public string NCRNumber { get; set; }
public Nullable Address { get; set; }
public string TelephoneNumber { get; set; }
public Nullable OptimisticLockField { get; set; }
public Nullable GCRecord { get; set; }
public string RegistrationNumber { get; set; }
public string Abbreviation { get; set; }
public Nullable DocumentsSignedBy { get; set; }
public Nullable MayTransfigure { get; set; }
public Nullable MayUpgrade { get; set; }
public Nullable PostalAddress { get; set; }
public Nullable BankingDetails { get; set; }
public string FaxNumber { get; set; }
public Nullable MayTranscollect { get; set; }
public Nullable ExternalDeveloper { get; set; }
public string Key { get; set; }
public string AVSCode { get; set; }
public Nullable Company { get; set; }
public Nullable CapitalStatementBankAccount { get; set; }
public Nullable ManagementStatementAccount { get; set; }
public string EmailSubject { get; set; }
public Nullable LevyBankingDetails { get; set; }
public string AccessKey { get; set; }
public string SecretKey { get; set; }
public virtual ICollection TblDebtors { get; set; }
public virtual ICollection TblResorts { get; set; }
public virtual ICollection TblSACRRASettings { get; set; }
public virtual ICollection TblSalesVenues { get; set; }
public virtual ICollection TblSalesVenueClubDevelopers { get; set; }
public virtual ICollection TblStreamlines { get; set; }
public virtual ICollection TblUpdateBankingDetails { get; set; }
public virtual ICollection Transfigurations { get; set; }
}
}