ODataFunctionImport class

OData Function Import class.

Syntax

@interface ODataFunctionImport : NSObject <NSCoding>

Members

All members of ODataFunctionImport, including inherited members.

Methods
Method Description
- (NSString *) generateFunctionImportUrl: (NSString *const) baseUrl parameters: (NSDictionary *const) parameters Generates the URL that is required to execute the backend functionality that is mapped to the function import.
- (NSMutableDictionary *) getWritableParameters Creates a dictionary of property values (ODataPropertyValue...) that can be used as function import parameters.
- (id) initWithName: (NSString *const) newName Creates a function import with the name specified.