Ejemplo n.º 1
0
            public GetRequestsNotLinkedRow AddGetRequestsNotLinkedRow(
                int RequestTypeID,
                string RequestTypeName,
                int ClientID,
                string ClientName,
                System.Double RequestSum,
                System.DateTime RequestDate,
                int RequestStateID,
                string RequestStateName,
                string Remarks,
                string AccountFrom,
                string AccountTo,
                string OrgFrom,
                string OrgTo,
                string OrgFromINN,
                string OrgToINN,
                bool IsIn,
                bool IsOut,
                string CurrencyFrom,
                string CurrencyTo,
                System.Double ExecutedSum,
                System.Double RequiredSum,
                string Purpose)
            {
                GetRequestsNotLinkedRow rowGetRequestsNotLinkedRow = ((GetRequestsNotLinkedRow)(this.NewRow()));

                rowGetRequestsNotLinkedRow.ItemArray = new object[] {
                    null,
                    RequestTypeID,
                    RequestTypeName,
                    ClientID,
                    ClientName,
                    RequestSum,
                    RequestDate,
                    RequestStateID,
                    RequestStateName,
                    Remarks,
                    AccountFrom,
                    AccountTo,
                    OrgFrom,
                    OrgTo,
                    OrgFromINN,
                    OrgToINN,
                    IsIn,
                    IsOut,
                    CurrencyFrom,
                    CurrencyTo,
                    ExecutedSum,
                    RequiredSum,
                    Purpose
                };
                this.Rows.Add(rowGetRequestsNotLinkedRow);
                return(rowGetRequestsNotLinkedRow);
            }
Ejemplo n.º 2
0
 public void RemoveGetRequestsNotLinkedRow(GetRequestsNotLinkedRow row)
 {
     this.Rows.Remove(row);
 }
Ejemplo n.º 3
0
 public void AddGetRequestsNotLinkedRow(GetRequestsNotLinkedRow row)
 {
     this.Rows.Add(row);
 }
Ejemplo n.º 4
0
 public GetRequestsNotLinkedRowChangeEvent(GetRequestsNotLinkedRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }