Table of Contents

Class RulesGroupCollection

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

Represents the smart search rules group collection

public sealed class RulesGroupCollection : Collection<RulesGroup>, IList<RulesGroup>, ICollection<RulesGroup>, IReadOnlyList<RulesGroup>, IReadOnlyCollection<RulesGroup>, IEnumerable<RulesGroup>, IList, ICollection, IEnumerable
Inheritance
RulesGroupCollection
Implements
Inherited Members
Extension Methods

Constructors

RulesGroupCollection()

Initializes a new instance of the RulesGroupCollection class.

public RulesGroupCollection()

Properties

IsEmpty

Is empty collection

public bool IsEmpty { get; }

Property Value

bool

Methods

Deserialize(XmlDocument)

Deserializes the specified data.

public bool Deserialize(XmlDocument data)

Parameters

data XmlDocument

The data.

Returns

bool

Deserialize(XmlNode)

Deserializes the specified data node.

public bool Deserialize(XmlNode dataNode)

Parameters

dataNode XmlNode

The data node.

Returns

bool

Serialize()

Converts the current object to XML.

public XmlDocument Serialize()

Returns

XmlDocument

XML document describing the current object.

Serialize(XmlElement, XmlDocument)

Serializes the specified append to.

public void Serialize(XmlElement appendTo, XmlDocument doc)

Parameters

appendTo XmlElement

The append to.

doc XmlDocument

The doc.

To top