Class: OfflineDataParametersProxy¶
A designer-facing interface that provides access to a offline odata parameters.
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Currently none inherited from the parent class(es).
Accessors¶
Class Accessors¶
Currently none in this class.
Inherited Accessors¶
Currently none inherited from the parent class(es).
Methods¶
Class Methods¶
Inherited Methods¶
Currently none inherited from the parent class(es).
Constructors¶
Constructor¶
+ new OfflineDataParametersProxy(serviceName: string): OfflineDataParametersProxy
Parameters:
| Name | Type |
|---|---|
| serviceName | string |
Returns: OfflineDataParametersProxy
Methods¶
get¶
▸ get(name: string): any
Gets the value of 'name' parameter
Implementation of IOfflineODataParametersProxy.get
Parameters:
| Name | Type |
|---|---|
| name | string |
Returns: any
getCustomHeaders¶
▸ getCustomHeaders(): Object
Gets the custom HTTP request headers
Implementation of IOfflineODataParametersProxy.getCustomHeaders
Returns: Object
setCustomHeaders¶
▸ setCustomHeaders(headers): void
Sets the custom HTTP request headers
Parameters:
| Name | Type |
|---|---|
| headers |
key¶
string
value¶
string
Returns: void
Implementation of IOfflineODataParametersProxy.setCustomHeaders