ArcGIS Runtime SDK for iOS: AGSRelationshipInfo.h Source File
ArcGIS Runtime SDK for iOS  100.9
AGSRelationshipInfo.h
Go to the documentation of this file.
1 /*
2  COPYRIGHT 1995-2020 ESRI
3 
4  TRADE SECRETS: ESRI PROPRIETARY AND CONFIDENTIAL
5  Unpublished material - all rights reserved under the
6  Copyright Laws of the United States and applicable international
7  laws, treaties, and conventions.
8 
9  For additional information, contact:
10  Environmental Systems Research Institute, Inc.
11  Attn: Contracts and Legal Services Department
12  380 New York Street
13  Redlands, California, 92373
14  USA
15 
16  email: contracts@esri.com
17  */
18  //Required for Globals API doc
20 
21 #import <ArcGIS/AGSObject.h>
22 
23 
24 
29 typedef NS_ENUM(NSInteger, AGSRelationshipCardinality) {
34 };
35 
40 typedef NS_ENUM(NSInteger, AGSRelationshipRole) {
44 };
45 
67 
68 #pragma mark -
69 #pragma mark initializers
70 
71 
72 
73 #pragma mark -
74 #pragma mark properties
75 
79 @property (nonatomic, assign, readonly) AGSRelationshipCardinality cardinality;
80 
84 @property (nonatomic, assign, readonly) NSInteger relationshipInfoID;
85 
94 @property (nonatomic, assign, readonly, getter=isComposite) BOOL composite;
95 
99 @property (nonatomic, copy, readonly) NSString *keyField;
100 
104 @property (nonatomic, copy, readonly) NSString *name;
105 
109 @property (nonatomic, assign, readonly) NSInteger relatedTableID;
110 
114 @property (nonatomic, assign, readonly) AGSRelationshipRole role;
115 
116 #pragma mark -
117 #pragma mark methods
118 
119 @end
120 
121 
NSString * name
Definition: AGSRelationshipInfo.h:104
BOOL composite
Definition: AGSRelationshipInfo.h:94
AGSRelationshipRole role
Definition: AGSRelationshipInfo.h:114
NSInteger relatedTableID
Definition: AGSRelationshipInfo.h:109
Definition: AGSRelationshipInfo.h:32
Definition: AGSRelationshipInfo.h:33
Definition: AGSRelationshipInfo.h:30
Definition: AGSRelationshipInfo.h:41
Definition: AGSRelationshipInfo.h:42
Definition: AGSObject.h:21
Definition: AGSRelationshipInfo.h:43
AGSRelationshipRole
Definition: AGSRelationshipInfo.h:40
AGSRelationshipCardinality cardinality
Definition: AGSRelationshipInfo.h:79
AGSRelationshipCardinality
Definition: AGSRelationshipInfo.h:29
Definition: AGSRelationshipInfo.h:31
Information about a feature table&#39;s relationship.
Definition: AGSRelationshipInfo.h:66
NSInteger relationshipInfoID
Definition: AGSRelationshipInfo.h:84
NSString * keyField
Definition: AGSRelationshipInfo.h:99