This documentation is archived and is not being maintained.
MappingItemCollection Class
Visual Studio 2010
Collection of ItemCollection objects designed for storing mapping information.
System.Object
System.Collections.ObjectModel.ReadOnlyCollection(Of GlobalItem)
System.Data.Metadata.Edm.ReadOnlyMetadataCollection(Of GlobalItem)
System.Data.Metadata.Edm.ItemCollection
System.Data.Mapping.MappingItemCollection
System.Data.Mapping.StorageMappingItemCollection
System.Collections.ObjectModel.ReadOnlyCollection(Of GlobalItem)
System.Data.Metadata.Edm.ReadOnlyMetadataCollection(Of GlobalItem)
System.Data.Metadata.Edm.ItemCollection
System.Data.Mapping.MappingItemCollection
System.Data.Mapping.StorageMappingItemCollection
Assembly: System.Data.Entity (in System.Data.Entity.dll)
The MappingItemCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the ReadOnlyCollection(Of T) instance. (Inherited from ReadOnlyCollection(Of T).) |
![]() | DataSpace | Gets the data model associated with this item collection. (Inherited from ItemCollection.) |
![]() | IsReadOnly | Gets a value indicating whether this collection is read-only. (Inherited from ReadOnlyMetadataCollection(Of T).) |
![]() | Item(Int32) | Gets the element at the specified index. (Inherited from ReadOnlyCollection(Of T).) |
![]() | Item(String) | Gets an item from this collection by using the specified identity. (Inherited from ReadOnlyMetadataCollection(Of T).) |
![]() | Items | Returns the IList(Of T) that the ReadOnlyCollection(Of T) wraps. (Inherited from ReadOnlyCollection(Of T).) |
Name | Description | |
---|---|---|
![]() | Contains(T) | Determines whether an element is in the ReadOnlyCollection(Of T). (Inherited from ReadOnlyCollection(Of T).) |
![]() | Contains(String) | Determines whether the collection contains an item with the specified identity. (Inherited from ReadOnlyMetadataCollection(Of T).) |
![]() | CopyTo | Copies the entire ReadOnlyCollection(Of T) to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from ReadOnlyCollection(Of T).) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEntityContainer(String) | Returns an EntityContainer object by using the specified entity container name. (Inherited from ItemCollection.) |
![]() | GetEntityContainer(String, Boolean) | Returns an EntityContainer object by using the specified entity container name. (Inherited from ItemCollection.) |
![]() | GetEnumerator | Returns an enumerator that can iterate through this collection. (Inherited from ReadOnlyMetadataCollection(Of T).) |
![]() | GetFunctions(String) | Returns all the overloads of the functions by using the specified name from this item collection. (Inherited from ItemCollection.) |
![]() | GetFunctions(String, Boolean) | Returns all the overloads of the functions by using the specified name from this item collection. (Inherited from ItemCollection.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetItem(Of T)(String) | Returns a strongly typed GlobalItem object by using the specified identity. (Inherited from ItemCollection.) |
![]() | GetItem(Of T)(String, Boolean) | Returns a strongly typed GlobalItem object by using the specified identity with either case-sensitive or case-insensitive search. (Inherited from ItemCollection.) |
![]() | GetItems(Of T) | Returns all the items of the specified type from this item collection. (Inherited from ItemCollection.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetType(String, String) | Returns an EdmType object by using the specified type name and the namespace name in this item collection. (Inherited from ItemCollection.) |
![]() | GetType(String, String, Boolean) | Returns an EdmType object by using the specified type name and the namespace name from this item collection. (Inherited from ItemCollection.) |
![]() | GetValue | Retrieves an item from this collection by using the specified identity. (Inherited from ReadOnlyMetadataCollection(Of T).) |
![]() | IndexOf | Returns the index of the specified value in this collection. (Inherited from ReadOnlyMetadataCollection(Of T).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetEntityContainer(String, EntityContainer) | Returns an EntityContainer object by using the specified entity container name. If there is no entity container, the output parameter contains null; otherwise, it contains the first entity container. (Inherited from ItemCollection.) |
![]() | TryGetEntityContainer(String, Boolean, EntityContainer) | Returns an EntityContainer object by using the specified entity container name. If there is no entity container, this output parameter contains null; otherwise, it contains the first entity container. (Inherited from ItemCollection.) |
![]() | TryGetItem(Of T)(String, T) | Returns a strongly typed GlobalItem object by using the specified identity from this item collection. (Inherited from ItemCollection.) |
![]() | TryGetItem(Of T)(String, Boolean, T) | Returns a strongly typed GlobalItem object by using the specified identity from this item collection. (Inherited from ItemCollection.) |
![]() | TryGetType(String, String, EdmType) | Returns an EdmType object by using the specified type name and the namespace name from this item collection. (Inherited from ItemCollection.) |
![]() | TryGetType(String, String, Boolean, EdmType) | Returns an EdmType object by using the specified type name and the namespace name from this item collection. (Inherited from ItemCollection.) |
![]() | TryGetValue | Retrieves an item from this collection by using the specified identity. (Inherited from ReadOnlyMetadataCollection(Of T).) |
Name | Description | |
---|---|---|
![]() ![]() | ICollection(Of T).Add | Adds an item to the ICollection(Of T). This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | ICollection(Of T).Clear | Removes all items from the ICollection(Of T). This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | ICollection.CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | ICollection(Of T).IsReadOnly | Gets a value indicating whether the ICollection(Of T) is read-only. (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | ICollection.IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | ICollection(Of T).Remove | Removes the first occurrence of a specific object from the ICollection(Of T). This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | ICollection.SyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | IEnumerable.GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | IList.Add | Adds an item to the IList. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | IList.Clear | Removes all items from the IList. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | IList.Contains | Determines whether the IList contains a specific value. (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | IList.IndexOf | Determines the index of a specific item in the IList. (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | IList(Of T).Insert | Inserts an item to the IList(Of T) at the specified index. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | IList.Insert | Inserts an item to the IList at the specified index. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | IList.IsFixedSize | Gets a value indicating whether the IList has a fixed size. (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | IList.IsReadOnly | Gets a value indicating whether the IList is read-only. (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | IList(Of T).Item | Gets or sets the element at the specified index. (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | IList.Item | Gets or sets the element at the specified index. (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | IList.Remove | Removes the first occurrence of a specific object from the IList. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | IList(Of T).RemoveAt | Removes the IList(Of T) item at the specified index. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection(Of T).) |
![]() ![]() | IList.RemoveAt | Removes the IList item at the specified index. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection(Of T).) |
MappingItemCollection inherits from ItemCollection, providing strongly-typed accessors for retrieving mapping metadata.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: