Nevron .NET Vision
Nevron.Diagram.WebForm Namespace / NDiagramSessionStateObject Class
Members


In This Topic
    NDiagramSessionStateObject Class
    In This Topic
    Contains the diagram data to be stored into the session state between AJAX callback events and render requests.
    Object Model
    NDiagramSessionStateObject Class
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Class NDiagramSessionStateObject 
       Inherits Nevron.UI.WebForm.Controls.NStateObject
    'Usage
     
    
    Dim instance As NDiagramSessionStateObject
    [System.Serializable()]
    public class NDiagramSessionStateObject : Nevron.UI.WebForm.Controls.NStateObject 
    Inheritance Hierarchy

    System.Object
       Nevron.UI.WebForm.Controls.NStateObject
          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