Table of Contents

Class SmartSearchOperator

Namespace
Dynamicweb.SmartSearch.SmartSearchRules
Assembly
Dynamicweb.Core.dll
public class SmartSearchOperator
Inheritance
SmartSearchOperator
Inherited Members

Constructors

SmartSearchOperator(SmartSearchRuleOperator, List<SmartSearchRuleControlType>)

public SmartSearchOperator(SmartSearchRuleOperator op, List<SmartSearchRuleControlType> controls)

Parameters

op SmartSearchRuleOperator
controls List<SmartSearchRuleControlType>

Properties

AppliesTo

public List<SmartSearchRuleControlType> AppliesTo { get; set; }

Property Value

List<SmartSearchRuleControlType>

RuleOperator

public SmartSearchRuleOperator RuleOperator { get; set; }

Property Value

SmartSearchRuleOperator
To top