type | Description |
---|---|
AjaxDataView | The AjaxDataView object allows you to create an asynchronous HTTP (Ajax) request. |
ArrayDataView | The ArrayDataView object allows you to create a data object using an array of data. |
ArrayDataViewBase | The ArrayDataViewBase is the base class of all types of DataView: AjaxDataView, ArrayDataView, BreezeDataView, and ODataView. It is not to be used directly. |
BreezeDataView | The BreezeDataView object allows you to create an asynchronous query on a remote server and return a promise with success and fail callbacks. |
ODataView | The ODataView object allows you to create a REST-based protocol for CRUD (create, read, update, delete) operations against resources exposed as data services. |
RemoteDataView | The RemoteDataView is the base class of all types of DataView when used to get data remotely: AjaxDataView, ArrayDataView, BreezeDataView, and ODataView. It is not to be used directly. |