Ejemplo n.º 1
0
            public GetOrgsUListRow AddGetOrgsUListRow(int OrgID, string OrgName)
            {
                GetOrgsUListRow rowGetOrgsUListRow = ((GetOrgsUListRow)(this.NewRow()));

                rowGetOrgsUListRow.ItemArray = new object[] {
                    OrgID,
                    OrgName
                };
                this.Rows.Add(rowGetOrgsUListRow);
                return(rowGetOrgsUListRow);
            }
Ejemplo n.º 2
0
 public GetOrgsUListRowChangeEvent(GetOrgsUListRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Ejemplo n.º 3
0
 public void RemoveGetOrgsUListRow(GetOrgsUListRow row)
 {
     this.Rows.Remove(row);
 }
Ejemplo n.º 4
0
 public void AddGetOrgsUListRow(GetOrgsUListRow row)
 {
     this.Rows.Add(row);
 }
Ejemplo n.º 5
0
 public GetOrgsUListRowChangeEvent(GetOrgsUListRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }