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

Description

The order for displaying related features in a popup.

Instances of this class define the order in which related features of a particular relationship are sorted for displaying in a popup

Since
100.2
Inheritance diagram for AGSPopupRelatedFeaturesSortOrder:
AGSObject

Class Methods

(instancetype) + popupRelatedFeaturesSortOrder
 

Properties

AGSOrderByorderByField
 
NSInteger relationshipID
 

Method Documentation

◆ popupRelatedFeaturesSortOrder

+ (instancetype) popupRelatedFeaturesSortOrder

Property Documentation

◆ orderByField

- (AGSOrderBy*) orderByField
readwritenonatomicstrong

The field in the related table by which the related features should be sorted for displaying.

Since
100.2

◆ relationshipID

- (NSInteger) relationshipID
readwritenonatomicassign

The ID of the relationship specifying which related features the sort order applies to.

Since
100.2