Exemple #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);
            }
Exemple #2
0
 public GetOrgsUListRowChangeEvent(GetOrgsUListRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemple #3
0
 public void RemoveGetOrgsUListRow(GetOrgsUListRow row)
 {
     this.Rows.Remove(row);
 }
Exemple #4
0
 public void AddGetOrgsUListRow(GetOrgsUListRow row)
 {
     this.Rows.Add(row);
 }
Exemple #5
0
 public GetOrgsUListRowChangeEvent(GetOrgsUListRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }