.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
E41516-01
Public only for serialization; please use
SchemaBuilder instead.
Namespace: Org.IdentityConnectors.Framework.Common.ObjectsAssembly: 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>)>)>>)>)>