名前 | 解説 | |
---|---|---|
FilterTextExpression コンストラクタ | Initializes a new instance of the FilterTextExpression class and base class. |
FilterTextExpressionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
FilterTextExpression コンストラクタ | Initializes a new instance of the FilterTextExpression class and base class. |
名前 | 解説 | |
---|---|---|
FilterOperation | The current filter operation: e.g. for a text filter, the FilterOperation is one of: 'Contains', 'StartsWith'. C1.DataCollection.FilterOperationExpressionから継承されます。 | |
FilterPath | Path of the data item used get the value to which the expression will be applied. C1.DataCollection.FilterOperationExpressionから継承されます。 | |
MatchCase | To know MatchCase mode is enable or not | |
MatchWholeWord | To know MatchWholeWord mode is enable or not | |
Value | The filter info value used when applying the filter. e.g. when creating a text filter: text.StartsWith("AAA"), the Value would be "AAA". C1.DataCollection.FilterOperationExpressionから継承されます。 |
名前 | 解説 | |
---|---|---|
Equals | オーバーライドされます。 | |
GetHashCode | オーバーライドされます。 | |
ToString | Returns a System.String that represents this instance. C1.DataCollection.FilterOperationExpressionから継承されます。 |