All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ObjectModelerBase Notification CATCompoValNotification

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATNotification
        |
        +---ObjectModelerBase.CATSpecNotification
          |
          +---ObjectModelerBase.CATModifNotification
            |
            +---ObjectModelerBase.CATCompoNotification
              |
              +---CATCompoValNotification
 

Usage: you must use this class as is. You should never derive it.


public class CATCompoValNotification

Notification class for feature's data modification ( name, userId ).
role: Used to notify feature deletion events.

See also:
CATISpecEvents, CATSpecNotification


Constructor and Destructor Index


o CATCompoValNotification(CATBaseUnknown_var&)
Constructs a CATCompoValNotification from an object.
o CATCompoValNotification(CATCompoValNotification&)
Copy constructor.
o ~CATCompoValNotification()

Method Index


o operator=(CATCompoValNotification&)
Assignment operator from a notification instance.

Constructor and Destructor


o CATCompoValNotification
public CATCompoValNotification( const CATBaseUnknown_var& obj)
Constructs a CATCompoValNotification from an object.
o CATCompoValNotification
public CATCompoValNotification( const CATCompoValNotification& iNotification)
Copy constructor.
Parameters:
iNotification
The notification to copy
o ~CATCompoValNotification
public virtual ~CATCompoValNotification()

Methods


o operator=
public CATCompoValNotification & operator=( const CATCompoValNotification& iNotification)
Assignment operator from a notification instance.
Parameters:
iNotification
The provided notification
Returns:
The notification resulting from the assignment

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

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