Table of Contents

Class RulesGroup

Namespace
Dynamicweb.Modules.Searching.Rules
Assembly
Dynamicweb.dll
Rule group
public class RulesGroup : Collection<Rule>, IList<Rule>, ICollection<Rule>, IReadOnlyList<Rule>, IReadOnlyCollection<Rule>, IEnumerable<Rule>, IList, ICollection, IEnumerable
Inheritance
RulesGroup
Implements
Inherited Members
Extension Methods

Constructors

RulesGroup()

Initializes a new instance of an object.
public RulesGroup()

Properties

CombineMethod

Gets the combine method type for next group
public RuleGroupCombineMethod CombineMethod { get; set; }

Property Value

RuleGroupCombineMethod

Default

Gets the default.
public static RulesGroup Default { get; }

Property Value

RulesGroup
The default.
To top