Accela SDK for iOS  V3.0
AMParameter Class Reference

List of all members.

Public Member Functions

(id) - initWithKey:
(NSData *) - toData

Properties

NSString * operationKey
NSMutableDictionary * body
NSMutableDictionary * criteria
NSMutableArray * elements

Member Function Documentation

- (id) initWithKey: (NSString *)  key

Init a parameter object with Key

Since:
1.0
- (NSData *) toData

Returns an NSData object containing a representation of the instance of AMParameter class.

Returns:
An NSData object representing the specific AMParameter instance.
Since:
1.0

Property Documentation

- (NSMutableDictionary *) body [read, write, retain]

Gets or sets the content that will be sent to the Accela Civic Cloud API.

Since:
1.0
- (NSMutableDictionary *) criteria [read, write, retain]

Gets or sets the criteria to find objects.

Since:
1.0
- (NSMutableArray *) elements [read, write, retain]

Gets or sets a collection that specify the name of the field that should be returned from Accela Civic Cloud API.

Since:
1.0
- (NSString *) operationKey [read, write, retain]

Gets or sets an identification representing the request.

Since:
1.0

The documentation for this class was generated from the following files:
 All Classes Functions Properties