Blazor コントロール
SortDescription コンストラクタ(String,SortDirection)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > SortDescription クラス > SortDescription コンストラクタ : SortDescription コンストラクタ(String,SortDirection)
The path of the data item to which the sort operation will be applied.
The direction of the sort operation.
Initializes a new instance of the SortDescription class.
シンタックス
'宣言
 
Public Function New( _
   ByVal sortPath As System.String, _
   ByVal direction As SortDirection _
)
public SortDescription( 
   System.string sortPath,
   SortDirection direction
)

パラメータ

sortPath
The path of the data item to which the sort operation will be applied.
direction
The direction of the sort operation.
参照

SortDescription クラス
SortDescription メンバ
オーバーロード一覧