//------------------------------------------------------------------------------ // // 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 eleveannee { public string code { get; set; } public Nullable idetablissement { get; set; } public double annee { get; set; } public Nullable idniveau { get; set; } public Nullable inscritrs { get; set; } public Nullable inscritts { get; set; } public Nullable interne { get; set; } public Nullable ititransport { get; set; } public Nullable arret8h { get; set; } public Nullable arret12h { get; set; } public Nullable arret14h { get; set; } public Nullable arret17h { get; set; } public string classe { get; set; } public Nullable idfiliere { get; set; } public Nullable optboursier { get; set; } public Nullable typebourse { get; set; } public Nullable optderogation { get; set; } public Nullable optcl { get; set; } public Nullable idetabprec { get; set; } public Nullable idniveauprec { get; set; } public Nullable idoption1 { get; set; } public Nullable idoption2 { get; set; } public Nullable idoption3 { get; set; } public Nullable idoption4 { get; set; } public Nullable nonredoublant { get; set; } public Nullable idclasse { get; set; } public Nullable idsousgroupe { get; set; } public Nullable qf { get; set; } public Nullable idoption5 { get; set; } public Nullable idmef { get; set; } public virtual etablissement etablissement { get; set; } } }