CTI32 Engine Class Library

XmlConfigFile Methods

The methods of the XmlConfigFile class are listed below. For a complete list of XmlConfigFile class members, see the XmlConfigFile Members topic.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetFirst Read in XML file and get first node in the XML tree. Only returns a node that has an associated value.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetNext Gets the next node in the XML tree. Only returns a node that has a value.
GetType (inherited from Object) Gets the Type of the current instance.
GetValueOverloaded. Returns value of 1st found node of given name
GetValueBoolOverloaded. Returns boolean value of 1st found node of a given name
GetValueIndex GetValue with root being 0 - get the xth item
GetValueIntOverloaded. Returns integer value of 1st found node of given name.
Load Load specified XML configuration file into XMLDocument xd
SelectValue Select the index value from a nested xml structure. For example the port structure.
SelectValueInt Select the index value from a nested xml structure. For example the port structure. (Integer version) parameter is an integer.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

XmlConfigFile Class | CTI32Engine Namespace