Beispiel #1
0
        private void init(int id, string nombre, int curso, LinkUAv1GenNHibernate.EN.LinkUAv1.TitulacionEN titulacion_2, System.Collections.Generic.IList <LinkUAv1GenNHibernate.EN.LinkUAv1.MaterialEN> material_1)
        {
            this.Id = id;


            this.Nombre = nombre;

            this.Curso = curso;

            this.Titulacion_2 = titulacion_2;

            this.Material_1 = material_1;
        }
Beispiel #2
0
        private void init(string email, string nick, string nombre, string apellidos, Nullable <DateTime> fnac, string tfno, string pass, System.Collections.Generic.IList <LinkUAv1GenNHibernate.EN.LinkUAv1.ComentarioEN> comentario_1, System.Collections.Generic.IList <LinkUAv1GenNHibernate.EN.LinkUAv1.PublicacionEN> publicacion_1, LinkUAv1GenNHibernate.Enumerated.LinkUAv1.EstadoEnum estado, System.Collections.Generic.IList <LinkUAv1GenNHibernate.EN.LinkUAv1.PublicacionEN> publicacion_2, System.Collections.Generic.IList <LinkUAv1GenNHibernate.EN.LinkUAv1.ComentarioEN> comentario_2, LinkUAv1GenNHibernate.EN.LinkUAv1.TitulacionEN titulacion_1, System.Collections.Generic.IList <LinkUAv1GenNHibernate.EN.LinkUAv1.MaterialEN> material_2, System.Collections.Generic.IList <LinkUAv1GenNHibernate.EN.LinkUAv1.MensajeEN> mensaje_1, System.Collections.Generic.IList <LinkUAv1GenNHibernate.EN.LinkUAv1.MensajeEN> mensaje_2)
        {
            this.Email = email;


            this.Nick = nick;

            this.Nombre = nombre;

            this.Apellidos = apellidos;

            this.Fnac = fnac;

            this.Tfno = tfno;

            this.Pass = pass;

            this.Comentario_1 = comentario_1;

            this.Publicacion_1 = publicacion_1;

            this.Estado = estado;

            this.Publicacion_2 = publicacion_2;

            this.Comentario_2 = comentario_2;

            this.Titulacion_1 = titulacion_1;

            this.Material_2 = material_2;

            this.Mensaje_1 = mensaje_1;

            this.Mensaje_2 = mensaje_2;
        }
Beispiel #3
0
 public AsignaturaEN(int id, string nombre, int curso, LinkUAv1GenNHibernate.EN.LinkUAv1.TitulacionEN titulacion_2, System.Collections.Generic.IList <LinkUAv1GenNHibernate.EN.LinkUAv1.MaterialEN> material_1
                     )
 {
     this.init(Id, nombre, curso, titulacion_2, material_1);
 }
Beispiel #4
0
 public UsuarioEN(string email, string nick, string nombre, string apellidos, Nullable <DateTime> fnac, string tfno, string pass, System.Collections.Generic.IList <LinkUAv1GenNHibernate.EN.LinkUAv1.ComentarioEN> comentario_1, System.Collections.Generic.IList <LinkUAv1GenNHibernate.EN.LinkUAv1.PublicacionEN> publicacion_1, LinkUAv1GenNHibernate.Enumerated.LinkUAv1.EstadoEnum estado, System.Collections.Generic.IList <LinkUAv1GenNHibernate.EN.LinkUAv1.PublicacionEN> publicacion_2, System.Collections.Generic.IList <LinkUAv1GenNHibernate.EN.LinkUAv1.ComentarioEN> comentario_2, LinkUAv1GenNHibernate.EN.LinkUAv1.TitulacionEN titulacion_1, System.Collections.Generic.IList <LinkUAv1GenNHibernate.EN.LinkUAv1.MaterialEN> material_2, System.Collections.Generic.IList <LinkUAv1GenNHibernate.EN.LinkUAv1.MensajeEN> mensaje_1, System.Collections.Generic.IList <LinkUAv1GenNHibernate.EN.LinkUAv1.MensajeEN> mensaje_2
                  )
 {
     this.init(Email, nick, nombre, apellidos, fnac, tfno, pass, comentario_1, publicacion_1, estado, publicacion_2, comentario_2, titulacion_1, material_2, mensaje_1, mensaje_2);
 }