QueryConditionCollection members

The QueryConditionCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of items in the Collection (Inherited from OrderedCollectionBase<T>.)
Public property IsReadOnly (Overrides OrderedCollectionBase<T>.IsReadOnly.)
Public property Item Gets an item by its position in the collection. Position is zero-based. (Inherited from OrderedCollectionBase<T>.)
Public property MaxSize (Inherited from OrderedCollectionBase<T>.)

Top

Methods

  Name Description
Public method Clear Removes all items from the collection. (Inherited from OrderedCollectionBase<T>.)
Public method Contains Determines whether the collection contains given best bet. (Inherited from OrderedCollectionBase<T>.)
Public method CopyTo Copies the item to an array, starting at a particular array index (Inherited from OrderedCollectionBase<T>.)
Public method CreateCommonlyClickedPropertyCondition
Public method CreateCommonQueryCondition
Public method CreateKeywordCondition
Public method CreatePeopleNameCondition
Public method CreateRegularExpressionCondition
Public method CreateTaxonomyDictionaryCondition(String, Term, Boolean)
Public method CreateTaxonomyDictionaryCondition(String, TermSet, Boolean)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from OrderedCollectionBase<T>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf Determines the position of the item in the collection. (Inherited from OrderedCollectionBase<T>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MoveTo Moves the item to the specified position in the collection. Position is zero-based. (Inherited from OrderedCollectionBase<T>.)
Protected method OnAfterChange (Overrides OrderedCollectionBase<T>.OnAfterChange().)
Protected method OnPreAddInternal (Inherited from OrderedCollectionBase<T>.)
Protected method OnPreChange (Overrides OrderedCollectionBase<T>.OnPreChange().)
Protected method OnPreClearInternal (Inherited from OrderedCollectionBase<T>.)
Protected method OnPreRemoveInternal (Inherited from OrderedCollectionBase<T>.)
Protected method OnSerializationInitialize (Inherited from OrderedCollectionBase<T>.)
Public method Remove Removes the item from the collection (Inherited from OrderedCollectionBase<T>.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field _OrderedItems (Inherited from OrderedCollectionBase<T>.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from OrderedCollectionBase<T>.)

Top

See also

Reference

QueryConditionCollection class

Microsoft.Office.Server.Search.Query.Rules namespace