Exemple #1
0
            public tsh_AgrupProductosRow Addtsh_AgrupProductosRow(string IdProducto, string Jerarquia, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, string RowIdGenerado)
            {
                tsh_AgrupProductosRow rowtsh_AgrupProductosRow = ((tsh_AgrupProductosRow)(this.NewRow()));

                rowtsh_AgrupProductosRow.ItemArray = new object[] {
                    IdProducto,
                    Jerarquia,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    RowIdGenerado
                };
                this.Rows.Add(rowtsh_AgrupProductosRow);
                return(rowtsh_AgrupProductosRow);
            }
Exemple #2
0
            public tsh_AgrupProductosRow Addtsh_AgrupProductosRow(long IdAgrupamiento, string Descripcion, long IdTipoAgrup, long IdPadre, string Jerarquia, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa)
            {
                tsh_AgrupProductosRow rowtsh_AgrupProductosRow = ((tsh_AgrupProductosRow)(this.NewRow()));

                rowtsh_AgrupProductosRow.ItemArray = new object[] {
                    IdAgrupamiento,
                    Descripcion,
                    IdTipoAgrup,
                    IdPadre,
                    Jerarquia,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa
                };
                this.Rows.Add(rowtsh_AgrupProductosRow);
                return(rowtsh_AgrupProductosRow);
            }
 public tsh_AgrupProductosRowChangeEvent(tsh_AgrupProductosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetsh_AgrupProductosRow(tsh_AgrupProductosRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtsh_AgrupProductosRow(tsh_AgrupProductosRow row)
 {
     this.Rows.Add(row);
 }