EditFieldsInfo class final

The fields that record who adds or edits the features and when the edits are made.

These editing fields are defined when the data owner enables editor tracking on the feature service. For more information, see Editor tracking for feature services.

You can obtain the EditFieldsInfo from ArcGISFeatureLayerInfo.editFieldsInfo. This information is recorded if EditorTrackingInfo.editorTrackingEnabled is true.

Implemented types

Properties

creationDateField String
The name of the creation date field.
no setter
creatorField String
The name of the creator field.
no setter
editDateField String
The name of the edit date field.
no setter
editorField String
The name of the editor field.
no setter
hashCode int
The hash code for this object.
no setterinherited
realm String
The realm is a string that uniquely identifies an editor and how they edited the data.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited