| Class | Description |
|---|---|
| PageController | This class is derived from System.Web.UI.Page, and exposes additional page events that help code-behind for an ASPX manage the flow of the simulation. Each ASPX page in an isee.NET Framework ASP.NET Application should inherit from this class |
| SessionController | This class acts as a session controller for any isee.NET Framework ASP.NET Application. |
| Delegate | Description |
|---|---|
| PageController.InitSimulationObjectsDelegate | Delegate for the InitSimulationObjects event |
| PageController.NewRunDelegate | Delegate for the new run event |
| PageController.ReceivedSimMessagesDelegate | Delegate for the ReceivedSimMessages event |
| PageController.SimulationStoppedDelegate | Delegate for the SimulationStopped event |
| PageController.UpdateControlsDelegate | Delegate for the UpdateControls event |
| PageController.UpdateInputValuesDelegate | Delegate for the UpdateInputValues event |