//------------------------------------------------------------------------------ // // Ce code a été généré à partir d'un modèle. // // Des modifications manuelles apportées à ce fichier peuvent conduire à un comportement inattendu de votre application. // Les modifications manuelles apportées à ce fichier sont remplacées si le code est régénéré. // //------------------------------------------------------------------------------ namespace CD67.FicheCollege.Entity { using System; using System.Collections.Generic; public partial class etablissement { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public etablissement() { this.etabcartescolaire = new HashSet(); this.etabcartescolairecommune = new HashSet(); this.etabeffectifannee = new HashSet(); this.etabequipementannee = new HashSet(); this.etabequipementprocheannee = new HashSet(); this.etablissementannee = new HashSet(); this.etaboptionsannee = new HashSet(); this.etablissementregie = new HashSet(); this.etabsallesannee = new HashSet(); this.etabsegpa = new HashSet(); this.etabsousgroupeannee = new HashSet(); this.etabtosannee = new HashSet(); this.etabtravauxannee = new HashSet(); this.simulationresultats = new HashSet(); this.simulationresurbanisation = new HashSet(); } public int id { get; set; } public string nom { get; set; } public string numero { get; set; } public Nullable idtype { get; set; } public Nullable privepublic { get; set; } public string numadresse { get; set; } public Nullable idrue { get; set; } public string adresse2 { get; set; } public string tel { get; set; } public string fax { get; set; } public string tel2 { get; set; } public string numabrege { get; set; } public string email { get; set; } public Nullable anneeconstruction { get; set; } public Nullable idclassement { get; set; } public string web { get; set; } public string surface { get; set; } public Nullable accueilhandicape { get; set; } public string idelementairesecteur { get; set; } public string horaires1 { get; set; } public string horaires2 { get; set; } public string horaires3 { get; set; } public string horaires4 { get; set; } public Nullable optdplundi { get; set; } public Nullable optdpmardi { get; set; } public Nullable optdpmercredi { get; set; } public Nullable optdpjeudi { get; set; } public Nullable optdpvendredi { get; set; } public Nullable idregierestauration { get; set; } public Nullable idbassin { get; set; } public Nullable couleur { get; set; } public Nullable idcouleur { get; set; } public Nullable optulis { get; set; } public string cp { get; set; } public string anneerestructuration { get; set; } public string libellecarte1 { get; set; } public string libellecarte2 { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection etabcartescolaire { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection etabcartescolairecommune { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection etabeffectifannee { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection etabequipementannee { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection etabequipementprocheannee { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection etablissementannee { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection etaboptionsannee { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection etablissementregie { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection etabsallesannee { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection etabsegpa { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection etabsousgroupeannee { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection etabtosannee { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection etabtravauxannee { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection simulationresultats { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection simulationresurbanisation { get; set; } } }