Table of Contents

Class SmartSearchRuleGroupCollection

Namespace
Dynamicweb.SmartSearch.SmartSearchRules
Assembly
Dynamicweb.SmartSearch.dll
Represents the smart search rules group collection
public class SmartSearchRuleGroupCollection : Collection<SmartSearchRulesCollection>, IList<SmartSearchRulesCollection>, ICollection<SmartSearchRulesCollection>, IReadOnlyList<SmartSearchRulesCollection>, IReadOnlyCollection<SmartSearchRulesCollection>, IEnumerable<SmartSearchRulesCollection>, IList, ICollection, IEnumerable
Inheritance
SmartSearchRuleGroupCollection
Implements
Inherited Members
Extension Methods

Constructors

SmartSearchRuleGroupCollection()

Initializes a new instance of the SmartSearchRulesGroupCollection class.
public SmartSearchRuleGroupCollection()

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(ref XmlElement, ref XmlDocument)

Serializes the specified append to.
public void Serialize(ref XmlElement appendTo, ref XmlDocument doc)

Parameters

appendTo XmlElement
The append to.
doc XmlDocument
The doc.
To top