All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VPMInterfaces Interface CATICfgHistory

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

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATICfgHistory



Method Index


o GetDate(CATTime&)
Get the creation date of a MODHistory
o GetObj1(CATILinkableObject_var&)
Get object 1 ("Add", "Cut", "Move", "Replace") of a MODHistory
o GetObj2(CATILinkableObject_var&)
Get object 2 ("Move/Replace") of a MODHistory
o GetOperation(CATICfgModification::Operation&)
Get the operation ("Add", "Cut", "Move", "Replace") of a MODHistory
o GetRelatedMod(CATICfgModification_var&)
Get the related mod of a MODHistory
o GetUser(CATUnicodeString&)
Get the user who created the MODHistory
o SetObj1(CATILinkableObject_var&)
Set the ID object 1 ("Add", "Cut", "Move", "Replace") of a MODHistory
o SetObj2(CATILinkableObject_var&)
Set object 2 ("Move/Replace") of a MODHistory
o SetOperation(CATICfgModification::Operation&)
Set the operation ("Add", "Cut", "Move", "Replace") of a MODHistory

Methods


o GetDate
public virtual HRESULT GetDate(CATTime& oDate) const = 0
Get the creation date of a MODHistory
Parameters:
oDate
o GetObj1
public virtual HRESULT GetObj1(CATILinkableObject_var& oObject) const = 0
Get object 1 ("Add", "Cut", "Move", "Replace") of a MODHistory
Parameters:
oObject
o GetObj2
public virtual HRESULT GetObj2(CATILinkableObject_var& oObject) const = 0
Get object 2 ("Move/Replace") of a MODHistory
Parameters:
oObject
o GetOperation
public virtual HRESULT GetOperation(CATICfgModification::Operation& oType) const = 0
Get the operation ("Add", "Cut", "Move", "Replace") of a MODHistory
Parameters:
oType
o GetRelatedMod
public virtual HRESULT GetRelatedMod(CATICfgModification_var& oRelatedMod) const = 0
Get the related mod of a MODHistory
Parameters:
oRelatedMod
o GetUser
public virtual HRESULT GetUser(CATUnicodeString& oUser) const = 0
Get the user who created the MODHistory
Parameters:
oUser
o SetObj1
public virtual HRESULT SetObj1( const CATILinkableObject_var& oObject) = 0
Set the ID object 1 ("Add", "Cut", "Move", "Replace") of a MODHistory
Parameters:
oObject
o SetObj2
public virtual HRESULT SetObj2( const CATILinkableObject_var& oObject) = 0
Set object 2 ("Move/Replace") of a MODHistory
Parameters:
oObject
o SetOperation
public virtual HRESULT SetOperation( const CATICfgModification::Operation& iType) = 0
Set the operation ("Add", "Cut", "Move", "Replace") of a MODHistory
Parameters:
iType

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

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