Class: ODataProviderProxy¶
A designer-facing interface that provides access to a odata provider.
Hierarchy¶
-
ODataProviderProxy
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Constructors¶
constructor¶
+ new ODataProviderProxy(serviceName
: string): ODataProviderProxy
Parameters:
Name | Type |
---|---|
serviceName |
string |
Returns: ODataProviderProxy
Properties¶
Protected
_serviceName¶
• _serviceName: string
Methods¶
isDraftEnabled¶
▸ isDraftEnabled(entitySet
: string): Boolean
Implementation of IODataProviderProxy
Determine whether the entitySet is draft enabled
Parameters:
Name | Type |
---|---|
entitySet |
string |
Returns: Boolean
isInitialized¶
▸ isInitialized(): boolean
Implementation of IODataProviderProxy
Determine whether the data provider is initialized
Returns: boolean
isOfflineEnabled¶
▸ isOfflineEnabled(): boolean
Implementation of IODataProviderProxy
Determine whether the data provider is offline enabled
Returns: boolean