Click or drag to resize
IMacroRuleInstanceTranslator Interface
Defines methods needed to translate macro rule instance of one particular macro rule type to data query.

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

The IMacroRuleInstanceTranslator type exposes the following members.

Methods
  NameDescription
Public methodTranslate
Translates one rule to object query returning contacts. Is used to speed up the process of recalculating contact groups.
Top
See Also