.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Creates an builder with all the defaults set.

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

Syntax

C#
public ConnectorAttributeInfoBuilder(
	string name,
	Type type
)

Parameters

name
Type: System..::..String
type
Type: System..::..Type

Remarks

The name must be set before the 'build' method is called otherwise an [!:IllegalStateException] is thrown.
            Name: <not set>
            Readable: true
            Writeable: true
            Required: false
            Type: string
            MultiValue: false
            

See Also