Blazor コントロール
FilterOperationExpression コンストラクタ

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > FilterOperationExpression クラス : FilterOperationExpression コンストラクタ
The path of the data item to which the filter will be applied.
The filter operation.
The value to be filtered.
Initializes a new instance of the FilterUnaryExpression class.
シンタックス
'宣言
 
Public Function New( _
   ByVal filterPath As System.String, _
   ByVal filterOperation As FilterOperation, _
   ByVal value As System.Object _
)
public FilterOperationExpression( 
   System.string filterPath,
   FilterOperation filterOperation,
   System.object value
)

パラメータ

filterPath
The path of the data item to which the filter will be applied.
filterOperation
The filter operation.
value
The value to be filtered.
参照

FilterOperationExpression クラス
FilterOperationExpression メンバ