INamespacedEntityDictionaryDictionary Members

Include Protected Members
Include Inherited Members

Represents the collection of the external content types of this external system.

The INamespacedEntityDictionaryDictionary type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of items in the collection. (Inherited from IReadOnlyCollection<T>.)
Public property EntityCount Gets the number of external content types in the collection.
Public property Item[Int32] Gets the item at a specified index. (Inherited from IReadOnlyCollection<T>.)
Public property Item[TKey] Gets the item that exists at a specified key. (Inherited from IReadOnlyDictionary<TKey, TValue>.)
Public property Keys Gets the collection of keys in the dictionary. (Inherited from IReadOnlyDictionary<TKey, TValue>.)
Public property Values Gets the collection of values in the dictionary. (Inherited from IReadOnlyDictionary<TKey, TValue>.)

Top

Methods

  Name Description
Public method Contains Determines whether the collection contains a specific item. (Inherited from IReadOnlyCollection<T>.)
Public method ContainsKey Determines whether the dictionary contains a specific key. (Inherited from IReadOnlyDictionary<TKey, TValue>.)
Public method CopyTo Copies the items of the collection to an array starting at a specified index. (Inherited from IReadOnlyCollection<T>.)
Public method GetEnumerator() (Inherited from IEnumerable<KeyValuePair<String, INamedEntityDictionary>>.)
Public method GetEnumerator() (Inherited from IEnumerable<IEntity>.)
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Gets an enumerator to the external content type collection.
Public method TryGetValue Determines whether a specified value is stored at a specified key in the dictionary. (Inherited from IReadOnlyDictionary<TKey, TValue>.)

Top

See Also

Reference

INamespacedEntityDictionaryDictionary Interface

Microsoft.BusinessData.MetadataModel.Collections Namespace