The NhThrowingExpressionTreeVisitor type exposes the following members.

Constructors

  NameDescription
Protected methodNhThrowingExpressionTreeVisitor
Initializes a new instance of the NhThrowingExpressionTreeVisitor class

Methods

  NameDescription
Protected methodBaseVisitBinaryExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitConditionalExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitConstantExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitElementInit (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitExtensionExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitInvocationExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitLambdaExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitListInitExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitMemberAssignment (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitMemberExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitMemberInitExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitMemberListBinding (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitMemberMemberBinding (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitMethodCallExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitNewArrayExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitNewExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitNhAverage
Protected methodBaseVisitNhCount
Protected methodBaseVisitNhDistinct
Protected methodBaseVisitNhMax
Protected methodBaseVisitNhMin
Protected methodBaseVisitNhNew
Protected methodBaseVisitNhSum
Protected methodBaseVisitParameterExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitQuerySourceReferenceExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitSubQueryExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitTypeBinaryExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitUnaryExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodBaseVisitUnknownNonExtensionExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodCreateUnhandledItemException<(Of <<'(T>)>>) (Inherited from ThrowingExpressionTreeVisitor.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodVisitAndConvert<(Of <<'(T>)>>)(ReadOnlyCollection<(Of <<'(T>)>>), String) (Inherited from ExpressionTreeVisitor.)
Public methodVisitAndConvert<(Of <<'(T>)>>)(T, String) (Inherited from ExpressionTreeVisitor.)
Protected methodVisitBinaryExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitConditionalExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitConstantExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitElementInit (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitElementInitList (Inherited from ExpressionTreeVisitor.)
Public methodVisitExpression (Overrides ExpressionTreeVisitor..::..VisitExpression(Expression).)
Protected methodVisitExtensionExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitInvocationExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitLambdaExpression (Inherited from ThrowingExpressionTreeVisitor.)
Public methodVisitList<(Of <<'(T>)>>) (Inherited from ExpressionTreeVisitor.)
Protected methodVisitListInitExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitMemberAssignment (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitMemberBinding (Inherited from ExpressionTreeVisitor.)
Protected methodVisitMemberBindingList (Inherited from ExpressionTreeVisitor.)
Protected methodVisitMemberExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitMemberInitExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitMemberListBinding (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitMemberMemberBinding (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitMethodCallExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitNewArrayExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitNewExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitNhAggregate
Protected methodVisitNhAverage
Protected methodVisitNhCount
Protected methodVisitNhDistinct
Protected methodVisitNhMax
Protected methodVisitNhMin
Protected methodVisitNhNew
Protected methodVisitNhSum
Protected methodVisitParameterExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitQuerySourceReferenceExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitSubQueryExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitTypeBinaryExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitUnaryExpression (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitUnhandledItem<(Of <<'(TItem, TResult>)>>) (Inherited from ThrowingExpressionTreeVisitor.)
Protected methodVisitUnknownExpression Obsolete. (Inherited from ExpressionTreeVisitor.)
Protected methodVisitUnknownNonExtensionExpression (Inherited from ThrowingExpressionTreeVisitor.)

Extension Methods

  NameDescription
Public Extension MethodAs<(Of <<'(T>)>>) (Defined by TypeHelperExtensionMethods.)
Public Extension MethodIsBetween
Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(array<Object>[]()[][])Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(ICollection)Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsProxy (Defined by NHibernateProxyHelper.)
Public Extension MethodToTypeParameters (Defined by ReflectHelper.)

See Also