public tsy_FormasDePagoRow Addtsy_FormasDePagoRow(string IdFormaDePago, string Descripcion, bool Activo, bool Sistema, System.Decimal MaximoPorcentaje, System.Decimal MaximoMontoFijo, long IdTasaDeCambio, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa)
            {
                tsy_FormasDePagoRow rowtsy_FormasDePagoRow = ((tsy_FormasDePagoRow)(this.NewRow()));

                rowtsy_FormasDePagoRow.ItemArray = new object[] {
                    IdFormaDePago,
                    Descripcion,
                    Activo,
                    Sistema,
                    MaximoPorcentaje,
                    MaximoMontoFijo,
                    IdTasaDeCambio,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa
                };
                this.Rows.Add(rowtsy_FormasDePagoRow);
                return(rowtsy_FormasDePagoRow);
            }
 public tsy_FormasDePagoRowChangeEvent(tsy_FormasDePagoRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetsy_FormasDePagoRow(tsy_FormasDePagoRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtsy_FormasDePagoRow(tsy_FormasDePagoRow row)
 {
     this.Rows.Add(row);
 }