ExtendedXmlData MembersKentico 8.0 API Reference
The ExtendedXmlData type exposes the following members.
Constructors

  NameDescription
Public methodExtendedXmlData 
Constructor - creates empty XmlData object.
Public methodExtendedXmlData(String)
Constructor with root element name specification.
Public methodExtendedXmlData(SerializationInfo, StreamingContext)
Constructor for deserialization.
Back to Top
Methods

  NameDescription
Public methodClear
Clears the custom data.
(Overrides XmlData Clear .)
Public methodClone
Returns the cloned object.
Public methodContainsColumn
Returns true if the object contains specified column.
(Inherited from XmlData.)
Public methodConvertToHashtable
Converts XML data to Hashtable.
(Inherited from XmlData.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetAttribute
Returns attribute value from structured data colection.
Public methodGetAttributes
Returns attributes of item with given identifier or null when such item doesn't exists.
Public methodGetData 
Returns the xml code of the data.
(Overrides XmlData GetData .)
Public methodGetData(XmlDocument )
Returns the XML code of the data and constructed XML document.
(Inherited from XmlData.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetObjectData
Gets object data.
(Overrides XmlData GetObjectData(SerializationInfo, StreamingContext).)
Public methodGetStructuredData
Returns Hashtable with structures data.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodGetValue
Returns value of column.
(Inherited from XmlData.)
Public methodLoadData(String)
Loads the XML to the content table.
(Overrides XmlData LoadData(String).)
Public methodLoadData(String, XmlDocument )
Loads the XML to the content table.
(Inherited from XmlData.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodRemove
Removes element with specified key from collection
(Inherited from XmlData.)
Public methodSetAttribute
Creates or update XML node with dependence on item identifier.
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.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Fields

  NameDescription
Protected fieldmData
Collection of the data contents.
(Inherited from XmlData.)
Protected fieldmItemIdentifier
Item identifier.
Protected fieldmStructuredData
Collection of the structured data.
Protected fieldmValue
Custom data value.
(Inherited from XmlData.)
Back to Top
Properties

  NameDescription
Public propertyAllowMacros
Indicates if macro values are allowed
(Inherited from XmlData.)
Public propertyColumnNames
Column names.
(Inherited from XmlData.)
Public propertyExcludedColumns
List of excluded columns (delimited by ';') which wont be loaded to collection. Test contains startwith.
(Inherited from XmlData.)
Public propertyItem
Gets or sets the value of the column.
(Inherited from XmlData.)
Public propertyItemIdentificatorObsolete.
Gets or sets the item identifier, if is set data can be saved structured.
Public propertyItemIdentifier
Gets or sets the item identifier, if is set data can be saved structured.
Public propertyMacroTable
Macro table
(Inherited from XmlData.)
Public propertyValue
Value of the custom data, if set, overrides the data collection.
(Inherited from XmlData.)
Public propertyXmlRootName
Gets name of xml root element.
(Inherited from XmlData.)
Back to Top
See Also