Пример #1
0
        private void init(int id
                          , string nombre, Fight4FitGenNHibernate.EN.Fight4Fit.UsuarioEN crea, Fight4FitGenNHibernate.EN.Fight4Fit.CategoriaEN categoria, System.Collections.Generic.IList <Fight4FitGenNHibernate.EN.Fight4Fit.ReporteEN> reporte, Fight4FitGenNHibernate.EN.Fight4Fit.GaleriaEN galeria, string descripcion, System.Collections.Generic.IList <Fight4FitGenNHibernate.EN.Fight4Fit.ComentarioEN> comentario, Fight4FitGenNHibernate.Enumerated.Fight4Fit.TipoEventoEnum tipo, int numeroParticipantes, int maxParticipantes, Nullable <DateTime> fecha, string localizacion, double latitud, double longitud, System.Collections.Generic.IList <Fight4FitGenNHibernate.EN.Fight4Fit.UsuarioEN> usuario_0)
        {
            this.Id = id;


            this.Nombre = nombre;

            this.Crea = crea;

            this.Categoria = categoria;

            this.Reporte = reporte;

            this.Galeria = galeria;

            this.Descripcion = descripcion;

            this.Comentario = comentario;

            this.Tipo = tipo;

            this.NumeroParticipantes = numeroParticipantes;

            this.MaxParticipantes = maxParticipantes;

            this.Fecha = fecha;

            this.Localizacion = localizacion;

            this.Latitud = latitud;

            this.Longitud = longitud;

            this.Usuario_0 = usuario_0;
        }
Пример #2
0
        private void init(int id
                          , System.Collections.Generic.IList <Fight4FitGenNHibernate.EN.Fight4Fit.ComentarioEN> comentario, System.Collections.Generic.IList <Fight4FitGenNHibernate.EN.Fight4Fit.ReporteEN> reporte, string nombre, string usuario, string descripcion, Fight4FitGenNHibernate.EN.Fight4Fit.GaleriaEN pertenece_a, int likes, string ruta)
        {
            this.Id = id;


            this.Comentario = comentario;

            this.Reporte = reporte;

            this.Nombre = nombre;

            this.Usuario = usuario;

            this.Descripcion = descripcion;

            this.Pertenece_a = pertenece_a;

            this.Likes = likes;

            this.Ruta = ruta;
        }
Пример #3
0
 public EventoEN(int id, string nombre, Fight4FitGenNHibernate.EN.Fight4Fit.UsuarioEN crea, Fight4FitGenNHibernate.EN.Fight4Fit.CategoriaEN categoria, System.Collections.Generic.IList <Fight4FitGenNHibernate.EN.Fight4Fit.ReporteEN> reporte, Fight4FitGenNHibernate.EN.Fight4Fit.GaleriaEN galeria, string descripcion, System.Collections.Generic.IList <Fight4FitGenNHibernate.EN.Fight4Fit.ComentarioEN> comentario, Fight4FitGenNHibernate.Enumerated.Fight4Fit.TipoEventoEnum tipo, int numeroParticipantes, int maxParticipantes, Nullable <DateTime> fecha, string localizacion, double latitud, double longitud, System.Collections.Generic.IList <Fight4FitGenNHibernate.EN.Fight4Fit.UsuarioEN> usuario_0
                 )
 {
     this.init(Id, nombre, crea, categoria, reporte, galeria, descripcion, comentario, tipo, numeroParticipantes, maxParticipantes, fecha, localizacion, latitud, longitud, usuario_0);
 }
Пример #4
0
 public FotoEN(int id, System.Collections.Generic.IList <Fight4FitGenNHibernate.EN.Fight4Fit.ComentarioEN> comentario, System.Collections.Generic.IList <Fight4FitGenNHibernate.EN.Fight4Fit.ReporteEN> reporte, string nombre, string usuario, string descripcion, Fight4FitGenNHibernate.EN.Fight4Fit.GaleriaEN pertenece_a, int likes, string ruta
               )
 {
     this.init(Id, comentario, reporte, nombre, usuario, descripcion, pertenece_a, likes, ruta);
 }