ImportStatusEvent
- class HPS.ImportStatusEvent : public HPS.Event
The ImportStatusEvent class is the event that can be used by importers to let the user know what they are currently working on
Public Functions
- override HPS.Event Clone ()
Allocates and returns a copy of this ImportStatusEvent.
- Return
A copy of this ImportStatusEvent.
- override void Dispose ()
- ImportStatusEvent ()
The default constructor creates a ImportStatusEvent.
- ImportStatusEvent (HPS.Event in_event)
This constructor converts an EventObject to an ImportStatusEvent object.
- Param in_event
The EventObject to be converted.
- ImportStatusEvent (HPS.ImportStatusEvent in_that)
- ImportStatusEvent (string in_message)
Properties
- string import_status_message { get; set; }