etablissement.cs 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // Ce code a été généré à partir d'un modèle.
  4. //
  5. // Des modifications manuelles apportées à ce fichier peuvent conduire à un comportement inattendu de votre application.
  6. // Les modifications manuelles apportées à ce fichier sont remplacées si le code est régénéré.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace CD67.FicheCollege.Entity
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class etablissement
  14. {
  15. [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
  16. public etablissement()
  17. {
  18. this.etabeffectifannees = new HashSet<etabeffectifannee>();
  19. this.etaboptionsannees = new HashSet<etaboptionsannee>();
  20. }
  21. public int id { get; set; }
  22. public string nom { get; set; }
  23. public string numero { get; set; }
  24. public Nullable<double> idtype { get; set; }
  25. public Nullable<double> privepublic { get; set; }
  26. public string numadresse { get; set; }
  27. public Nullable<int> idrue { get; set; }
  28. public string adresse2 { get; set; }
  29. public string tel { get; set; }
  30. public string fax { get; set; }
  31. public string tel2 { get; set; }
  32. public string numabrege { get; set; }
  33. public string email { get; set; }
  34. public Nullable<double> anneeconstruction { get; set; }
  35. public Nullable<double> idclassement { get; set; }
  36. public string web { get; set; }
  37. public string surface { get; set; }
  38. public Nullable<decimal> accueilhandicape { get; set; }
  39. public string idelementairesecteur { get; set; }
  40. public string horaires1 { get; set; }
  41. public string horaires2 { get; set; }
  42. public string horaires3 { get; set; }
  43. public string horaires4 { get; set; }
  44. public Nullable<decimal> optdplundi { get; set; }
  45. public Nullable<decimal> optdpmardi { get; set; }
  46. public Nullable<decimal> optdpmercredi { get; set; }
  47. public Nullable<decimal> optdpjeudi { get; set; }
  48. public Nullable<decimal> optdpvendredi { get; set; }
  49. public Nullable<decimal> idregierestauration { get; set; }
  50. public Nullable<decimal> idbassin { get; set; }
  51. public Nullable<decimal> couleur { get; set; }
  52. public Nullable<int> idcouleur { get; set; }
  53. public Nullable<int> optulis { get; set; }
  54. public string cp { get; set; }
  55. public string anneerestructuration { get; set; }
  56. public string libellecarte1 { get; set; }
  57. public string libellecarte2 { get; set; }
  58. [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
  59. public virtual ICollection<etabeffectifannee> etabeffectifannees { get; set; }
  60. public virtual rue rue { get; set; }
  61. [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
  62. public virtual ICollection<etaboptionsannee> etaboptionsannees { get; set; }
  63. }
  64. }