All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---CATIIniSettingManagment
Usage: you can reimplement this interface by deriving the supplied CATEIniSettingManagment adapter class.
interface CATIIniSettingManagment
Interface to handle the controller of setting repository.
Role: This interface must be implemented by a component which
represents the controller of the setting file.
To create this controller see CATIniCleanerSettingCtrl .
This controller must implemented:
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.
public virtual HRESULT Commit( | )= 0 |
public virtual HRESULT ResetToAdminValues( | )= 0 |
public virtual HRESULT Rollback( | )= 0 |
public virtual HRESULT SaveRepository( | )= 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.