//------------------------------------------------------------------------------
//
// 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.etabeffectifannees = new HashSet();
this.etaboptionsannees = new HashSet();
this.etablissementannees = new HashSet();
this.eleveannees = 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 etabeffectifannees { get; set; }
public virtual rue rue { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection etaboptionsannees { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection etablissementannees { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection eleveannees { get; set; }
}
}