Exemplo n.º 1
0
        private void init(int id
                          , int puntuacion, string texto, DSM1GenNHibernate.EN.DSM1.RegistradoEN registrado, DSM1GenNHibernate.EN.DSM1.ArticuloEN articulo)
        {
            this.Id = id;


            this.Puntuacion = puntuacion;

            this.Texto = texto;

            this.Registrado = registrado;

            this.Articulo = articulo;
        }
Exemplo n.º 2
0
        private void init(int id
                          , string descripcion, Nullable <DateTime> fecha, System.Collections.Generic.IList <DSM1GenNHibernate.EN.DSM1.LineaPedidoEN> lineaPedido, DSM1GenNHibernate.EN.DSM1.RegistradoEN registrado)
        {
            this.Id = id;


            this.Descripcion = descripcion;

            this.Fecha = fecha;

            this.LineaPedido = lineaPedido;

            this.Registrado = registrado;
        }
Exemplo n.º 3
0
        private void init(int id
                          , Nullable <DateTime> fecha, Nullable <DateTime> tiempo, DSM1GenNHibernate.EN.DSM1.RegistradoEN registrado, DSM1GenNHibernate.EN.DSM1.PujaEN puja, float cantidad_puja)
        {
            this.Id = id;


            this.Fecha = fecha;

            this.Tiempo = tiempo;

            this.Registrado = registrado;

            this.Puja = puja;

            this.Cantidad_puja = cantidad_puja;
        }
Exemplo n.º 4
0
        private void init(int id
                          , Nullable <DateTime> fecha, float puja_inicial, DSM1GenNHibernate.EN.DSM1.RegistradoEN usuarioGanador, DSM1GenNHibernate.EN.DSM1.ArticuloEN articulo, float puja_max, System.Collections.Generic.IList <DSM1GenNHibernate.EN.DSM1.OfertaPujaEN> ofertaPuja, int id_usuario, bool cerrada, bool pagada)
        {
            this.Id = id;


            this.Fecha = fecha;

            this.Puja_inicial = puja_inicial;

            this.UsuarioGanador = usuarioGanador;

            this.Articulo = articulo;

            this.Puja_max = puja_max;

            this.OfertaPuja = ofertaPuja;

            this.Id_usuario = id_usuario;

            this.Cerrada = cerrada;

            this.Pagada = pagada;
        }
Exemplo n.º 5
0
        private void init(int id
                          , System.Collections.Generic.IList <DSM1GenNHibernate.EN.DSM1.LineaPedidoEN> lineaPedido, DSM1GenNHibernate.EN.DSM1.RegistradoEN registrado, float precio)
        {
            this.Id = id;


            this.LineaPedido = lineaPedido;

            this.Registrado = registrado;

            this.Precio = precio;
        }
Exemplo n.º 6
0
 public CarritoEN(int id, System.Collections.Generic.IList <DSM1GenNHibernate.EN.DSM1.LineaPedidoEN> lineaPedido, DSM1GenNHibernate.EN.DSM1.RegistradoEN registrado, float precio
                  )
 {
     this.init(Id, lineaPedido, registrado, precio);
 }
Exemplo n.º 7
0
 public PujaEN(int id, Nullable <DateTime> fecha, float puja_inicial, DSM1GenNHibernate.EN.DSM1.RegistradoEN usuarioGanador, DSM1GenNHibernate.EN.DSM1.ArticuloEN articulo, float puja_max, System.Collections.Generic.IList <DSM1GenNHibernate.EN.DSM1.OfertaPujaEN> ofertaPuja, int id_usuario, bool cerrada, bool pagada
               )
 {
     this.init(Id, fecha, puja_inicial, usuarioGanador, articulo, puja_max, ofertaPuja, id_usuario, cerrada, pagada);
 }
Exemplo n.º 8
0
 public ValoracionEN(int id, int puntuacion, string texto, DSM1GenNHibernate.EN.DSM1.RegistradoEN registrado, DSM1GenNHibernate.EN.DSM1.ArticuloEN articulo
                     )
 {
     this.init(Id, puntuacion, texto, registrado, articulo);
 }
Exemplo n.º 9
0
 public OfertaPujaEN(int id, Nullable <DateTime> fecha, Nullable <DateTime> tiempo, DSM1GenNHibernate.EN.DSM1.RegistradoEN registrado, DSM1GenNHibernate.EN.DSM1.PujaEN puja, float cantidad_puja
                     )
 {
     this.init(Id, fecha, tiempo, registrado, puja, cantidad_puja);
 }
Exemplo n.º 10
0
 public PedidoEN(int id, string descripcion, Nullable <DateTime> fecha, System.Collections.Generic.IList <DSM1GenNHibernate.EN.DSM1.LineaPedidoEN> lineaPedido, DSM1GenNHibernate.EN.DSM1.RegistradoEN registrado
                 )
 {
     this.init(Id, descripcion, fecha, lineaPedido, registrado);
 }