Click or drag to resize
MacroRuleTreeAnalyzer Class
Provides methods to analyze a MacroRuleTree.
Inheritance Hierarchy
SystemObject
  CMS.ContactManagementMacroRuleTreeAnalyzer

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public class MacroRuleTreeAnalyzer

The MacroRuleTreeAnalyzer type exposes the following members.

Constructors
  NameDescription
Public methodMacroRuleTreeAnalyzer
Top
Methods
  NameDescription
Public methodStatic memberCanTreeBeTranslated
Checks whether a macro tree can be translated to a DataQuery.
Public methodStatic memberGetAffectingActivityCodeNames
Gets all activities that can affect given MacroRuleTree. Uses ALL_ACTIVITIES to mark that it should be recalculated no matter what activity performed.
Public methodStatic memberGetAffectingAttributeNames
Gets all attributes that can affect given MacroRuleTree. Uses ALL_ATTRIBUTES to mark that it should be recalculated no matter what attribute changed.
Top
See Also