Skip to content

Class: ODataProviderProxy

A designer-facing interface that provides access to a odata provider.

Hierarchy

Implements

Summary

Constructors

Properties

Class Properties

Inherited Properties

None in the parent class(es).

Methods

Class Methods

Inherited Methods

None in the parent class(es).

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