Example #1
0
private void init (int ID
                   , WhateverGenNHibernate.EN.Whatever.UsuarioEN usuario, string nombre)
{
        this.ID = ID;


        this.Usuario = usuario;

        this.Nombre = nombre;
}
Example #2
0
        private void init(int id
                          , WhateverGenNHibernate.EN.Whatever.UsuarioEN usuario, WhateverGenNHibernate.EN.Whatever.RetoEN reto, WhateverGenNHibernate.EN.Whatever.EventoEN evento, int puntuacion, WhateverGenNHibernate.EN.Whatever.GymkanaEN gymkana)
        {
            this.Id = id;


            this.Usuario = usuario;

            this.Reto = reto;

            this.Evento = evento;

            this.Puntuacion = puntuacion;

            this.Gymkana = gymkana;
        }
Example #3
0
        private void init(int ID
                          , string motivo, WhateverGenNHibernate.EN.Whatever.UsuarioEN usuario, WhateverGenNHibernate.EN.Whatever.RetoEN reto, WhateverGenNHibernate.EN.Whatever.EventoEN evento, WhateverGenNHibernate.EN.Whatever.GymkanaEN gymkana)
        {
            this.ID = ID;


            this.Motivo = motivo;

            this.Usuario = usuario;

            this.Reto = reto;

            this.Evento = evento;

            this.Gymkana = gymkana;
        }
Example #4
0
        private void init(int ID
                          , string texto, string creador, WhateverGenNHibernate.EN.Whatever.UsuarioEN usuario, WhateverGenNHibernate.EN.Whatever.EventoEN evento, WhateverGenNHibernate.EN.Whatever.RetoEN reto, WhateverGenNHibernate.EN.Whatever.GymkanaEN gymkana)
        {
            this.ID = ID;


            this.Texto = texto;

            this.Creador = creador;

            this.Usuario = usuario;

            this.Evento = evento;

            this.Reto = reto;

            this.Gymkana = gymkana;
        }
Example #5
0
        private void init(int ID
                          , int numPasos, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.PasoEN> paso, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.ReporteEN> reporte, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.ComentarioEN> comentario, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.PuntuacionEN> puntuacion, string titulo, string descripcion, Nullable <DateTime> fecha, double precio, WhateverGenNHibernate.EN.Whatever.UsuarioEN usuario)
        {
            this.ID = ID;


            this.NumPasos = numPasos;

            this.Paso = paso;

            this.Reporte = reporte;

            this.Comentario = comentario;

            this.Puntuacion = puntuacion;

            this.Titulo = titulo;

            this.Descripcion = descripcion;

            this.Fecha = fecha;

            this.Precio = precio;

            this.Usuario = usuario;
        }
Example #6
0
 public GymkanaEN(int iD, int numPasos, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.PasoEN> paso, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.ReporteEN> reporte, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.ComentarioEN> comentario, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.PuntuacionEN> puntuacion, string titulo, string descripcion, Nullable <DateTime> fecha, double precio, WhateverGenNHibernate.EN.Whatever.UsuarioEN usuario
                  )
 {
     this.init(ID, numPasos, paso, reporte, comentario, puntuacion, titulo, descripcion, fecha, precio, usuario);
 }
Example #7
0
 public EventoEN(int iD, string titulo, string descripcion, Nullable <DateTime> fecha, double precio, WhateverGenNHibernate.EN.Whatever.UsuarioEN usuario, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.PuntuacionEN> puntuacion, WhateverGenNHibernate.EN.Whatever.MapaEN mapa, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.ComentarioEN> comentario, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.ReporteEN> reporte
                 )
 {
     this.init(ID, titulo, descripcion, fecha, precio, usuario, puntuacion, mapa, comentario, reporte);
 }
Example #8
0
public AdminEN(int iD, WhateverGenNHibernate.EN.Whatever.UsuarioEN usuario, string nombre
               )
{
        this.init (ID, usuario, nombre);
}
Example #9
0
 public PuntuacionEN(int id, WhateverGenNHibernate.EN.Whatever.UsuarioEN usuario, WhateverGenNHibernate.EN.Whatever.RetoEN reto, WhateverGenNHibernate.EN.Whatever.EventoEN evento, int puntuacion, WhateverGenNHibernate.EN.Whatever.GymkanaEN gymkana
                     )
 {
     this.init(Id, usuario, reto, evento, puntuacion, gymkana);
 }
Example #10
0
 public ComentarioEN(int iD, string texto, string creador, WhateverGenNHibernate.EN.Whatever.UsuarioEN usuario, WhateverGenNHibernate.EN.Whatever.EventoEN evento, WhateverGenNHibernate.EN.Whatever.RetoEN reto, WhateverGenNHibernate.EN.Whatever.GymkanaEN gymkana
                     )
 {
     this.init(ID, texto, creador, usuario, evento, reto, gymkana);
 }
Example #11
0
 public ReporteEN(int iD, string motivo, WhateverGenNHibernate.EN.Whatever.UsuarioEN usuario, WhateverGenNHibernate.EN.Whatever.RetoEN reto, WhateverGenNHibernate.EN.Whatever.EventoEN evento, WhateverGenNHibernate.EN.Whatever.GymkanaEN gymkana
                  )
 {
     this.init(ID, motivo, usuario, reto, evento, gymkana);
 }
Example #12
0
        private void init(int ID
                          , string titulo, string descripcion, string tipo, double precio, string imagen, WhateverGenNHibernate.EN.Whatever.UsuarioEN usuario, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.PuntuacionEN> puntuacion, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.ComentarioEN> comentario, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.ReporteEN> reporte)
        {
            this.ID = ID;


            this.Titulo = titulo;

            this.Descripcion = descripcion;

            this.Tipo = tipo;

            this.Precio = precio;

            this.Imagen = imagen;

            this.Usuario = usuario;

            this.Puntuacion = puntuacion;

            this.Comentario = comentario;

            this.Reporte = reporte;
        }
Example #13
0
 public RetoEN(int iD, string titulo, string descripcion, string tipo, double precio, string imagen, WhateverGenNHibernate.EN.Whatever.UsuarioEN usuario, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.PuntuacionEN> puntuacion, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.ComentarioEN> comentario, System.Collections.Generic.IList <WhateverGenNHibernate.EN.Whatever.ReporteEN> reporte
               )
 {
     this.init(ID, titulo, descripcion, tipo, precio, imagen, usuario, puntuacion, comentario, reporte);
 }