ISysUpgradeRuleRunner.analyze Method [AX 2012]
Analyzes a given tree node.
Syntax
public List analyze(TreeNode _rootLevelTreeNode)
Run On
Called
Parameters
- _rootLevelTreeNode
Type: TreeNode Class
An instance of a tree node.
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.