INamedEntityDictionary - Interface
Représente la collection de types de contenu externe nommées.
Espace de noms : Microsoft.BusinessData.MetadataModel.Collections
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Public Interface INamedEntityDictionary _
Inherits IReadOnlyNamedDictionary(Of IEntity), IReadOnlyDictionary(Of String, IEntity), _
IReadOnlyCollection(Of KeyValuePair(Of String, IEntity)), IEnumerable
'Utilisation
Dim instance As INamedEntityDictionary
public interface INamedEntityDictionary : IReadOnlyNamedDictionary<IEntity>,
IReadOnlyDictionary<string, IEntity>, IReadOnlyCollection<KeyValuePair<string, IEntity>>,
IEnumerable
Voir aussi
Référence
INamedEntityDictionary - Membres
Microsoft.BusinessData.MetadataModel.Collections - Espace de noms