Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NStateObject Class
Members


In This Topic
    NStateObject Class
    In This Topic
    Base class of session state object classes to keep the state of the Nevron web controls over subsequent callback requests and between postback requests and the HTTP handler image generation.
    Object Model
    NStateObject Class
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public MustInherit Class NStateObject 
    'Usage
     
    
    Dim instance As NStateObject
    [System.Serializable()]
    public abstract class NStateObject 
    Inheritance Hierarchy

    System.Object
       Nevron.UI.WebForm.Controls.NStateObject
          Nevron.Chart.WebForm.NChartSessionStateObject
          Nevron.Diagram.WebForm.NDiagramSessionStateObject

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also