Identite.cs 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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 Identite
  14. {
  15. public int College_Id { get; set; }
  16. public string Principal_SID { get; set; }
  17. public string Principal_Login { get; set; }
  18. public string Principal_Nom { get; set; }
  19. public string Principal_Prenom { get; set; }
  20. public string Principal_Email { get; set; }
  21. public string Principal_Tel { get; set; }
  22. public string Principal_Structure { get; set; }
  23. public string Adjoint_SID { get; set; }
  24. public string Adjoint_Login { get; set; }
  25. public string Adjoint_Nom { get; set; }
  26. public string Adjoint_Prenom { get; set; }
  27. public string Adjoint_Email { get; set; }
  28. public string Adjoint_Tel { get; set; }
  29. public string Adjoint_Structure { get; set; }
  30. public string Gestionnaire_SID { get; set; }
  31. public string Gestionnaire_Login { get; set; }
  32. public string Gestionnaire_Nom { get; set; }
  33. public string Gestionnaire_Prenom { get; set; }
  34. public string Gestionnaire_Email { get; set; }
  35. public string Gestionnaire_Tel { get; set; }
  36. public string Gestionnaire_Structure { get; set; }
  37. public string Gestionnaire2_SID { get; set; }
  38. public string Gestionnaire2_Login { get; set; }
  39. public string Gestionnaire2_Nom { get; set; }
  40. public string Gestionnaire2_Prenom { get; set; }
  41. public string Gestionnaire2_Email { get; set; }
  42. public string Gestionnaire2_Tel { get; set; }
  43. public string Gestionnaire2_Structure { get; set; }
  44. public virtual College College { get; set; }
  45. }
  46. }