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