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

Description

An object that defines a contingency constraint violation.

Since
100.13
Inheritance diagram for AGSContingencyConstraintViolation:
AGSObject

Properties

AGSFieldGroupfieldGroup
 
AGSContingencyConstraintViolationType type
 

Property Documentation

◆ fieldGroup

- (AGSFieldGroup*) fieldGroup
readnonatomicstrong

The field group whose contingencies are in violation.

Since
100.13

◆ type

- (AGSContingencyConstraintViolationType) type
readnonatomicassign

The type of violation. If editing is restrictive, it will be an error, otherwise it will be a warning.

Since
100.13