C# Класс Org.IdentityConnectors.Framework.Common.Objects.ConnectorAttributeInfoUtil

Показать файл Открыть проект

Открытые методы

Метод Описание
Find ( string name, ICollection attrs ) : ConnectorAttributeInfo

Find the ConnectorAttributeInfo of the given name in the Set.

ToMap ( ICollection attributes ) : ConnectorAttributeInfo>.IDictionary

Transform a Collection of ConnectorAttributeInfo instances into a Map.

The key to each element in the map is the name of an AttributeInfo. The value of each element in the map is the AttributeInfo instance with that name.

Описание методов

Find() публичный статический Метод

Find the ConnectorAttributeInfo of the given name in the Set.
public static Find ( string name, ICollection attrs ) : ConnectorAttributeInfo
name string /// 's name to search for.
attrs ICollection /// of AttributeInfo to search.
Результат ConnectorAttributeInfo

ToMap() публичный статический Метод

Transform a Collection of ConnectorAttributeInfo instances into a Map.
The key to each element in the map is the name of an AttributeInfo. The value of each element in the map is the AttributeInfo instance with that name.
if the parameter attributes is /// null.
public static ToMap ( ICollection attributes ) : ConnectorAttributeInfo>.IDictionary
attributes ICollection set of AttributeInfo to transform to a map.
Результат ConnectorAttributeInfo>.IDictionary