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
Public property Context Gets the context this context expression is attached to. (Inherited from ContextExpression.)
Public property Count (Inherited from ICollection<ContextExpression>.)
Public property Description Gets or sets the description. (Inherited from Describable.)
Public property Id Gets or sets the identity of the object. (Inherited from Identifiable.)
Public property IsReadOnly (Inherited from ICollection<ContextExpression>.)
Public property LastChanged Gets or sets the date of the last changed field. (Inherited from Identifiable.)
Public property Name Gets or sets the name of the domain object. (Inherited from Describable.)
Public property Parent Gets the aggregate parent expression node in the expression tree. (Inherited from ContextExpression.)
Public property Type Gets the type of the context expression. (Inherited from ContextExpression.)

Top

Methods

  Name Description
Public method Add (Inherited from ICollection<ContextExpression>.)
Public method AddAggregateContextExpression Obsolete. Adds another aggregate node to the aggregate node.
Public method AddAndExpression Adds an AND-expression to the aggregate node.
Public method AddKeyValueExpression(IList<KeyValuePair<String, String>>, ExpressionTypes) Obsolete. Adds a list of key-value pairs to the aggregate expression node.
Public method AddKeyValueExpression(String, String, ExpressionTypes) Obsolete. Adds a key-value pair to the aggregate node.
Public method AddMatchExpression(IList<KeyValuePair<String, String>>) Adds a list of key-value pairs to the aggregate node.
Public method AddMatchExpression(String, String) Adds a list of key-value pairs to the aggregate node.
Public method AddNotExpression Adds an NOT-expression to the aggregate node.
Public method AddOrExpression Adds an OR-expression to the aggregate node.
Public method Clear (Inherited from ICollection<ContextExpression>.)
Public method Contains (Inherited from ICollection<ContextExpression>.)
Public method CopyTo (Inherited from ICollection<ContextExpression>.)
Public method Evaluate Obsolete. Evaluates a query context. (Inherited from ContextExpression.)
Public method GetEnumerator() (Inherited from IEnumerable<ContextExpression>.)
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method Remove (Inherited from ICollection<ContextExpression>.)

Top

See Also

Reference

AggregateContextExpression Interface

Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace