TradeCalcTax.transferEnumerableFactory Method [AX 2012]

Transfers a TradeTotalsEnumerableFactory object into this class to use caches that are built up in the calling class.

Syntax

public boolean transferEnumerableFactory(TradeTotalsEnumerableFactory _enumerableFactory)

Run On

Called

Parameters

Return Value

Type: boolean
true if the transferred object is accepted; otherwise, false.

Remarks

The TradeTotalsEnumerableFactory object will only be accepted if the type of the transferred object is equal to the type of the TradeTotalsEnumerableFactory that would otherwise be initialized by the TradeCalcTax class.

See Also

Reference

TradeCalcTax Class