BestBetCollection members

The BestBetCollection type exposes the following members.

Properties

  Name Description
Public property Count
Public property IsReadOnly Gets a value indicating whether the collection is read-only.
Public property Item[Guid] Gets a best bet by its Id.
Public property Item[Int32]
Public property Item[Uri] Gets a best bet by its Url.

Top

Methods

  Name Description
Public method Contains(Guid) Determines whether the collection contains given best bet Id.
Public method Contains(Uri) Determines whether the collection contains given best bet Url.
Public method CreateBestBet Adds a best bet to the collection.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf
Protected method MemberwiseClone (Inherited from Object.)
Public method RemoveBestBet
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator

Top

See also

Reference

BestBetCollection class

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