C# Class Org.IdentityConnectors.Framework.Common.Objects.ConnectorAttributeInfoUtil

Afficher le fichier Open project: Tirasa/ConnId

Méthodes publiques

Méthode Description
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.

Method Details

Find() public static méthode

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.
Résultat ConnectorAttributeInfo

ToMap() public static méthode

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.
Résultat ConnectorAttributeInfo>.IDictionary