XuniSortDescription Class Reference

Inherits from NSObject
Declared in ICollectionView.h

Overview

Describes a sorting criterion.

  property

Gets the name of the property used to sort.

@property NSString *property

Discussion

Gets the name of the property used to sort.

Declared In

ICollectionView.h

  ascending

Gets a value that determines whether to sort the values in ascending order.

@property BOOL ascending

Discussion

Gets a value that determines whether to sort the values in ascending order.

Declared In

ICollectionView.h

  binding

Gets the name of the binding used to sort.

@property NSString *binding

Discussion

Gets the name of the binding used to sort.

Declared In

ICollectionView.h

– initWithProperty:ascending:

Initialize an object for XuniSortDescription.

- (id)initWithProperty:(NSString *)property ascending:(BOOL)ascending

Parameters

property

the specified property.

ascending

the specified ascending.

Return Value

an object for XuniSortDescription.

Discussion

Initialize an object for XuniSortDescription.

Declared In

ICollectionView.h