.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01 Namespace: Org.IdentityConnectors.Framework.Common.Objects
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
a map of string and AttributeInfo.
E41516-01 Namespace: Org.IdentityConnectors.Framework.Common.Objects
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public static IDictionary<string, ConnectorAttributeInfo> ToMap( ICollection<ConnectorAttributeInfo> attributes ) |
Parameters
- attributes
- Type: System.Collections.Generic..::..ICollection<(Of <(<'ConnectorAttributeInfo>)>)>
set of AttributeInfo to transform to a map.
Return Value
Type: IDictionary<(Of <(<'String, ConnectorAttributeInfo>)>)>a map of string and AttributeInfo.
Remarks
The key to each element in the map is the name of
an
. The value of each element in the map is the
instance with that name.
![]() | |
---|---|
AttributeInfo |
![]() | |
---|---|
AttributeInfo |
Exceptions
Exception | Condition |
---|---|
System..::..NullReferenceException | iff the parameter attributes is null. |