ArcGIS Runtime SDK for iOS: AGSEditFieldsInfo Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSEditFieldsInfo Class Reference

Description

Information about edit tracking fields.

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.

Since
100
Inheritance diagram for AGSEditFieldsInfo:
AGSObject

Properties

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

Property Documentation

◆ creationDateField

- (NSString*) creationDateField
readnonatomiccopy

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

Since
100

◆ creatorField

- (NSString*) creatorField
readnonatomiccopy

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

Since
100

◆ editDateField

- (NSString*) editDateField
readnonatomiccopy

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

Since
100

◆ editorField

- (NSString*) editorField
readnonatomiccopy

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

Since
100

◆ realm

- (NSString*) realm
readnonatomiccopy

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

Since
100