BestBetIdCollection methods

The BestBetIdCollection type exposes the following members.

Methods

  Name Description
Public method Add Adds an item to the collection
Public method Clear Removes all items from the collection. (Inherited from OrderedCollectionBase<T>.)
Public method Contains Determines whether the collection contains given best bet Id. (Overrides OrderedCollectionBase<T>.Contains(T).)
Public method CopyTo Copies the item to an array, starting at a particular array index (Inherited from OrderedCollectionBase<T>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBestBetsFromIds
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 (Overrides OrderedCollectionBase<T>.OnPreAddInternal(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

Explicit interface implementations

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

Top

See also

Reference

BestBetIdCollection class

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