XmlMap
XmlMap class
Represents Xml map information.
class XmlMap;
Properties
Property | Type | Description |
---|---|---|
name | string | Returns or sets the name of the object. |
rootElementName | string | Readonly. Gets root element name. |
dataBinding | XmlDataBinding | Readonly. 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;