public GetPrevOrgAccountRow AddGetPrevOrgAccountRow(string Org, string INN, int RequestTypeID, string Account, string BankName, string CodeBIK, string Purpose, string OrgIn, string KPP) { GetPrevOrgAccountRow rowGetPrevOrgAccountRow = ((GetPrevOrgAccountRow)(this.NewRow())); rowGetPrevOrgAccountRow.ItemArray = new object[] { Org, INN, RequestTypeID, Account, BankName, CodeBIK, Purpose, OrgIn, KPP }; this.Rows.Add(rowGetPrevOrgAccountRow); return(rowGetPrevOrgAccountRow); }
public GetPrevOrgAccountRowChangeEvent(GetPrevOrgAccountRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void RemoveGetPrevOrgAccountRow(GetPrevOrgAccountRow row) { this.Rows.Remove(row); }
public void AddGetPrevOrgAccountRow(GetPrevOrgAccountRow row) { this.Rows.Add(row); }