1212
1313#import " PFMutableQueryState.h"
1414#import " PFPropertyInfo.h"
15+ #import " PFMacros.h"
1516
1617@implementation PFQueryState
1718
@@ -21,24 +22,24 @@ @implementation PFQueryState
2122
2223+ (NSDictionary *)propertyAttributes {
2324 return @{
24- @" parseClassName" : [PFPropertyAttributes attributesWithAssociationType: PFPropertyInfoAssociationTypeCopy],
25- @" conditions" : [PFPropertyAttributes attributesWithAssociationType: PFPropertyInfoAssociationTypeCopy],
26- @" sortKeys" : [PFPropertyAttributes attributesWithAssociationType: PFPropertyInfoAssociationTypeCopy],
27- @" includedKeys" : [PFPropertyAttributes attributesWithAssociationType: PFPropertyInfoAssociationTypeCopy],
28- @" selectedKeys" : [PFPropertyAttributes attributesWithAssociationType: PFPropertyInfoAssociationTypeCopy],
29- @" extraOptions" : [PFPropertyAttributes attributesWithAssociationType: PFPropertyInfoAssociationTypeCopy],
30-
31- @" limit" : [PFPropertyAttributes attributes ],
32- @" skip" : [PFPropertyAttributes attributes ],
33- @" cachePolicy" : [PFPropertyAttributes attributes ],
34- @" maxCacheAge" : [PFPropertyAttributes attributes ],
35-
36- @" trace" : [PFPropertyAttributes attributes ],
37- @" shouldIgnoreACLs" : [PFPropertyAttributes attributes ],
38- @" shouldIncludeDeletingEventually" : [PFPropertyAttributes attributes ],
39- @" queriesLocalDatastore" : [PFPropertyAttributes attributes ],
40-
41- @" localDatastorePinName" : [PFPropertyAttributes attributesWithAssociationType: PFPropertyInfoAssociationTypeCopy]
25+ PFQueryStatePropertyName ( parseClassName) : [PFPropertyAttributes attributesWithAssociationType: PFPropertyInfoAssociationTypeCopy],
26+ PFQueryStatePropertyName ( conditions) : [PFPropertyAttributes attributesWithAssociationType: PFPropertyInfoAssociationTypeCopy],
27+ PFQueryStatePropertyName ( sortKeys) : [PFPropertyAttributes attributesWithAssociationType: PFPropertyInfoAssociationTypeCopy],
28+ PFQueryStatePropertyName ( includedKeys) : [PFPropertyAttributes attributesWithAssociationType: PFPropertyInfoAssociationTypeCopy],
29+ PFQueryStatePropertyName ( selectedKeys) : [PFPropertyAttributes attributesWithAssociationType: PFPropertyInfoAssociationTypeCopy],
30+ PFQueryStatePropertyName ( extraOptions) : [PFPropertyAttributes attributesWithAssociationType: PFPropertyInfoAssociationTypeCopy],
31+
32+ PFQueryStatePropertyName ( limit) : [PFPropertyAttributes attributes ],
33+ PFQueryStatePropertyName ( skip) : [PFPropertyAttributes attributes ],
34+ PFQueryStatePropertyName ( cachePolicy) : [PFPropertyAttributes attributes ],
35+ PFQueryStatePropertyName ( maxCacheAge) : [PFPropertyAttributes attributes ],
36+
37+ PFQueryStatePropertyName ( trace) : [PFPropertyAttributes attributes ],
38+ PFQueryStatePropertyName ( shouldIgnoreACLs) : [PFPropertyAttributes attributes ],
39+ PFQueryStatePropertyName ( shouldIncludeDeletingEventually) : [PFPropertyAttributes attributes ],
40+ PFQueryStatePropertyName ( queriesLocalDatastore) : [PFPropertyAttributes attributes ],
41+
42+ PFQueryStatePropertyName ( localDatastorePinName) : [PFPropertyAttributes attributesWithAssociationType: PFPropertyInfoAssociationTypeCopy]
4243 };
4344}
4445
0 commit comments