Foodolini.Activities.ActivityUnloadedArgs Class Reference

Event arguments for IActivty.ActivityUnloading. More...

List of all members.

Public Member Functions

 ActivityUnloadedArgs (IActivity activity)
 Create an instance of ActivityUnloadedArgs.

Properties

bool Unload [get, set]
 Set this to false to avoid being unloaded.
IActivity Activity [get, set]

Detailed Description

Event arguments for IActivty.ActivityUnloading.

Definition at line 119 of file IOwner.cs.


Constructor & Destructor Documentation

Foodolini.Activities.ActivityUnloadedArgs.ActivityUnloadedArgs ( IActivity  activity  ) 

Create an instance of ActivityUnloadedArgs.

Parameters:
activity Activity to unload

Definition at line 136 of file IOwner.cs.


Property Documentation

IActivity Foodolini.Activities.ActivityUnloadedArgs.Activity [get, set]

Activity that is to be unloaded

Definition at line 128 of file IOwner.cs.

bool Foodolini.Activities.ActivityUnloadedArgs.Unload [get, set]

Set this to false to avoid being unloaded.

Definition at line 123 of file IOwner.cs.


The documentation for this class was generated from the following file:

Foodolini 1.0.0 Documentation, generated with DoxyGen.