DataContext
¶
DataContext acts as a container for data.
All data within the data context is described as a tree of data objects. The class provides access and look-up functionality of the contained data objects.
Inherits properties and message types from DataContextMetadata.
| getData() | Retrieves the root object of the underlying data tree |
| lookupDataContext() | Performs object look-up by path |
Retrieves the root object of the underlying data tree.
| (DataObject) | The data object that is the root of the data tree. |
Performs object look-up by path.
| relativePath | (string) | Path of the object where to look at, separated by '.'. |
| (DataObjectBool, DataObjectInt, DataObjectReal, DataObjectString or nil) | Data object that was found, or |