PrintMgmtPrintDestinationTokens.new Method [AX 2012]

Creates a new instance of the class connecting it to next instance in the chain of responsibility.

public void new([SrsPrintDestinationTokens _nextTokens])

Run On

Called

Parameters

_nextTokens
Type: SrsPrintDestinationTokens Class
An instance of a subclass.

Each member of the chain of responsibility will handle the tokens it recognizes and pass on those it does not to the next member of the chain.

Community Additions

ADD
Show: