Fork me on GitHubEpicdominant domains
APIEpic.Query.Linq.Expressions.NormalizationExpressionNormalizerBase

ExpressionNormalizerBase
Base class for a visitor that normalize an expression tree.
Inheritance Hierarchy
Object
CompositeVisitor<(Of <(<'Expression>)>)>
 CompositeVisitorBase<(Of <(<'Expression, Expression>)>)>
  ExpressionNormalizerBase
   DefaultNormalizer

Assembly: Epic.Query.Linq

Declaration Syntax
C#
public abstract class ExpressionNormalizerBase : CompositeVisitorBase<Expression, Expression>
Remarks

It can be extended with the inclusion of more visitors that would be engadged in reverse order than they are initialized.

Members
All MembersConstructorsMethods   



MemberDescription
ExpressionNormalizerBase(String)
Initializes a new instance of the ExpressionNormalizerBase class.
InitializeVisitContext(Expression, IVisitContext)
Initializes the visit context.
(Overrides CompositeVisitorBase<(Of <(<'Expression, Expression>)>)>.InitializeVisitContext(TExpression, IVisitContext).)
blog comments powered by Disqus