Click or drag to resize
SingleMacroRuleInstanceTranslatorBase Class
Defines methods needed to translate macro rule instance of one particular macro rule type to data query.
Inheritance Hierarchy
SystemObject
  CMS.ContactManagement.InternalSingleMacroRuleInstanceTranslatorBase

Namespace: CMS.ContactManagement.Internal
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public abstract class SingleMacroRuleInstanceTranslatorBase : IMacroRuleInstanceTranslator

The SingleMacroRuleInstanceTranslatorBase type exposes the following members.

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