ViewState Namespace

Design Pattern Framework 3.5

Design Pattern Framework 3.5 ViewState Namespace
Patterns-In-Action! ApplicationViewState
 
Declaration Syntax
C# Visual Basic
namespace ViewState
Namespace ViewState
Types
All Types Classes
Icon Type Description
GlobalViewStateSingleton
GlobalViewStateSingleton maintains a list of viewstates in a globally accessible hashtable. This is a Singleton helper class to the ViewStateProviderGlobal class.

ViewStateProviderBase
Defines the methods that viewstate providers should implement.

ViewStateProviderCache
Viewstate provider that is implemented using a cache.

ViewStateProviderCollection
Represents a collection of viewstate providers.

ViewStateProviderGlobal
Viewstate provider that is implemented using a global singleton hashtable.

ViewStateProviderService
ViewStateProviderService makes the viewstate providers available to the client. This includes loading the providers declared in the web.config file.

ViewStateProviderServiceSection
Represents the custom viewstate provider section in web.config.

ViewStateProviderSession
Viewstate provider that is implemented using session objects.