MappingCollection members
SharePoint 2013
Represents a collection of Mapping objects.
The MappingCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
MappingCollection | Creates a new instance of the MappingCollection class, containing no mappings. |
| Name | Description | |
|---|---|---|
|
Add | Adds a mapping to this mapping collection. |
|
Clear | Removes all mappings from this mapping collection. |
|
Contains | Checks whether this collection contains a specified mapping. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetEnumerator | Returns an enumerator that iterates through this mapping collection. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
IndexOf | Searches for the specified object and returns the index of the match. |
|
Insert | Inserts a mapping into this mapping collection. |
|
MemberwiseClone | (Inherited from Object.) |
|
Remove | Removes a specified mapping from this collection. |
|
RemoveAt | Removes the mapping at the specified index in this mapping collection. |
|
ToString | (Inherited from Object.) |
Show: