Share via


TradeCommonIEnumerator.moveNext Method [AX 2012]

Determines whether the enumerator denotes a valid Common buffer.

Syntax

public boolean moveNext()

Run On

Called

Return Value

Type: boolean
true if the current position in the TradeCommonIEnumerable holds a valid element; otherwise, false.

Remarks

The TradeCommonIEnumerable enumerators start before the first buffer in the TradeCommonIEnumerable object.

You must call the moveNext method to make it point to the first element in the list.

See Also

Reference

TradeCommonIEnumerator Interface