QueryConditionVisitor members
Default implementation of IQueryConditionVisitor were all methods have empty implementation. To create a particular visitor, subclass this class.
The QueryConditionVisitor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
QueryConditionVisitor |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Visit(CommonlyClickedPropertyCondition) | ||
Visit(CommonQueryCondition) | ||
Visit(KeywordCondition) | ||
Visit(PeopleNameCondition) | ||
Visit(RegularExpressionCondition) | ||
Visit(TaxonomyDictionaryCondition) |
Top