Example #1
0
        private void init(int id, string texto, Nullable <DateTime> fecha, LugaresInteresGenNHibernate.EN.LugaresInteres.LugarEN lugar, LugaresInteresGenNHibernate.EN.LugaresInteres.UsuarioEN usuario, LugaresInteresGenNHibernate.EN.LugaresInteres.GrupoEN grupo, LugaresInteresGenNHibernate.Enumerated.LugaresInteres.ReporteEnum state, LugaresInteresGenNHibernate.EN.LugaresInteres.AdministradorEN administrador)
        {
            this.Id = id;


            this.Texto = texto;

            this.Fecha = fecha;

            this.Lugar = lugar;

            this.Usuario = usuario;

            this.Grupo = grupo;

            this.State = state;

            this.Administrador = administrador;
        }
Example #2
0
        private void init(string nombre, string tipo, string ubicacion, string descripcion, string poblacion, System.Collections.Generic.IList <string> foto, System.Collections.Generic.IList <LugaresInteresGenNHibernate.EN.LugaresInteres.VotoEN> voto, System.Collections.Generic.IList <LugaresInteresGenNHibernate.EN.LugaresInteres.ComentarioEN> comentario, LugaresInteresGenNHibernate.EN.LugaresInteres.AdministradorEN administrador, bool validar)
        {
            this.Nombre = nombre;


            this.Tipo = tipo;

            this.Ubicacion = ubicacion;

            this.Descripcion = descripcion;

            this.Poblacion = poblacion;

            this.Foto = foto;

            this.Voto = voto;

            this.Comentario = comentario;

            this.Administrador = administrador;

            this.Validar = validar;
        }
Example #3
0
 public LugarEN(string nombre, string tipo, string ubicacion, string descripcion, string poblacion, System.Collections.Generic.IList <string> foto, System.Collections.Generic.IList <LugaresInteresGenNHibernate.EN.LugaresInteres.VotoEN> voto, System.Collections.Generic.IList <LugaresInteresGenNHibernate.EN.LugaresInteres.ComentarioEN> comentario, LugaresInteresGenNHibernate.EN.LugaresInteres.AdministradorEN administrador, bool validar)
 {
     this.init(nombre, tipo, ubicacion, descripcion, poblacion, foto, voto, comentario, administrador, validar);
 }
Example #4
0
 public ComentarioEN(int id, string texto, Nullable <DateTime> fecha, LugaresInteresGenNHibernate.EN.LugaresInteres.LugarEN lugar, LugaresInteresGenNHibernate.EN.LugaresInteres.UsuarioEN usuario, LugaresInteresGenNHibernate.EN.LugaresInteres.GrupoEN grupo, LugaresInteresGenNHibernate.Enumerated.LugaresInteres.ReporteEnum state, LugaresInteresGenNHibernate.EN.LugaresInteres.AdministradorEN administrador)
 {
     this.init(id, texto, fecha, lugar, usuario, grupo, state, administrador);
 }