All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VPMSTEPExchanges Class StdMapper

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

Usage: you can derive this class.


public class StdMapper

Description of the Standard Mapper class.
Role: This super class may be inherited when a new Import/Export Express-X mapper component needs to be defined by implementing the interface VPMIExMapper. This component encapsulate the Express-X calls.


Constructor and Destructor Index


o StdMapper()
Constructor
o ~StdMapper()
Destructor

Method Index


o Convert(CATIContainer_var&,CATIContainer_var&,CATUnicodeString&)
Starts Express-X mapping operations.

Constructor and Destructor


o StdMapper
public StdMapper()
Constructor
o ~StdMapper
public ~StdMapper()
Destructor

Methods


o Convert
public HRESULT Convert( const CATIContainer_var& fromContner,
const CATIContainer_var& toContner,
const CATUnicodeString& theMappingName)
Starts Express-X mapping operations.
Role: For Express-X mappings, starts mapping Data from the input CATIcontainer to the output CATIcontainer.
Parameters:
fromContner
CATIContainer that contains the input data to be mapped.
toContner
CATIContainer that contains the output working form where to map data from
theMappingName
The mapping to use to transfer the data.

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

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