Click or drag to resize

StateManager Class

Manager for state variables
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.Web.UI.WebFormsStateManager

Namespace:  WorkflowGen.My.Web.UI.WebForms
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public class StateManager

The StateManager type exposes the following members.

Constructors
  NameDescription
Public methodStateManager
Builds a new StateManager
Top
Properties
  NameDescription
Public propertyItem
Indexer
Public propertyUseSession
Determines if we are using the session or not
Top
Methods
  NameDescription
Public methodAdd
Adds an object in the state collection
Public methodRemove
Removes an object from the state collection
Public methodRemoveAllKeysStartingWith
Removes all the keys starting with a particular value
Top
See Also