.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Builder class to create a EmbeddedObject.

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

Syntax

C#
public sealed class EmbeddedObjectBuilder

Remarks

The clients and the developer of a Connector will construct a
 Copy imageCopy
EmbeddedObjectBuilder
, and then call the
 Copy imageCopy
EmbeddedObjectBuilder
to add attributes, and then finally to Build()()()() the actual EmbeddedObject.

Inheritance Hierarchy

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

See Also