SkyVaultListingContext
This section describes the SkyVaultListingContext class.
The SkyVaultListingContext class encapsulates information to control paging of results.
Class declaration
@interface SkyVaultListingContext : NSObject
Properties
Property | Description |
---|---|
@property (nonatomic, strong) SkyVaultListingFilter *listingFilter | Returns the listing filter for the listing context. |
@property (nonatomic, strong) NSString *sortProperty | Returns the sorting field for the list. |
@property (nonatomic, assign) BOOL sortAscending | Determines whether the sorting direction is ascending. |
@property (nonatomic, assign) int maxItems | Returns the maximum items within the list. |
@property (nonatomic, assign) int skipCount | Returns current skip count. |