Beispiel #1
0
            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);
            }
Beispiel #2
0
 public GetPrevOrgAccountRowChangeEvent(GetPrevOrgAccountRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Beispiel #3
0
 public void RemoveGetPrevOrgAccountRow(GetPrevOrgAccountRow row)
 {
     this.Rows.Remove(row);
 }
Beispiel #4
0
 public void AddGetPrevOrgAccountRow(GetPrevOrgAccountRow row)
 {
     this.Rows.Add(row);
 }