Class WhereExpressionTreeVisitor
Version:
日本語翻訳に関する免責事項
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
Converts a , taken from the where-clause of a linq query, into a QueryFilter.
Inheritance
System.Object
WhereExpressionTreeVisitor
Namespace: Stylelabs.M.Base.Querying.Linq
Assembly: Stylelabs.M.Sdk.dll
Syntax
Methods
CreateFilter(Expression)
Converts the specified expression into a QueryFilter.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| Expression | expression |
The expression to convert. |
Returns
| Type | Description |
|---|---|
| QueryFilter |
A QueryFilter containing the converted |
CreateUnhandledItemException<T>(T, String)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| T | unhandledItem | |
| System.String | visitMethod |
Returns
| Type | Description |
|---|---|
| Exception |
Type Parameters
| Name | Description |
|---|---|
| T |
VisitBinary(BinaryExpression)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| BinaryExpression | expression |
Returns
| Type | Description |
|---|---|
| Expression |
VisitMethodCall(MethodCallExpression)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| MethodCallExpression | expression |
Returns
| Type | Description |
|---|---|
| Expression |
VisitUnary(UnaryExpression)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| UnaryExpression | expression |
Returns
| Type | Description |
|---|---|
| Expression |