Exemplo n.º 1
0
            public nomenclatureivaRow AddnomenclatureivaRow(string idnomenclatureiva, string description, string cu, System.DateTime ct, string lu, System.DateTime lt)
            {
                nomenclatureivaRow rownomenclatureivaRow = ((nomenclatureivaRow)(this.NewRow()));

                rownomenclatureivaRow.ItemArray = new object[] {
                    idnomenclatureiva,
                    description,
                    cu,
                    ct,
                    lu,
                    lt
                };
                this.Rows.Add(rownomenclatureivaRow);
                return(rownomenclatureivaRow);
            }
Exemplo n.º 2
0
 public nomenclatureivaRowChangeEvent(nomenclatureivaRow row, System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemplo n.º 3
0
 public void RemovenomenclatureivaRow(nomenclatureivaRow row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 4
0
 public void AddnomenclatureivaRow(nomenclatureivaRow row)
 {
     this.Rows.Add(row);
 }