.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Applies Filter to each of the EmbeddedObjects that constitute the values of the specified AttributeName in the given
 Copy imageCopy
ConnectorObject
.

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

Syntax

C#
public bool Accept(
	ConnectorObject obj
)

Return Value

Type: Boolean
true if and only if the filter matched any of the
 Copy imageCopy
EmbeddedObject
s.

Implements

Filter..::..Accept(ConnectorObject)

See Also