.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Should be overridden by subclasses to create an instance of
 Copy imageCopy
AbstractFilterTranslator
that will be used to translate the filter of an EmbeddedObjectFilter.

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

Syntax

C#
protected virtual AbstractFilterTranslator<T> CreateEmbeddedObjectFilterTranslator(
	string attributeName
)

Parameters

attributeName
Type: System..::..String
the name of the attribute of the
 Copy imageCopy
EmbeddedObjectFilter
.

Return Value

Type: AbstractFilterTranslator<(Of <(<'T>)>)>
an instance of
 Copy imageCopy
AbstractFilterTranslator
.

See Also