Share via


TradeTotalsBase.transferEnumerableFactory Method [AX 2012]

Transfer an instance of the TradeTotalsEnumerableFactory class 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 instance of the TradeTotalsEnumerableFactory class will only be accepted if the type of the transferred object is equal to the type of the TradeTotalsEnumerableFactory object that would otherwise be created by the TradeTotalsBase class

See Also

Reference

TradeTotalsBase Class