Class: OfflineDataParametersProxy¶
A designer-facing interface that provides access to a offline odata parameters.
Hierarchy¶
- OfflineDataParametersProxy
Implements¶
Summary¶
Constructors¶
Methods¶
Class Methods¶
Inherited Methods¶
Constructors¶
constructor¶
+ new OfflineDataParametersProxy(serviceName
: string): OfflineDataParametersProxy
Parameters:
Name | Type |
---|---|
serviceName |
string |
Returns: OfflineDataParametersProxy
Methods¶
get¶
▸ get(name
: string): any
Implementation of IOfflineODataParametersProxy
Gets the value of 'name' parameter
Parameters:
Name | Type |
---|---|
name |
string |
Returns: any
getCustomHeaders¶
▸ getCustomHeaders(): Object
Implementation of IOfflineODataParametersProxy
Gets the custom HTTP request headers
Returns: Object
setCustomHeaders¶
▸ setCustomHeaders(headers
: object): void
Sets the custom HTTP request headers
Parameters:
▪ headers: object
Name | Type |
---|---|
key |
string |
value |
string |
Returns: void