.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01

The Schema type exposes the following members.

Constructors

  NameDescription
Public methodSchema
Public only for serialization; please use SchemaBuilder instead.

Methods

  NameDescription
Public methodEquals (Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindObjectClassInfo
Returns the ObjectClassInfo for the given type.
Public methodFindOperationOptionInfo
Returns the OperationOptionInfo for the given name.
Public methodGetHashCode (Overrides Object..::..GetHashCode()()()().)
Public methodGetSupportedObjectClassesByOperation
Returns the supported object classes for the given operation.
Public methodGetSupportedOptionsByOperation
Returns the supported options for the given operation.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyObjectClassInfo
Returns the set of object classes that are defined in the schema, regardless of which operations support them.
Public propertyOperationOptionInfo
Returns the set of operation options that are defined in the schema, regardless of which operations support them.
Public propertySupportedObjectClassesByOperation
Returns the set of object classes that apply to a particular operation.
Public propertySupportedOptionsByOperation
Returns the set of operation options that apply to a particular operation.

See Also