SDMODataFunctionImport class

Deprecated. OData Function Import class

Syntax

@interface SDMODataFunctionImport : NSObject <NSCoding>

Members

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