.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
E41516-01
The SchemaBuilder type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddSupportedObjectClass |
Adds the given ObjectClassInfo as a supported ObjectClass for
the given operation.
| |
| AddSupportedOperationOption |
Adds the given OperationOptionInfo as a supported option for
the given operation.
| |
| Build |
Builds the Schema object based on the ObjectClassInfos
added so far.
| |
| ClearSupportedObjectClassesByOperation |
Clears the operation-specific supported classes.
| |
| ClearSupportedOptionsByOperation |
Clears the operation-specific supported options.
| |
| DefineObjectClass(ObjectClassInfo) |
Adds another ObjectClassInfo to the schema.
| |
| DefineObjectClass(String, ICollection<(Of <<'(ConnectorAttributeInfo>)>>)) |
Adds another ObjectClassInfo to the schema.
| |
| DefineOperationOption(OperationOptionInfo) |
Adds another OperationOptionInfo to the schema.
| |
| DefineOperationOption(String, Type) |
Adds another OperationOptionInfo to the schema.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveSupportedObjectClass |
Removes the given ObjectClassInfo as a supported ObjectClass for
the given operation.
| |
| RemoveSupportedOperationOption |
Removes the given OperationOptionInfo as a supported option for
the given operation.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |