.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-02
Initializes a new instance of the Schema class

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

Syntax

C#
public Schema(
	ICollection<ObjectClassInfo> info,
	ICollection<OperationOptionInfo> options,
	IDictionary<SafeType<APIOperation>, ICollection<ObjectClassInfo>> supportedObjectClassesByOperation,
	IDictionary<SafeType<APIOperation>, ICollection<OperationOptionInfo>> supportedOptionsByOperation
)

Parameters

info
Type: System.Collections.Generic..::..ICollection<(Of <(<'ObjectClassInfo>)>)>
options
Type: System.Collections.Generic..::..ICollection<(Of <(<'OperationOptionInfo>)>)>
supportedObjectClassesByOperation
Type: System.Collections.Generic..::..IDictionary<(Of <(<'SafeType<(Of <(<'APIOperation>)>)>, ICollection<(Of <(<'ObjectClassInfo>)>)>>)>)>
supportedOptionsByOperation
Type: System.Collections.Generic..::..IDictionary<(Of <(<'SafeType<(Of <(<'APIOperation>)>)>, ICollection<(Of <(<'OperationOptionInfo>)>)>>)>)>

See Also