Table of Contents

Class SmartSearchRulesCollection

Namespace
Dynamicweb.SmartSearch.SmartSearchRules
Assembly
Dynamicweb.Core.dll

Rule for smart search

public class SmartSearchRulesCollection : Collection<SmartSearchRule>, IList<SmartSearchRule>, ICollection<SmartSearchRule>, IReadOnlyList<SmartSearchRule>, IReadOnlyCollection<SmartSearchRule>, IEnumerable<SmartSearchRule>, IList, ICollection, IEnumerable
Inheritance
SmartSearchRulesCollection
Implements
Inherited Members
Extension Methods

Constructors

SmartSearchRulesCollection()

Initializes a new instance of an object.

public SmartSearchRulesCollection()

Properties

CombineMethod

Gets the combine method type for next group

public SmartSearchRuleGroupCombineMethod CombineMethod { get; set; }

Property Value

SmartSearchRuleGroupCombineMethod

Default

Gets the default.

public static SmartSearchRulesCollection Default { get; }

Property Value

SmartSearchRulesCollection

The default.

To top