AGSEditFieldsInfo Class Reference


Description

Instances of this class indicate which fields or attributes of a feature contain information about who created/edited the feature and when was it created/edited.

Defined in:
AGSEditFieldsInfo.h ( ArcGIS library)
Since:
2.3
Inheritance diagram for AGSEditFieldsInfo:
<AGSCoding>

List of all members.

Public Member Functions

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

Properties

NSString * creationDateField
NSString * creatorField
NSString * editDateField
NSString * editorField

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

Reimplemented in AGSWebMapFeatureCollection.


Property Documentation

- (NSString*) creationDateField [read, copy]

Name of the field containing information about when the feature was first created.

Since:
2.3
- (NSString*) creatorField [read, copy]

Name of the field containing information about who created the feature.

Since:
2.3
- (NSString*) editDateField [read, copy]

Name of the field containing information about when the feature was last edited.

Since:
2.3
- (NSString*) editorField [read, copy]

Name of the field containing information about who edited the feature last.

Since:
2.3