Class SmartSearchRuleGroupCollection
- Namespace
- Dynamicweb.SmartSearch.SmartSearchRules
- Assembly
- Dynamicweb.Core.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 SmartSearchRuleGroupCollection class.
public SmartSearchRuleGroupCollection()
Properties
IsEmpty
Is empty collection
public bool IsEmpty { get; }
Property Value
Methods
Deserialize(XmlDocument)
Deserializes the specified data.
public bool Deserialize(XmlDocument Data)
Parameters
DataXmlDocumentThe data.
Returns
Deserialize(XmlNode)
Deserializes the specified data node.
public bool Deserialize(XmlNode DataNode)
Parameters
DataNodeXmlNodeThe data node.
Returns
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
appendToXmlElementThe append to.
docXmlDocumentThe doc.