Exemplo n.º 1
0
        private void init(int id
                          , Fight4FitGenNHibernate.EN.Fight4Fit.EventoEN evento, Fight4FitGenNHibernate.EN.Fight4Fit.ComentarioEN comentario, Fight4FitGenNHibernate.EN.Fight4Fit.FotoEN foto, string texto, Fight4FitGenNHibernate.Enumerated.Fight4Fit.MotivoEnum motivo, Fight4FitGenNHibernate.EN.Fight4Fit.UsuarioEN usuario, Fight4FitGenNHibernate.Enumerated.Fight4Fit.TipoReporteEnum tipo)
        {
            this.Id = id;


            this.Evento = evento;

            this.Comentario = comentario;

            this.Foto = foto;

            this.Texto = texto;

            this.Motivo = motivo;

            this.Usuario = usuario;

            this.Tipo = tipo;
        }
Exemplo n.º 2
0
        private void init(int id
                          , System.Collections.Generic.IList <Fight4FitGenNHibernate.EN.Fight4Fit.ReporteEN> reporte, Fight4FitGenNHibernate.EN.Fight4Fit.FotoEN foto, Fight4FitGenNHibernate.EN.Fight4Fit.EventoEN evento, string titulo, string texto, int likes, Fight4FitGenNHibernate.Enumerated.Fight4Fit.TipoComentarioEnum tipocom, Fight4FitGenNHibernate.EN.Fight4Fit.UsuarioEN usuario_comenta)
        {
            this.Id = id;


            this.Reporte = reporte;

            this.Foto = foto;

            this.Evento = evento;

            this.Titulo = titulo;

            this.Texto = texto;

            this.Likes = likes;

            this.Tipocom = tipocom;

            this.Usuario_comenta = usuario_comenta;
        }
Exemplo n.º 3
0
 public ReporteEN(int id, Fight4FitGenNHibernate.EN.Fight4Fit.EventoEN evento, Fight4FitGenNHibernate.EN.Fight4Fit.ComentarioEN comentario, Fight4FitGenNHibernate.EN.Fight4Fit.FotoEN foto, string texto, Fight4FitGenNHibernate.Enumerated.Fight4Fit.MotivoEnum motivo, Fight4FitGenNHibernate.EN.Fight4Fit.UsuarioEN usuario, Fight4FitGenNHibernate.Enumerated.Fight4Fit.TipoReporteEnum tipo
                  )
 {
     this.init(Id, evento, comentario, foto, texto, motivo, usuario, tipo);
 }
Exemplo n.º 4
0
 public ComentarioEN(int id, System.Collections.Generic.IList <Fight4FitGenNHibernate.EN.Fight4Fit.ReporteEN> reporte, Fight4FitGenNHibernate.EN.Fight4Fit.FotoEN foto, Fight4FitGenNHibernate.EN.Fight4Fit.EventoEN evento, string titulo, string texto, int likes, Fight4FitGenNHibernate.Enumerated.Fight4Fit.TipoComentarioEnum tipocom, Fight4FitGenNHibernate.EN.Fight4Fit.UsuarioEN usuario_comenta
                     )
 {
     this.init(Id, reporte, foto, evento, titulo, texto, likes, tipocom, usuario_comenta);
 }