Deprecated. OData Function Import class.
All members of SDMODataFunctionImport, including inherited members.
MethodsMethod | 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 (SDMODataPropertyValue...) that can be used as function import parameters. |
- (id) initWithName: (NSString *const) newName | Creates a function import with the name specified. |