ISysUpgradeRuleRunner.analyze Method [AX 2012]

Analyzes a given tree node.

Syntax

public List analyze(TreeNode _rootLevelTreeNode)

Run On

Called

Parameters

Return Value

Type: List Class
A list of conflicts that are detected.

Remarks

If a given tree node cannot be analyzed, this method returns an empty list.

See Also

Reference

ISysUpgradeRuleRunner Interface