XuniSortDescription クラス リファレンス

継承元 NSObject
定義先 ICollectionView.h

概要

ソート基準を記述します。

  property

ソートに使用されるプロパティの名前を取得します。

@property NSString *property

内容

ソートに使用されるプロパティの名前を取得します。

定義先

ICollectionView.h

  ascending

値を昇順にソートするかどうかを決定する値を取得します。

@property BOOL ascending

内容

値を昇順にソートするかどうかを決定する値を取得します。

定義先

ICollectionView.h

  binding

ソートの対象になる接続名を取得します。

@property NSString *binding

内容

ソートの対象になる接続名を取得します。

定義先

ICollectionView.h

– initWithProperty:ascending:

XuniSortDescription オブジェクトを初期化します。

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

パラメータ

property

指定されたプロパティ

ascending

昇順の指定

戻り値

XuniSortDescription オブジェクト

内容

XuniSortDescription オブジェクトを初期化します。

定義先

ICollectionView.h