cartescolaire.cs 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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 cartescolaire
  14. {
  15. [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
  16. public cartescolaire()
  17. {
  18. this.elevecartescolaire = new HashSet<elevecartescolaire>();
  19. this.simulationannee = new HashSet<simulationannee>();
  20. this.urbanisationcartescolaire = new HashSet<urbanisationcartescolaire>();
  21. }
  22. public int id { get; set; }
  23. public string nom { get; set; }
  24. public Nullable<decimal> adresseoptbd { get; set; }
  25. public string adressenomcouche { get; set; }
  26. public string adressenomchamp { get; set; }
  27. public string adressenomchampprim { get; set; }
  28. public Nullable<decimal> voieoptbd { get; set; }
  29. public string voienomcouche { get; set; }
  30. public string voienomchamp { get; set; }
  31. public string voienomchampprim { get; set; }
  32. public Nullable<decimal> etablissementoptbd { get; set; }
  33. public string etablissementnomcouche { get; set; }
  34. public string etablissementnomchamp { get; set; }
  35. public string etablissementnomchampprim { get; set; }
  36. public Nullable<decimal> ecoleoptbd { get; set; }
  37. public string ecolenomcouche { get; set; }
  38. public string ecolenomchamp1 { get; set; }
  39. public string ecolenomchampratio1 { get; set; }
  40. public string ecolenomchamp2 { get; set; }
  41. public string ecolenomchampratio2 { get; set; }
  42. public Nullable<System.DateTime> datederniercalcul { get; set; }
  43. public string adressenomchampdistance { get; set; }
  44. public string adressenomchampdistanceprim { get; set; }
  45. public string parcellenomchampdistance { get; set; }
  46. public string parcellenomchampdistanceprim { get; set; }
  47. public string parcellenomchamp { get; set; }
  48. public string parcellenomchampprim { get; set; }
  49. [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
  50. public virtual ICollection<elevecartescolaire> elevecartescolaire { get; set; }
  51. [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
  52. public virtual ICollection<simulationannee> simulationannee { get; set; }
  53. [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
  54. public virtual ICollection<urbanisationcartescolaire> urbanisationcartescolaire { get; set; }
  55. }
  56. }