Keyoti Search for ASP.NET API Docs
XmlLocationTable Class
API DocumentationKeyoti.SearchEngine.DataAccessXmlLocationTable
Keyoti Search for ASP.NET 2010
Represents location category table.
Declaration Syntax
C#Visual BasicVisual C++
public class XmlLocationTable : XmlTable
Public Class XmlLocationTable _
	Inherits XmlTable
public ref class XmlLocationTable : public XmlTable
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
XmlLocationTable(Configuration)
Creates a new instance of the XmlLocationTable.

Add(LocationCategoryRecord)
Adds a location

changedTable
Flag indicating whether the table has changed.
(Inherited from XmlTable.)
Configuration
The instance of the Configuration class that holds the settings to be used.
(Inherited from XmlTable.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetIDs(String)
Gets locationCategoryID for the specified location category name (in addition, returns the last used ID)`

GetLocationCategories()()()
Returns list of locations known in the 'database'.

GetLocationCategoryRecordFromID(Int32)
Returns a LocationCategory, corresponding to locationID passed as in parameter

GetLocationID(String)
Returns a location ID for the specified location name.

GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReadTable(String)
Load an XmlDocument with the content of the xml file
(Inherited from XmlTable.)
Remove(String)
Removes a location from the database.

RemoveNode(String)
Removes from xml file the node selected by the queryString received from the derived class
(Inherited from XmlTable.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UpdateLocationCategory(LocationCategoryRecord)
Updates the location record in the database

WriteTable()()()
Writes content to the location 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.)
Inheritance Hierarchy
Object
XmlTable
 XmlLocationTable

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609