ExchangeRateImportExpected Class [AX 2012]

The ExchangeRateImportExpected class keeps track of the expected results from the exchange rate import process and also reports on the differences.

class ExchangeRateImportExpected

Run On

Called

  MethodDescription
JJ769502.pubmethod(en-us,AX.60).gif addExpectedCurrencyPair Adds an expected currency pair.
JJ769502.pubmethod(en-us,AX.60).gif addExpectedExchangeRateDate Adds an expected date.
JJ769502.pubmethod(en-us,AX.60).gif addNewCurrencyPair Adds a new currency pair that was not part of the original request.
JJ769502.pubmethod(en-us,AX.60).gif addNonExistentIsoCurrencyCode Adds an entry for an ISO currency code that could not be found.
JJ769502.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ769502.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ769502.pubmethod(en-us,AX.60).gif getCurrencyPairHashKey Returns the hash key representing the currency pair.
JJ769502.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ769502.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ769502.pubmethod(en-us,AX.60).gif isCurrencyPairExpected Indicates whether the currency pair is expected or not.
JJ769502.pubmethod(en-us,AX.60).gif isExchangeRateDateExpected Indicates whether the date is expected or not.
JJ769502.pubmethod(en-us,AX.60).gif new Initializes a new instance of the ExchangeRateImportExpected class.
JJ769502.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ769502.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ769502.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ769502.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ769502.pubmethod(en-us,AX.60).gif recordRateFound Records the fact that a rate was found for a currency pair and date.
JJ769502.pubmethod(en-us,AX.60).gif reportResults Compares expected results to actual results and reports on the differences.
JJ769502.pubmethod(en-us,AX.60).gif setExpectedExchangeRateDate_RU Sets the currency pair for an expected date.
JJ769502.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ769502.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ769502.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ769502.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ769502.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ769502.pubmethod(en-us,AX.60).gif JJ769502.static(en-us,AX.60).gif ::construct Initializes an instance of the ExchangeRateImportExpected class.
JJ769502.pubmethod(en-us,AX.60).gif JJ769502.static(en-us,AX.60).gif ::newFromImportRequest Creates an instance of the ExchangeRateImportExpected class from the provided ExchangeRateImportRequest class instance.
Top

Object Class
  ExchangeRateImportExpected Class

Community Additions

ADD
Show: