All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATAnalysisInterfaces Interface CATISamAnalysisContextCheck

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATISamAnalysisContextCheck
 

Usage: you can reimplement this interface by deriving the supplied CATEAnalysisContextCheck adapter class.


interface CATISamAnalysisContextCheck

Customizes some check of the document associated to a context name.
This interface must be implemented on a late type defined as AnalysisCkeck_XXX where XXX is the Name of the interactif context.

BOA information: this interface can 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.


Method Index


o Check(CATDocument*,CATDocument*)
Customizes some check of the document inside a Workbench transition or for the import capability.
o ClosingEditor(CATFrmEditor*)
Informs the closure of the analysis editor.

Methods


o Check
public virtual HRESULT Check(CATDocument* iAnalysisDocument,
CATDocument* iImportedDoc= NULL) = 0
Customizes some check of the document inside a Workbench transition or for the import capability.
Parameters:
iAnalysisDocument
the current analysis document.
iImportedDoc
the imported document.
o ClosingEditor
public virtual HRESULT ClosingEditor(CATFrmEditor* iAnalysisEditor) = 0
Informs the closure of the analysis editor.
Parameters:
iAnalysisEditor
the analysis editor.

This object is included in the file: CATISamAnalysisContextCheck.h
If needed, your Imakefile.mk should include the module: CATAnalysisInterface

Copyright © 2003, Dassault Systèmes. All rights reserved.