XmlMap

XmlMap class

Represents Xml map information.

class XmlMap;

Properties

PropertyTypeDescription
namestringReturns or sets the name of the object.
rootElementNamestringReadonly. Gets root element name.
dataBindingXmlDataBindingReadonly. Gets an XmlDataBinding of this map.

name

Returns or sets the name of the object.

name : string;

rootElementName

Readonly. Gets root element name.

rootElementName : string;

dataBinding

Readonly. Gets an XmlDataBinding of this map.

dataBinding : XmlDataBinding;