Click or drag to resize
IUniqeueNamesTGetAnyByNames Method

[This is preliminary documentation and is subject to change.]

Attempts to get enties by their names

Namespace: Netadmin.Management.Common.Core
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IReadOnlyDictionary<string, T> GetAnyByNames(
	IEnumerable<string> names
)

Parameters

names
Type: System.Collections.GenericIEnumerableString
The names on entities to retrieve

Return Value

Type: IReadOnlyDictionaryString, T
A dictionary where the name is key and the dto is the value. Values not having matches will not be returned
See Also