XmlDataBinding
XmlDataBinding class
Represents Xml Data Binding information.
class XmlDataBinding;
Properties
Property | Type | Description |
---|---|---|
url | string | Readonly. Gets source url of this data binding. |
Methods
Method | Description |
---|---|
getUrl() | @deprecated. Please use the ‘url’ property instead. Gets source url of this data binding. |
isNull() | Checks whether the implementation object is null. |
url
Readonly. Gets source url of this data binding.
url : string;
getUrl()
@deprecated. Please use the ‘url’ property instead. Gets source url of this data binding.
getUrl() : string;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;