Click or drag to resize
Textualizer Class
Converts the visited element into a string representation of that element.
Inheritance Hierarchy

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class Textualizer : QueryApiObjectTraverser

The Textualizer type exposes the following members.

Constructors
  NameDescription
Public methodTextualizer
Initializes a new instance of the Textualizer class.
Top
Properties
  NameDescription
Public propertyResult
Gets the result.
Protected propertyTraverseSetPredicateInnerSetElements
Gets / sets the flag to traverse the inner elements of a FieldCompareSetPredicate. (default is true). Set to false if you use the findings of this crawler to adjust an outer query, as the inner elements of a fieldcompareset are a different scope.
(Inherited from QueryApiObjectTraverser.)
Top
Methods
  NameDescription
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 the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHandleBetweenPredicate
Handles the between predicate.
Protected methodHandleCompareNullPredicate
Handles the compare null predicate.
Protected methodHandleCompareRangePredicate
Handles the compare range predicate.
Protected methodHandleCompareSetPredicate
Handles the compare set predicate.
Protected methodHandleCompareValuePredicate
Handles the compare value predicate.
Protected methodHandleConstant
Handles the constant.
Protected methodHandleExpressionPredicate
Handles the expression predicate.
Protected methodHandleFullTextSearchPredicate
Handles the full text search predicate.
Protected methodHandleFunctionMapping
Handles the function mapping.
Protected methodHandleLikePredicate
Handles the like predicate.
Public methodHandleNestedQuerySpecification
Handles the nested query specification.
Public methodHandlePrefetchPath
Handles the prefetch path.
Public methodHandleQuery
Handles the query.
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 methodTraverse(Object)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverserTraverse(Object).)
Public methodTraverse(DerivedTableDefinition)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverserTraverse(DerivedTableDefinition).)
Public methodTraverse(IDbFunctionCall)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverserTraverse(IDbFunctionCall).)
Public methodTraverse(IDynamicRelation)
Traverses the specified dynamic relation to traverse.
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(IEntityFieldCore)
Traverses the specified field.
(Overrides QueryApiObjectTraverserTraverse(IEntityFieldCore).)
Public methodTraverse(IEntityRelation)
Traverses the specified entity relation to traverse.
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(IExpression)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverserTraverse(IExpression).)
Public methodTraverse(IGroupByCollection)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverserTraverse(IGroupByCollection).)
Public methodTraverse(IPredicate)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverserTraverse(IPredicate).)
Public methodTraverse(IRelationCollection)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverserTraverse(IRelationCollection).)
Public methodTraverse(IScalarQueryExpression)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverserTraverse(IScalarQueryExpression).)
Public methodTraverse(ISortExpression)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverserTraverse(ISortExpression).)
Public methodTraverseExpressionOperand
Traverses the specified expression operand.
(Inherited from QueryApiObjectTraverser.)
Public methodTraversePredicate
Traverses the predicate.
(Overrides QueryApiObjectTraverserTraversePredicate(IPredicate).)
Public methodTraversePredicateExpression
Traverses the predicate expression.
(Inherited from QueryApiObjectTraverser.)
Public methodTraversePredicateExpressionElement
Traverses the predicate expression element specified
(Inherited from QueryApiObjectTraverser.)
Public methodTraversePredicateField
Traverses the predicate field.
(Inherited from QueryApiObjectTraverser.)
Top
See Also