ASP.NET MVC コントロールヘルプ
SortDescription クラス
ファイル
wijmo.js
モジュール
wijmo.collections

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

コンストラクタ

プロパティ

コンストラクタ

constructor

constructor(property: string, ascending: boolean): SortDescription

SortDescriptionクラスの新しいインスタンスを初期化します。

パラメーター
戻り値
SortDescription

プロパティ

ascending

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

boolean

property

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

string