.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Attributes Accessor convenience methods for accessing attributes.

Namespace: Org.IdentityConnectors.Framework.Common.Objects
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public class ConnectorAttributesAccessor

Remarks

This class wraps a set of attributes to make lookup faster than the Find(String, ICollection<(Of <<'(ConnectorAttribute>)>>)) method, since that method must re-create the map each time.

Inheritance Hierarchy

System..::..Object
  Org.IdentityConnectors.Framework.Common.Objects..::..ConnectorAttributesAccessor

See Also