ScopeHandlerBase Class |
Namespace: SD.LLBLGen.Pro.LinqSupportClasses.ScopeHandlers
The ScopeHandlerBase type exposes the following members.
Name | Description | |
---|---|---|
ScopeHandlerBase | Initializes a new instance of the ScopeHandlerBase class |
Name | Description | |
---|---|---|
DefaultHandler |
The default handler for a linq expression if there's no handler available.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Handle(BinaryExpression) |
Handles the specified expression to handle.
| |
Handle(ConditionalExpression) |
Handles the specified expression to handle.
| |
Handle(ConstantExpression) |
Handles the specified expression to handle.
| |
Handle(Expression) |
Handles the specified linq expression. This is done by 2-stage dispatch: it will call (if it's our own expression class) its Handle method which
through polymorphism will call this handler object's Handle routine back with the right type, so it will call the right routine.
| |
Handle(InvocationExpression) |
Handles the specified expression to handle.
| |
Handle(LambdaExpression) |
Handles the specified expression to handle.
| |
Handle(ListInitExpression) |
Handles the specified expression to handle.
| |
Handle(MemberExpression) |
Handles the specified expression to handle.
| |
Handle(MemberInitExpression) |
Handles the specified expression to handle.
| |
Handle(MethodCallExpression) |
Handles the specified expression to handle.
| |
Handle(NewArrayExpression) |
Handles the specified expression to handle.
| |
Handle(NewExpression) |
Handles the specified expression to handle.
| |
Handle(ParameterExpression) |
Handles the specified expression to handle.
| |
Handle(TypeBinaryExpression) |
Handles the specified expression to handle.
| |
Handle(UnaryExpression) |
Handles the specified expression to handle.
| |
Handle(AggregateExpression) |
Handles the specified expression to handle.
| |
Handle(AllAnyExpression) |
Handles the specified expression to handle.
| |
Handle(ContainsExpression) |
Handles the specified expression to handle.
| |
Handle(DbFunctionCallExpression) |
Handles the specified expression to handle.
| |
Handle(DefaultIfEmptyExpression) |
Handles the specified expression to handle.
| |
Handle(EntityExpression) |
Handles the specified expression to handle.
| |
Handle(EntityFieldExpression) |
Handles the specified expression to handle.
| |
Handle(ExceptIntersectExpression) |
Handles the specified expression to handle.
| |
Handle(ExcludeIncludeFieldsExpression) |
Handles the specified expression to handle.
| |
Handle(FilterExpression) |
Handles the specified expression to handle.
| |
Handle(GroupByExpression) |
Handles the specified expression to handle.
| |
Handle(GroupByKeyReferenceExpression) |
Handles the specified expression to handle.
| |
Handle(GroupJoinExpression) |
Handles the specified expression to handle.
| |
Handle(InClauseExpression) |
Handles the specified expression to handle.
| |
Handle(InMemoryEvalCandidateExpression) |
Handles the specified expression to handle.
| |
Handle(JoinExpression) |
Handles the specified expression to handle.
| |
Handle(JoinResultExpression) |
Handles the specified expression to handle.
| |
Handle(LikeExpression) |
Handles the specified expression to handle.
| |
Handle(LinqExpressionAsSetExpression) |
Handles the specified expression to handle.
| |
Handle(LLBLGenProExpressionExpression) |
Handles the specified expression to handle.
| |
Handle(PathEdgeExpression) |
Handles the specified expression to handle.
| |
Handle(PrefetchPathExpression) |
Handles the specified expression to handle.
| |
Handle(ProjectionExpression) |
Handles the specified expression to handle.
| |
Handle(ProjectionListExpression) |
Handles the specified expression to handle.
| |
Handle(QueryExpression) |
Handles the specified expression to handle.
| |
Handle(RelationCollectionExpression) |
Handles the specified expression to handle.
| |
Handle(SelectExpression) |
Handles the specified expression to handle.
| |
Handle(SetExpression) |
Handles the specified expression to handle.
| |
Handle(SetReferenceExpression) |
Handles the specified expression to handle.
| |
Handle(SortClauseExpression) |
Handles the specified expression to handle.
| |
Handle(WhereExpression) |
Handles the specified expression to handle.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |