AggregateContextExpression Members
Include Protected Members
Include Inherited Members
Operations for adding context expression to an aggregate context expression.
The AggregateContextExpression type exposes the following members.
Properties
Name | Description | |
---|---|---|
Context | Gets the context this context expression is attached to. (Inherited from ContextExpression.) | |
Count | (Inherited from ICollection<ContextExpression>.) | |
Description | Gets or sets the description. (Inherited from Describable.) | |
Id | Gets or sets the identity of the object. (Inherited from Identifiable.) | |
IsReadOnly | (Inherited from ICollection<ContextExpression>.) | |
LastChanged | Gets or sets the date of the last changed field. (Inherited from Identifiable.) | |
Name | Gets or sets the name of the domain object. (Inherited from Describable.) | |
Parent | Gets the aggregate parent expression node in the expression tree. (Inherited from ContextExpression.) | |
Type | Gets the type of the context expression. (Inherited from ContextExpression.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from ICollection<ContextExpression>.) | |
AddAggregateContextExpression | Obsolete. Adds another aggregate node to the aggregate node. | |
AddAndExpression | Adds an AND-expression to the aggregate node. | |
AddKeyValueExpression(IList<KeyValuePair<String, String>>, ExpressionTypes) | Obsolete. Adds a list of key-value pairs to the aggregate expression node. | |
AddKeyValueExpression(String, String, ExpressionTypes) | Obsolete. Adds a key-value pair to the aggregate node. | |
AddMatchExpression(IList<KeyValuePair<String, String>>) | Adds a list of key-value pairs to the aggregate node. | |
AddMatchExpression(String, String) | Adds a list of key-value pairs to the aggregate node. | |
AddNotExpression | Adds an NOT-expression to the aggregate node. | |
AddOrExpression | Adds an OR-expression to the aggregate node. | |
Clear | (Inherited from ICollection<ContextExpression>.) | |
Contains | (Inherited from ICollection<ContextExpression>.) | |
CopyTo | (Inherited from ICollection<ContextExpression>.) | |
Evaluate | Obsolete. Evaluates a query context. (Inherited from ContextExpression.) | |
GetEnumerator() | (Inherited from IEnumerable<ContextExpression>.) | |
GetEnumerator() | (Inherited from IEnumerable.) | |
Remove | (Inherited from ICollection<ContextExpression>.) |
Top
See Also
Reference
AggregateContextExpression Interface
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace