All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ObjectModelerBase Notification CATDeleteNotification

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATNotification
        |
        +---ObjectModelerBase.CATSpecNotification
          |
          +---CATDeleteNotification
 

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


public class CATDeleteNotification

Notification class for feature deletion.
role: Used to notify feature deletion events.

See also:
CATISpecEvents, CATSpecNotification


Constructor and Destructor Index


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

Method Index


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

Constructor and Destructor


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

Methods


o operator=
public CATDeleteNotification & operator=( const CATDeleteNotification& 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.