/ITELCA_CLASSLIBRARY/Models/USUARIOS.cs

https://gitlab.com/oscarsalazarsevilla/ITELCA · C# · 156 lines · 144 code · 4 blank · 8 comment · 0 complexity · 17eadf2fdb42846cf8cf55205c96b208 MD5 · raw file

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated from a template.
  4. //
  5. // Manual changes to this file may cause unexpected behavior in your application.
  6. // Manual changes to this file will be overwritten if the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace ITELCA_CLASSLIBRARY.Models
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class USUARIOS
  14. {
  15. public USUARIOS()
  16. {
  17. this.ASISTENCIAS = new HashSet<ASISTENCIAS>();
  18. this.AULAS = new HashSet<AULAS>();
  19. this.BANCOS = new HashSet<BANCOS>();
  20. this.BANNERS = new HashSet<BANNERS>();
  21. this.CAJAS = new HashSet<CAJAS>();
  22. this.CATEGORIAS = new HashSet<CATEGORIAS>();
  23. this.CONCEPTOS = new HashSet<CONCEPTOS>();
  24. this.CONCEPTOS_CURSOS = new HashSet<CONCEPTOS_CURSOS>();
  25. this.CONCEPTOS_TALLERES = new HashSet<CONCEPTOS_TALLERES>();
  26. this.CONCEPTOS_TIPOSSOLICITUDES = new HashSet<CONCEPTOS_TIPOSSOLICITUDES>();
  27. this.COSTOS_CURSOS = new HashSet<COSTOS_CURSOS>();
  28. this.CUENTAS = new HashSet<CUENTAS>();
  29. this.CUENTAS_CONTABLES = new HashSet<CUENTAS_CONTABLES>();
  30. this.CURSOS = new HashSet<CURSOS>();
  31. this.DESCUENTOS_CURSOS = new HashSet<DESCUENTOS_CURSOS>();
  32. this.DIAS = new HashSet<DIAS>();
  33. this.ENTREGAS = new HashSet<ENTREGAS>();
  34. this.FAQS = new HashSet<FAQS>();
  35. this.FERIADOS = new HashSet<FERIADOS>();
  36. this.FORMASPAGOS = new HashSet<FORMASPAGOS>();
  37. this.INVENTARIOS = new HashSet<INVENTARIOS>();
  38. this.MANEJOCAJAS = new HashSet<MANEJOCAJAS>();
  39. this.MATRICULASMODULOS = new HashSet<MATRICULASMODULOS>();
  40. this.MATRICULASMODULOS1 = new HashSet<MATRICULASMODULOS>();
  41. this.MATRICULASTALLERES = new HashSet<MATRICULASTALLERES>();
  42. this.MATRICULASTALLERES1 = new HashSet<MATRICULASTALLERES>();
  43. this.MATRICULASTALLERES2 = new HashSet<MATRICULASTALLERES>();
  44. this.MODULOS_TURNOS = new HashSet<MODULOS_TURNOS>();
  45. this.NOTASMODULO = new HashSet<NOTASMODULO>();
  46. this.NOTASMODULO1 = new HashSet<NOTASMODULO>();
  47. this.NOTICIAS = new HashSet<NOTICIAS>();
  48. this.OFERTASCURSOS = new HashSet<OFERTASCURSOS>();
  49. this.OFERTASMODULOS = new HashSet<OFERTASMODULOS>();
  50. this.OFERTASMODULOS1 = new HashSet<OFERTASMODULOS>();
  51. this.PRECIOSPRODUCTOS = new HashSet<PRECIOSPRODUCTOS>();
  52. this.SECCIONES = new HashSet<SECCIONES>();
  53. this.SEDES = new HashSet<SEDES>();
  54. this.TALLERES = new HashSet<TALLERES>();
  55. this.TESTIMONIOS = new HashSet<TESTIMONIOS>();
  56. this.TIPOSAULAS = new HashSet<TIPOSAULAS>();
  57. this.TIPOSCURSOS = new HashSet<TIPOSCURSOS>();
  58. this.TIPOSTALLERES = new HashSet<TIPOSTALLERES>();
  59. this.TURNOS = new HashSet<TURNOS>();
  60. this.ROLES = new HashSet<ROLES>();
  61. this.TURNOSVIERNES = new HashSet<TURNOSVIERNES>();
  62. this.PAGOS = new HashSet<PAGOS>();
  63. this.RECIBOS = new HashSet<RECIBOS>();
  64. this.SOLICITUDES = new HashSet<SOLICITUDES>();
  65. this.OFERTASTALLERES = new HashSet<OFERTASTALLERES>();
  66. this.OFERTASTALLERES1 = new HashSet<OFERTASTALLERES>();
  67. this.MATRICULASCURSOS = new HashSet<MATRICULASCURSOS>();
  68. this.MATRICULASCURSOS1 = new HashSet<MATRICULASCURSOS>();
  69. this.MATRICULASCURSOS2 = new HashSet<MATRICULASCURSOS>();
  70. this.DETALLESRECIBOS = new HashSet<DETALLESRECIBOS>();
  71. this.CONCEPTOS_ESTUDIANTES = new HashSet<CONCEPTOS_ESTUDIANTES>();
  72. }
  73. public decimal USUARIO_ID { get; set; }
  74. public string NOMBRE { get; set; }
  75. public string APELLIDO { get; set; }
  76. public string EMAIL { get; set; }
  77. public Nullable<decimal> ESTABLOQUEADO { get; set; }
  78. public Nullable<decimal> ESTAENLINEA { get; set; }
  79. public Nullable<System.DateTime> FECHA_CREACION { get; set; }
  80. public System.DateTime FECHADENACIMIENTO { get; set; }
  81. public Nullable<System.DateTime> FECHAULTIMOCAMBIOPASSWORD { get; set; }
  82. public Nullable<System.DateTime> FECHAULTIMOLOGUEO { get; set; }
  83. public Nullable<decimal> GENERO_ID { get; set; }
  84. public string NOMBREUSUARIO { get; set; }
  85. public string PASSWORD { get; set; }
  86. public string TELEFONO { get; set; }
  87. public Nullable<System.DateTime> FECHAULTIMOCIERRESESION { get; set; }
  88. public Nullable<System.DateTime> FECHAULTIMOBLOQUEO { get; set; }
  89. public Nullable<decimal> CONTADORINICIOFALLIDO { get; set; }
  90. public Nullable<decimal> ESTADO { get; set; }
  91. public string DIRECCION { get; set; }
  92. public string TELEFONO2 { get; set; }
  93. public string NRO_DOCUMENTO { get; set; }
  94. public string FOTO { get; set; }
  95. public virtual ICollection<ASISTENCIAS> ASISTENCIAS { get; set; }
  96. public virtual ICollection<AULAS> AULAS { get; set; }
  97. public virtual ICollection<BANCOS> BANCOS { get; set; }
  98. public virtual ICollection<BANNERS> BANNERS { get; set; }
  99. public virtual ICollection<CAJAS> CAJAS { get; set; }
  100. public virtual ICollection<CATEGORIAS> CATEGORIAS { get; set; }
  101. public virtual ICollection<CONCEPTOS> CONCEPTOS { get; set; }
  102. public virtual ICollection<CONCEPTOS_CURSOS> CONCEPTOS_CURSOS { get; set; }
  103. public virtual ICollection<CONCEPTOS_TALLERES> CONCEPTOS_TALLERES { get; set; }
  104. public virtual ICollection<CONCEPTOS_TIPOSSOLICITUDES> CONCEPTOS_TIPOSSOLICITUDES { get; set; }
  105. public virtual ICollection<COSTOS_CURSOS> COSTOS_CURSOS { get; set; }
  106. public virtual ICollection<CUENTAS> CUENTAS { get; set; }
  107. public virtual ICollection<CUENTAS_CONTABLES> CUENTAS_CONTABLES { get; set; }
  108. public virtual ICollection<CURSOS> CURSOS { get; set; }
  109. public virtual ICollection<DESCUENTOS_CURSOS> DESCUENTOS_CURSOS { get; set; }
  110. public virtual ICollection<DIAS> DIAS { get; set; }
  111. public virtual ICollection<ENTREGAS> ENTREGAS { get; set; }
  112. public virtual ICollection<FAQS> FAQS { get; set; }
  113. public virtual ICollection<FERIADOS> FERIADOS { get; set; }
  114. public virtual ICollection<FORMASPAGOS> FORMASPAGOS { get; set; }
  115. public virtual GENEROS GENEROS { get; set; }
  116. public virtual ICollection<INVENTARIOS> INVENTARIOS { get; set; }
  117. public virtual ICollection<MANEJOCAJAS> MANEJOCAJAS { get; set; }
  118. public virtual ICollection<MATRICULASMODULOS> MATRICULASMODULOS { get; set; }
  119. public virtual ICollection<MATRICULASMODULOS> MATRICULASMODULOS1 { get; set; }
  120. public virtual ICollection<MATRICULASTALLERES> MATRICULASTALLERES { get; set; }
  121. public virtual ICollection<MATRICULASTALLERES> MATRICULASTALLERES1 { get; set; }
  122. public virtual ICollection<MATRICULASTALLERES> MATRICULASTALLERES2 { get; set; }
  123. public virtual ICollection<MODULOS_TURNOS> MODULOS_TURNOS { get; set; }
  124. public virtual ICollection<NOTASMODULO> NOTASMODULO { get; set; }
  125. public virtual ICollection<NOTASMODULO> NOTASMODULO1 { get; set; }
  126. public virtual ICollection<NOTICIAS> NOTICIAS { get; set; }
  127. public virtual ICollection<OFERTASCURSOS> OFERTASCURSOS { get; set; }
  128. public virtual ICollection<OFERTASMODULOS> OFERTASMODULOS { get; set; }
  129. public virtual ICollection<OFERTASMODULOS> OFERTASMODULOS1 { get; set; }
  130. public virtual ICollection<PRECIOSPRODUCTOS> PRECIOSPRODUCTOS { get; set; }
  131. public virtual ICollection<SECCIONES> SECCIONES { get; set; }
  132. public virtual ICollection<SEDES> SEDES { get; set; }
  133. public virtual ICollection<TALLERES> TALLERES { get; set; }
  134. public virtual ICollection<TESTIMONIOS> TESTIMONIOS { get; set; }
  135. public virtual ICollection<TIPOSAULAS> TIPOSAULAS { get; set; }
  136. public virtual ICollection<TIPOSCURSOS> TIPOSCURSOS { get; set; }
  137. public virtual ICollection<TIPOSTALLERES> TIPOSTALLERES { get; set; }
  138. public virtual ICollection<TURNOS> TURNOS { get; set; }
  139. public virtual ICollection<ROLES> ROLES { get; set; }
  140. public virtual ICollection<TURNOSVIERNES> TURNOSVIERNES { get; set; }
  141. public virtual ICollection<PAGOS> PAGOS { get; set; }
  142. public virtual ICollection<RECIBOS> RECIBOS { get; set; }
  143. public virtual ICollection<SOLICITUDES> SOLICITUDES { get; set; }
  144. public virtual ICollection<OFERTASTALLERES> OFERTASTALLERES { get; set; }
  145. public virtual ICollection<OFERTASTALLERES> OFERTASTALLERES1 { get; set; }
  146. public virtual ICollection<MATRICULASCURSOS> MATRICULASCURSOS { get; set; }
  147. public virtual ICollection<MATRICULASCURSOS> MATRICULASCURSOS1 { get; set; }
  148. public virtual ICollection<MATRICULASCURSOS> MATRICULASCURSOS2 { get; set; }
  149. public virtual ICollection<DETALLESRECIBOS> DETALLESRECIBOS { get; set; }
  150. public virtual ICollection<CONCEPTOS_ESTUDIANTES> CONCEPTOS_ESTUDIANTES { get; set; }
  151. }
  152. }