Table of Contents

Class RulesGroup

Namespace
Dynamicweb.Content.Items.Queries.Rules
Assembly
Dynamicweb.dll

Rule group

public sealed 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