All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATAnalysisResources Class CATEAnalysisContextCheck

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

Usage: you can derive this class.


public class CATEAnalysisContextCheck

Adapter for the implementation of CATISamAnalysisContextCheck interface.
This adapter allow a BOA implementation.

See also:
CATISamAnalysisContextCheck


Constructor and Destructor Index


o CATEAnalysisContextCheck()
Default constructor.
o ~CATEAnalysisContextCheck()
Default destructor.

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.

Constructor and Destructor


o CATEAnalysisContextCheck
public CATEAnalysisContextCheck()
Default constructor.
o ~CATEAnalysisContextCheck
public virtual ~CATEAnalysisContextCheck()
Default destructor.

Methods


o Check
public virtual HRESULT Check(CATDocument* iAnalysisDocument,
CATDocument* iImportedDoc= NULL)
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)
Informs the closure of the analysis editor.
Parameters:
iAnalysisEditor
the analysis editor.

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

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