.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
Clears the operation-specific supported classes.
Namespace: Org.IdentityConnectors.Framework.Common.ObjectsAssembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public void ClearSupportedObjectClassesByOperation() |
Remarks
Normally, when
you add an ObjectClass, using DefineObjectClass(ObjectClassInfo),
it is added to all operations. You may then remove those that you need
using RemoveSupportedObjectClass(SafeType<(Of <<'(SPIOperation>)>>), ObjectClassInfo). You
may wish, as an alternative to clear everything out and instead add using
AddSupportedObjectClass(SafeType<(Of <<'(SPIOperation>)>>), ObjectClassInfo).