Ejemplo n.º 1
0
        /// <summary>
        /// Create a new Estudiantes object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="nombre">Initial value of the Nombre property.</param>
        /// <param name="apP">Initial value of the ApP property.</param>
        /// <param name="apM">Initial value of the ApM property.</param>
        /// <param name="matricula">Initial value of the Matricula property.</param>
        /// <param name="edad">Initial value of the Edad property.</param>
        /// <param name="idUsuario">Initial value of the IdUsuario property.</param>
        public static Estudiantes CreateEstudiantes(global::System.Int32 id, global::System.String nombre, global::System.String apP, global::System.String apM, global::System.String matricula, global::System.Int32 edad, global::System.Int32 idUsuario)
        {
            Estudiantes estudiantes = new Estudiantes();

            estudiantes.Id        = id;
            estudiantes.Nombre    = nombre;
            estudiantes.ApP       = apP;
            estudiantes.ApM       = apM;
            estudiantes.Matricula = matricula;
            estudiantes.Edad      = edad;
            estudiantes.IdUsuario = idUsuario;
            return(estudiantes);
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new Estudiantes object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="nombre">Initial value of the Nombre property.</param>
 /// <param name="apP">Initial value of the ApP property.</param>
 /// <param name="apM">Initial value of the ApM property.</param>
 /// <param name="matricula">Initial value of the Matricula property.</param>
 /// <param name="edad">Initial value of the Edad property.</param>
 /// <param name="idUsuario">Initial value of the IdUsuario property.</param>
 public static Estudiantes CreateEstudiantes(global::System.Int32 id, global::System.String nombre, global::System.String apP, global::System.String apM, global::System.String matricula, global::System.Int32 edad, global::System.Int32 idUsuario)
 {
     Estudiantes estudiantes = new Estudiantes();
     estudiantes.Id = id;
     estudiantes.Nombre = nombre;
     estudiantes.ApP = apP;
     estudiantes.ApM = apM;
     estudiantes.Matricula = matricula;
     estudiantes.Edad = edad;
     estudiantes.IdUsuario = idUsuario;
     return estudiantes;
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Estudiantes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEstudiantes(Estudiantes estudiantes)
 {
     base.AddObject("Estudiantes", estudiantes);
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Estudiantes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEstudiantes(Estudiantes estudiantes)
 {
     base.AddObject("Estudiantes", estudiantes);
 }