C# 클래스 Org.IdentityConnectors.Framework.Common.Objects.ConnectorAttributeInfoUtil

파일 보기 프로젝트 열기: Tirasa/ConnId

공개 메소드들

메소드 설명
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