Represents state table.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public class StateTable : XmlTable
public class StateTable : XmlTable
Public Class StateTable Inherits XmlTable
Public Class StateTable Inherits XmlTable
public ref class StateTable : public XmlTable
public ref class StateTable : public XmlTable
type StateTable = class inherit XmlTable end
type StateTable = class inherit XmlTable end
Members
All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
StateTable(Configuration) |
Creates a new instance.
| |
changedTable |
Flag indicating whether the table has changed.
(Inherited from XmlTable.) | |
CheckWriteDefaultFile(String, Configuration) |
Creates a default file if one doesn't exist
| |
Configuration |
The instance of the Configuration class that holds the settings to be used.
(Inherited from XmlTable.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | (Inherited from Object.) | |
GetHashCode()()()() | (Inherited from Object.) | |
GetState()()()() |
Gets an IndexState object representing the state of the index.
| |
GetType()()()() | (Inherited from Object.) | |
MemberwiseClone()()()() | (Inherited from Object.) | |
ReadTable(String) |
Load an XmlDocument with the content of the xml file
(Inherited from XmlTable.) | |
RemoveNode(String) |
Removes from xml file the node selected by the queryString received from the derived class
(Inherited from XmlTable.) | |
SetState(IndexState) |
Updates the state in the database
| |
ToString()()()() | (Inherited from Object.) | |
WriteTable()()()() |
Writes content to the file
| |
xmlDoc |
The xml document.
(Inherited from XmlTable.) | |
xmlEscape(String) |
Escapes any quotes in val.
(Inherited from XmlTable.) | |
xmlUnescape(String) |
Unescapes any quotes in val.
(Inherited from XmlTable.) |
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120