AGSMapServiceTableInfo Class Reference


Description

Instances of this class represent information about a non-spatial table in an ArcGIS Server map or feature service.

Since:
1.8
Inheritance diagram for AGSMapServiceTableInfo:
<AGSCoding>

List of all members.

Public Member Functions

(void) - decodeWithJSON:
(NSDictionary *) - encodeToJSON
(id) - initWithJSON:

Properties

NSString * name
NSUInteger tableId

Member Function Documentation

- (void) decodeWithJSON: (NSDictionary *)  json   [optional, inherited]

Decode object from JSON representation.

Parameters:
json The JSON representation of the object to be decoded.
Since:
1.0
- (NSDictionary *) encodeToJSON   [optional, inherited]

Encode and return JSON representation for object.

Returns:
JSON representation of object.
Since:
1.0
- (id) initWithJSON: (NSDictionary *)  json   [optional, inherited]

Initialize and return object from JSON representation.

Parameters:
json The JSON representation of the object to be created.
Returns:
Object decoded from JSON representation.
Since:
1.0

Property Documentation

- (NSString*) name [read, retain]

The name of the table.

Since:
1.8
- (NSUInteger) tableId [read, assign]

The id of the table.

Since:
1.8