Abstract class with core functionality.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public abstract class XmlTable
public abstract class XmlTable
Public MustInherit Class XmlTable
Public MustInherit Class XmlTable
public ref class XmlTable abstract
public ref class XmlTable abstract
[<AbstractClassAttribute>] type XmlTable = class end
[<AbstractClassAttribute>] type XmlTable = class end
Members
All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
XmlTable(Configuration) |
Constructor
| |
changedTable |
Flag indicating whether the table has changed.
| |
Configuration |
The instance of the Configuration class that holds the settings to be used.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | (Inherited from Object.) | |
GenerateConcatForXPath(String) |
Generates a safe xpath query regardless of quotes.
| |
GetHashCode()()()() | (Inherited from Object.) | |
GetType()()()() | (Inherited from Object.) | |
MemberwiseClone()()()() | (Inherited from Object.) | |
ReadTable(String) |
Load an XmlDocument with the content of the xml file
| |
RemoveNode(String) |
Removes from xml file the node selected by the queryString received from the derived class
| |
ToString()()()() | (Inherited from Object.) | |
WriteRootElement(String, String, Configuration) |
Helper method for EnsureDataStore()
| |
xmlDoc |
The xml document.
| |
xmlEscape(String) |
Escapes any quotes in val.
| |
xmlUnescape(String) |
Unescapes any quotes in val.
|
Inheritance Hierarchy
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120