ConditionalQueryAnalyzer<TQuery> Class

graph BT Type-->Base0["QueryAnalyzer<TQuery>"] Base0-->Base1["Object"] Type-.->Interface0["IQueryAnalyzer<TQuery>"] Type["ConditionalQueryAnalyzer<TQuery>"] class Type type-node Derived0["UpdateAnalyzer"]-->Type click Derived0 "/api/Terrasoft.Configuration.Tests/UpdateAnalyzer" Derived1["SelectAnalyzer"]-->Type click Derived1 "/api/Terrasoft.Configuration.Tests/SelectAnalyzer" Derived2["DeleteAnalyzer"]-->Type click Derived2 "/api/Terrasoft.Configuration.Tests/DeleteAnalyzer"

Syntax

public class ConditionalQueryAnalyzer<TQuery> : QueryAnalyzer<TQuery>, IQueryAnalyzer<TQuery> 
    where TQuery : Query

Type Parameters

Name Description
TQuery

Constructors

Methods

Extension Methods