Click or drag to resize
ObjectParameters Methods

The ObjectParameters type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears the custom data.
(Inherited from XmlData.)
Public methodClone
Returns the cloned object.
(Inherited from XmlData.)
Public methodContainsColumn
Returns true if the object contains specified column.
(Inherited from XmlData.)
Public methodConvertToHashtable
Converts XML data to Hashtable.
(Inherited from XmlData.)
Public methodGetData
Returns the XML code of the data.
(Inherited from XmlData.)
Public methodGetObjectData
Gets object data.
(Inherited from XmlData.)
Public methodGetValue
Returns value of column.
(Inherited from XmlData.)
Public methodGetXmlElement
Gets the XML element for the data
(Inherited from XmlData.)
Public methodLoadData
Loads the XML to the content table.
(Inherited from XmlData.)
Public methodLoadFromXmlElement
Loads the data from the given XML element
(Inherited from XmlData.)
Public methodMergeWith Obsolete.
Merges parameters sent by parameter to this object.
Public methodRemove
Removes element with specified key from collection
(Inherited from XmlData.)
Public methodSetValue
Sets value of column.
(Inherited from XmlData.)
Public methodToString
Returns xml as a string.
(Inherited from XmlData.)
Public methodTryGetValue
Returns value of column.
(Inherited from XmlData.)
Top
See Also