Click or drag to resize
SingleMacroRuleInstanceTranslatorBaseTranslateInternal Method
Translates one rule to object query returning contacts. Is used to speed up the process of recalculating contact groups.

Namespace: CMS.ContactManagement.Internal
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
protected abstract ObjectQuery<ContactInfo> TranslateInternal(
	StringSafeDictionary<MacroRuleParameter> ruleParameters
)

Parameters

ruleParameters
Type: CMS.BaseStringSafeDictionaryMacroRuleParameter
Macro rule parameters representing one line in the condition builder.

Return Value

Type: ObjectQueryContactInfo
Object query for contacts that fit in this rule.
See Also