예제 #1
0
            public tfi_MonedasRow Addtfi_MonedasRow(string IdMoneda, string Descripcion, string Simbolo, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal)
            {
                tfi_MonedasRow rowtfi_MonedasRow = ((tfi_MonedasRow)(this.NewRow()));

                rowtfi_MonedasRow.ItemArray = new object[] {
                    IdMoneda,
                    Descripcion,
                    Simbolo,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal
                };
                this.Rows.Add(rowtfi_MonedasRow);
                return(rowtfi_MonedasRow);
            }
예제 #2
0
 public tfi_MonedasRowChangeEvent(tfi_MonedasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #3
0
 public void Removetfi_MonedasRow(tfi_MonedasRow row)
 {
     this.Rows.Remove(row);
 }
예제 #4
0
 public void Addtfi_MonedasRow(tfi_MonedasRow row)
 {
     this.Rows.Add(row);
 }