StoreItemCollection Methods
The StoreItemCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Contains(T) | Determines whether an element is in the ReadOnlyCollection<T>. (Inherited from ReadOnlyCollection<T>.) |
|
Contains(String) | Determines whether the collection contains an item with the specified identity. (Inherited from ReadOnlyMetadataCollection<T>.) |
|
CopyTo | Copies the entire ReadOnlyCollection<T> to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from ReadOnlyCollection<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<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<T>(String) | Returns a strongly typed GlobalItem object by using the specified identity. (Inherited from ItemCollection.) |
|
GetItem<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<T> | Returns all the items of the specified type from this item collection. (Inherited from ItemCollection.) |
|
GetPrimitiveTypes | Returns a collection of the PrimitiveType objects. |
|
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<T>.) |
|
IndexOf | Returns the index of the specified value in this collection. (Inherited from ReadOnlyMetadataCollection<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<T>(String, T) | Returns a strongly typed GlobalItem object by using the specified identity from this item collection. (Inherited from ItemCollection.) |
|
TryGetItem<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<T>.) |
| Name | Description | |
|---|---|---|
|
ICollection<T>.Add | Adds an item to the ICollection<T>. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection<T>.) |
|
ICollection<T>.Clear | Removes all items from the ICollection<T>. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection<T>.) |
|
ICollection.CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from ReadOnlyCollection<T>.) |
|
ICollection<T>.Remove | Removes the first occurrence of a specific object from the ICollection<T>. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection<T>.) |
|
IEnumerable.GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from ReadOnlyCollection<T>.) |
|
IList.Add | Adds an item to the IList. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection<T>.) |
|
IList.Clear | Removes all items from the IList. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection<T>.) |
|
IList.Contains | Determines whether the IList contains a specific value. (Inherited from ReadOnlyCollection<T>.) |
|
IList.IndexOf | Determines the index of a specific item in the IList. (Inherited from ReadOnlyCollection<T>.) |
|
IList<T>.Insert | Inserts an item to the IList<T> at the specified index. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection<T>.) |
|
IList.Insert | Inserts an item to the IList at the specified index. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection<T>.) |
|
IList.Remove | Removes the first occurrence of a specific object from the IList. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection<T>.) |
|
IList<T>.RemoveAt | Removes the IList<T> item at the specified index. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection<T>.) |
|
IList.RemoveAt | Removes the IList item at the specified index. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollection<T>.) |