Nevron .NET Vision
Nevron.Chart.WebForm Namespace / NChartBatonSessionStateManager Class
Fields Properties Methods


In This Topic
    NChartBatonSessionStateManager Class Members
    In This Topic

    The following tables list the members exposed by NChartBatonSessionStateManager.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the state manager with given HTTP context and a default state object id.  
    Top
    Protected Fields
     NameDescription
    Protected FieldCached HTTP Context. (Inherited from Nevron.UI.WebForm.Controls.NBatonSessionStateManager)
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the state object id. (Inherited from Nevron.UI.WebForm.Controls.NStateManager)
    Top
    Public Methods
     NameDescription
    Public MethodOverride this method to implement the state lookup logic. (Inherited from Nevron.UI.WebForm.Controls.NBatonSessionStateManager)
    Public MethodProvides a query string part for state identification transport over http. (Inherited from Nevron.UI.WebForm.Controls.NBatonSessionStateManager)
    Public MethodRemoves an existing state object, stored by this state manager. (Inherited from Nevron.UI.WebForm.Controls.NBatonSessionStateManager)
    Public Method (Inherited from Nevron.UI.WebForm.Controls.NStateManager)
    Public MethodImplements the expiration logic. (Inherited from Nevron.UI.WebForm.Controls.NBatonSessionStateManager)
    Public Method (Inherited from Nevron.UI.WebForm.Controls.NStateManager)
    Public MethodOverride this method to implement the state storage logic. (Inherited from Nevron.UI.WebForm.Controls.NBatonSessionStateManager)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Creates a new state instance.  
    Top
    See Also