Exemple #1
0
            public GetUnlinkedPaymListRow AddGetUnlinkedPaymListRow(
                string RAccountCorr,
                string OrgNameCorr,
                string RAccount,
                string OrgName,
                int PaymentOrderStatusID,
                int HeaderID,
                System.DateTime PaymentOrderDate,
                string PaymentNo,
                int OrgAccountID,
                int OrgAccountIDCorr,
                bool Direction,
                System.Double PaymentOrderSum,
                string PaymentOrderPurpose,
                string Remarks,
                bool IsPrinted,
                int AccountStatementID,
                int AccountID,
                int AccountIDCorr,
                string CurrencyIDCorr)
            {
                GetUnlinkedPaymListRow rowGetUnlinkedPaymListRow = ((GetUnlinkedPaymListRow)(this.NewRow()));

                rowGetUnlinkedPaymListRow.ItemArray = new object[] {
                    RAccountCorr,
                    OrgNameCorr,
                    RAccount,
                    OrgName,
                    null,
                    PaymentOrderStatusID,
                    HeaderID,
                    PaymentOrderDate,
                    PaymentNo,
                    OrgAccountID,
                    OrgAccountIDCorr,
                    Direction,
                    PaymentOrderSum,
                    PaymentOrderPurpose,
                    Remarks,
                    IsPrinted,
                    AccountStatementID,
                    null,
                    null,
                    null,
                    null,
                    AccountID,
                    AccountIDCorr,
                    CurrencyIDCorr
                };
                this.Rows.Add(rowGetUnlinkedPaymListRow);
                return(rowGetUnlinkedPaymListRow);
            }
Exemple #2
0
 public GetUnlinkedPaymListRowChangeEvent(GetUnlinkedPaymListRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemple #3
0
 public void RemoveGetUnlinkedPaymListRow(GetUnlinkedPaymListRow row)
 {
     this.Rows.Remove(row);
 }
Exemple #4
0
 public void AddGetUnlinkedPaymListRow(GetUnlinkedPaymListRow row)
 {
     this.Rows.Add(row);
 }