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

Description

An object that defines a field group.

Since
100.13
Inheritance diagram for AGSFieldGroup:
AGSObject

Properties

NSArray< AGSContingency * > * contingencies
 
BOOL editingRestrictive
 
NSArray< NSString * > * fields
 
NSString * name
 

Property Documentation

◆ contingencies

- (NSArray<AGSContingency *>*) contingencies
readnonatomiccopy

A collection of contingencies that define possible values for fields in this field group.

It is possible for a field group to contain no contingencies (either because none were authored, or existing ones were deleted). In this scenario, the field group will offer no suggested values, and will not result in any violations.

Since
100.13

◆ editingRestrictive

- (BOOL) editingRestrictive
readnonatomicassign

A boolean indicating whether fields in this field group are restricted to this field group's contingent values.

Since
100.13

◆ fields

- (NSArray<NSString *>*) fields
readnonatomiccopy

The collection of names of fields that participate in this field group.

Since
100.13

◆ name

- (NSString*) name
readnonatomiccopy

The name that uniquely identifies this field group.

Since
100.13