예제 #1
0
            public tfi_FormasDePagoRow Addtfi_FormasDePagoRow(string IdTDCompTesoreria, string IdMoneda, string IdEntidad, short Cuotas, System.Decimal Recargo, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal, string IdFormaDePago)
            {
                tfi_FormasDePagoRow rowtfi_FormasDePagoRow = ((tfi_FormasDePagoRow)(this.NewRow()));

                rowtfi_FormasDePagoRow.ItemArray = new object[] {
                    IdTDCompTesoreria,
                    IdMoneda,
                    IdEntidad,
                    Cuotas,
                    Recargo,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal,
                    IdFormaDePago
                };
                this.Rows.Add(rowtfi_FormasDePagoRow);
                return(rowtfi_FormasDePagoRow);
            }
예제 #2
0
 public tfi_FormasDePagoRowChangeEvent(tfi_FormasDePagoRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #3
0
 public void Removetfi_FormasDePagoRow(tfi_FormasDePagoRow row)
 {
     this.Rows.Remove(row);
 }
예제 #4
0
 public void Addtfi_FormasDePagoRow(tfi_FormasDePagoRow row)
 {
     this.Rows.Add(row);
 }