QueryTransform members
The QueryTransform type exposes the following members.
Constructors
Name | Description | |
---|---|---|
QueryTransform |
Top
Properties
Name | Description | |
---|---|---|
Id | ||
IsReadOnly | ||
OverrideProperties | Gets/sets query properties to override in the original query. | |
QueryPropertyExpressions | Gets the collection of QueryPropertyExpressions associated with the QueryTransform | |
QueryTemplate | Gets/sets a template to apply to the original query text to produce a new query. For example, "{SearchTerms} filextension:docx" where {SearchTerms} variable represent the original query text The query template is applied before applying TransformExpression | |
QueryTemplateParameters | ||
SourceId | Gets/sets a Source Id associated with the new query. |
Top
Methods
Name | Description | |
---|---|---|
CreateQueryPropertyExpression | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Overrides Object.ToString().) |
Top