MappingCollection members

Represents a collection of Mapping objects.

The MappingCollection type exposes the following members.

Constructors

  Name Description
Public method MappingCollection Creates a new instance of the MappingCollection class, containing no mappings.

Top

Properties

  Name Description
Public property Count Gets the total number of mappings in this collection.
Public property Item Gets or sets a specified mapping in this mapping collection.

Top

Methods

  Name Description
Public method Add Adds a mapping to this mapping collection.
Public method Clear Removes all mappings from this mapping collection.
Public method Contains Checks whether this collection contains a specified mapping.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through this mapping collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf Searches for the specified object and returns the index of the match.
Public method Insert Inserts a mapping into this mapping collection.
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes a specified mapping from this collection.
Public method RemoveAt Removes the mapping at the specified index in this mapping collection.
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator

Top

See also

Reference

MappingCollection class

Microsoft.Office.Server.Search.Administration namespace