All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---CATISchAppDeleteCheck2
Usage: you can reimplement this interface by deriving the supplied CATEASchAppDeleteCheck2 adapter class.
interface CATISchAppDeleteCheck2
Interface to enable delete checking behavior of Schematic application objects.
Application must derive its implementation of this interface from CATEASchAppDeleteCheck2.
Role: To provide approval information as to if an object can be deleted.
BOA information: this interface CANNOT be implemented using the BOA (Basic Object Adapter). To know more about the BOA, refer to the CAA Encyclopedia home page. Click Middleware at the bottom left, then click the Object Modeler tab page. Several articles deal with the BOA.
This interface should be used in conjunction with CATISchAppDeleteCheckpublic virtual HRESULT AppOkToDelete( | CATBoolean* | oOk) = 0 |
public virtual HRESULT AppOkToDeleteWithMessage( | CATBoolean* | oOk, |
CATUnicodeString& | oUCaption, | |
CATUnicodeString& | oUMessage) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.