Пример #1
0
            public GetPrevOrgRow AddGetPrevOrgRow(string Org, string INN, int RequestTypeID, string KPP)
            {
                GetPrevOrgRow rowGetPrevOrgRow = ((GetPrevOrgRow)(this.NewRow()));

                rowGetPrevOrgRow.ItemArray = new object[] {
                    Org,
                    INN,
                    RequestTypeID,
                    KPP
                };
                this.Rows.Add(rowGetPrevOrgRow);
                return(rowGetPrevOrgRow);
            }
Пример #2
0
 public GetPrevOrgRowChangeEvent(GetPrevOrgRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Пример #3
0
 public void RemoveGetPrevOrgRow(GetPrevOrgRow row)
 {
     this.Rows.Remove(row);
 }
Пример #4
0
 public void AddGetPrevOrgRow(GetPrevOrgRow row)
 {
     this.Rows.Add(row);
 }