Sdílet prostřednictvím


FacetInfoCollection Members

Include Protected Members
Include Inherited Members

The FacetInfoCollection class represents a collection of FacetInfo objects that represent all facets on the instance of SQL Server.

The FacetInfoCollection type exposes the following members.

Constructors

  Name Description
Public method FacetInfoCollection() Initializes a new instance of the FacetInfoCollection class.

Top

Methods

  Name Description
Public method Add(T) (Inherited from Collection<FacetInfo>.)
Protected method ChangeItemKey(TItem, TKey) (Inherited from KeyedCollection<String, FacetInfo>.)
Public method Clear() (Inherited from Collection<FacetInfo>.)
Protected method ClearItems() (Inherited from KeyedCollection<String, FacetInfo>.)
Public method Contains(TKey) (Inherited from KeyedCollection<String, FacetInfo>.)
Public method Contains(T) (Inherited from Collection<FacetInfo>.)
Public method CopyTo(array<T[], Int32) (Inherited from Collection<FacetInfo>.)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetEnumerator() (Inherited from Collection<FacetInfo>.)
Public method GetHashCode() (Inherited from Object.)
Protected method GetKeyForItem(TItem) (Inherited from KeyedCollection<String, FacetInfo>.)
Public method GetType() (Inherited from Object.)
Public method IndexOf(T) (Inherited from Collection<FacetInfo>.)
Public method Insert(Int32, T) (Inherited from Collection<FacetInfo>.)
Protected method InsertItem(Int32, TItem) (Inherited from KeyedCollection<String, FacetInfo>.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method Remove(TKey) (Inherited from KeyedCollection<String, FacetInfo>.)
Public method Remove(T) (Inherited from Collection<FacetInfo>.)
Public method RemoveAt(Int32) (Inherited from Collection<FacetInfo>.)
Protected method RemoveItem(Int32) (Inherited from KeyedCollection<String, FacetInfo>.)
Protected method SetItem(Int32, TItem) (Inherited from KeyedCollection<String, FacetInfo>.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Comparer (Inherited from KeyedCollection<String, FacetInfo>.)
Public property Count (Inherited from Collection<FacetInfo>.)
Protected property Dictionary (Inherited from KeyedCollection<String, FacetInfo>.)
Public property Item[TKey] (Inherited from KeyedCollection<String, FacetInfo>.)
Public property Item[Int32] (Inherited from Collection<FacetInfo>.)
Protected property Items (Inherited from Collection<FacetInfo>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add(Object) (Inherited from Collection<FacetInfo>.)
Explicit interface implemetationPrivate method IList.Contains(Object) (Inherited from Collection<FacetInfo>.)
Explicit interface implemetationPrivate method ICollection.CopyTo(Array, Int32) (Inherited from Collection<FacetInfo>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator() (Inherited from Collection<FacetInfo>.)
Explicit interface implemetationPrivate method IList.IndexOf(Object) (Inherited from Collection<FacetInfo>.)
Explicit interface implemetationPrivate method IList.Insert(Int32, Object) (Inherited from Collection<FacetInfo>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from Collection<FacetInfo>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from Collection<FacetInfo>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from Collection<FacetInfo>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Collection<FacetInfo>.)
Explicit interface implemetationPrivate property IList.Item[Int32] (Inherited from Collection<FacetInfo>.)
Explicit interface implemetationPrivate method IList.Remove(Object) (Inherited from Collection<FacetInfo>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Collection<FacetInfo>.)

Top