Called when an Object Interface has been removed, that matches the operation query.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
void interfaceRemoved( DOFOperationQuery operation, DOFObjectID objectID, DOFInterfaceID interfaceID )
Parameters
- operation
- Type: org.opendof.core.oalDOFOperationQuery
The query operation. This will never be null. - objectID
- Type: org.opendof.core.oalDOFObjectID
The object ID of the object removing the interface. This will never be null. - interfaceID
- Type: org.opendof.core.oalDOFInterfaceID
The interface removed. This will never be null.
Remarks
See Also