- Assembly
- UnitTest
.dll - Namespace
- Terrasoft
.Configuration .Tests - Implementing Types
graph BT
Type["IQueryAnalyzer<TQuery>"]
class Type type-node
Implementing0["UpdateAnalyzer"]-.->Type
click Implementing0 "/api/Terrasoft.Configuration.Tests/UpdateAnalyzer"
Implementing1["QueryAnalyzer<TQuery>"]-.->Type
click Implementing1 "/api/Terrasoft.Configuration.Tests/QueryAnalyzer_1"
Implementing2["SelectAnalyzer"]-.->Type
click Implementing2 "/api/Terrasoft.Configuration.Tests/SelectAnalyzer"
Implementing3["InsertAnalyzer"]-.->Type
click Implementing3 "/api/Terrasoft.Configuration.Tests/InsertAnalyzer"
Implementing4["DeleteAnalyzer"]-.->Type
click Implementing4 "/api/Terrasoft.Configuration.Tests/DeleteAnalyzer"
Implementing5["ConditionalQueryAnalyzer<TQuery>"]-.->Type
click Implementing5 "/api/Terrasoft.Configuration.Tests/ConditionalQueryAnalyzer_1"
Syntax
public interface IQueryAnalyzer<TQuery> where TQuery : IParametrizedQuery
Type Parameters
Name | Description |
---|---|
TQuery |
Methods
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|