예제 #1
0
            public tbProdutosRomaneioVolumesProdutosRow AddtbProdutosRomaneioVolumesProdutosRow(int idExportador, string idPE, string strNumeroVolume, int nIdOrdemProduto, double dQuantidade, double dPesoLiquido, int nUnidadeMassaPesoLiquido)
            {
                tbProdutosRomaneioVolumesProdutosRow rowtbProdutosRomaneioVolumesProdutosRow = ((tbProdutosRomaneioVolumesProdutosRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    idExportador,
                    idPE,
                    strNumeroVolume,
                    nIdOrdemProduto,
                    dQuantidade,
                    dPesoLiquido,
                    nUnidadeMassaPesoLiquido
                };
                rowtbProdutosRomaneioVolumesProdutosRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowtbProdutosRomaneioVolumesProdutosRow);
                return(rowtbProdutosRomaneioVolumesProdutosRow);
            }
예제 #2
0
 public tbProdutosRomaneioVolumesProdutosRowChangeEvent(tbProdutosRomaneioVolumesProdutosRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #3
0
 public void RemovetbProdutosRomaneioVolumesProdutosRow(tbProdutosRomaneioVolumesProdutosRow row)
 {
     this.Rows.Remove(row);
 }
예제 #4
0
 public void AddtbProdutosRomaneioVolumesProdutosRow(tbProdutosRomaneioVolumesProdutosRow row)
 {
     this.Rows.Add(row);
 }