A basic provider of state management for the simulation

Namespace:  iseesystems.iseeNET
Assembly:  iseesystems.iseeNET.Simulation (in iseesystems.iseeNET.Simulation.dll) Version: 1.0.3315.21357

Syntax

C#
public class BasicStateProvider : StateProvider
Visual Basic (Declaration)
Public Class BasicStateProvider _
	Inherits StateProvider
Visual C++
public ref class BasicStateProvider : public StateProvider

Remarks

This class uses simple hashtables to persist objects. Use this StateProvider when developing a one-to-one application such as a Windows Forms or command line project.

Inheritance Hierarchy

System..::.Object
  iseesystems.iseeNET..::.StateProvider
    iseesystems.iseeNET..::.BasicStateProvider

See Also