INamedEntityDictionary interface
Representa a coleção de tipos de conteúdo externo nomeados.
Namespace: Microsoft.BusinessData.MetadataModel.Collections
Assembly: Microsoft.BusinessData (em Microsoft.BusinessData.dll)
Sintaxe
'Declaração
Public Interface INamedEntityDictionary _
Inherits IReadOnlyNamedDictionary(Of IEntity), IReadOnlyDictionary(Of String, IEntity), _
IReadOnlyCollection(Of KeyValuePair(Of String, IEntity)), IEnumerable
'Uso
Dim instance As INamedEntityDictionary
public interface INamedEntityDictionary : IReadOnlyNamedDictionary<IEntity>,
IReadOnlyDictionary<string, IEntity>, IReadOnlyCollection<KeyValuePair<string, IEntity>>,
IEnumerable