Exemple #1
0
            public tsa_ComboDetRow Addtsa_ComboDetRow(long IdCombo, string IdProducto, System.Decimal Cantidad, string FormulaCalculoCantidad, System.Byte Orden, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa)
            {
                tsa_ComboDetRow rowtsa_ComboDetRow = ((tsa_ComboDetRow)(this.NewRow()));

                rowtsa_ComboDetRow.ItemArray = new object[] {
                    IdCombo,
                    IdProducto,
                    Cantidad,
                    FormulaCalculoCantidad,
                    Orden,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa
                };
                this.Rows.Add(rowtsa_ComboDetRow);
                return(rowtsa_ComboDetRow);
            }
Exemple #2
0
 public tsa_ComboDetRowChangeEvent(tsa_ComboDetRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemple #3
0
 public void Removetsa_ComboDetRow(tsa_ComboDetRow row)
 {
     this.Rows.Remove(row);
 }
Exemple #4
0
 public void Addtsa_ComboDetRow(tsa_ComboDetRow row)
 {
     this.Rows.Add(row);
 }