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
Methods
Deserialize(XmlDocument)
Deserializes the specified data.
public bool Deserialize(XmlDocument data)
Parameters
data
XmlDocumentThe data.
Returns
Deserialize(XmlNode)
Deserializes the specified data node.
public bool Deserialize(XmlNode dataNode)
Parameters
dataNode
XmlNodeThe data node.
Returns
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
XmlElementThe append to.
doc
XmlDocumentThe doc.