コード例 #1
0
            public tsh_GruposProductosRow Addtsh_GruposProductosRow(string IdProducto, string IdPadre, int Orden, System.Decimal Cantidad, System.Decimal BonificacionVisual, string FormulaDeCalculoCantidad, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa)
            {
                tsh_GruposProductosRow rowtsh_GruposProductosRow = ((tsh_GruposProductosRow)(this.NewRow()));

                rowtsh_GruposProductosRow.ItemArray = new object[] {
                    IdProducto,
                    IdPadre,
                    Orden,
                    Cantidad,
                    BonificacionVisual,
                    FormulaDeCalculoCantidad,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa
                };
                this.Rows.Add(rowtsh_GruposProductosRow);
                return(rowtsh_GruposProductosRow);
            }
コード例 #2
0
 public tsh_GruposProductosRowChangeEvent(tsh_GruposProductosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #3
0
 public void Removetsh_GruposProductosRow(tsh_GruposProductosRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #4
0
 public void Addtsh_GruposProductosRow(tsh_GruposProductosRow row)
 {
     this.Rows.Add(row);
 }