Nevron .NET Vision
Inheritance Hierarchy
In This Topic
    Nevron.Diagram.WebForm Namespace
    In This Topic
    Classes
     ClassDescription
    ClassProvides the AJAX client-server communication functionality (HMTL rendering and event handling) for the Nevron Diagram web control.
    ClassNDiagramBatonSessionStateManager maintains a state between two postbacks. On every postback the manager checks if a prevoius state exists and if yes removes it, prior to storing a new one.
    ClassNDiagramClientServerTechnology is the base class for both post-back and AJAX technologies, used by the Nevron Diagram web control.
    ClassSummary description for NDiagramImageFormatProvider.
    ClassThis class is responsible for the rendering of the diagram for a specific Nevron Diagram web control to an image.
    ClassSummary description for NDiagramPdfImageFormatProvider.
    ClassNDiagramPermanentSessionStateManager maintains a permanent state in the session state.
    ClassProvides the post-back client-server communication functionality (HMTL rendering and event handling) for the Nevron Diagram web control.
    ClassSummary description for NDiagramRasterImageFormatProvider.
    ClassNDiagramRenderSessionStateManager maintains a state between the HTML render phase and the image render phase. When an image is rendered, the state object, stored into the session state, is removed.
    ClassContains the diagram data to be stored into the session state between AJAX callback events and render requests.
    ClassCreates state agents for the diagram control.
    ClassSummary description for NDiagramSvgImageFormatProvider.
    ClassSummary description for NDiagramSwfImageFormatProvider.
    ClassA NDiagramTechnologyFactory factory is used by the NDrawingView class to create different NDiagramClientServerTechnology instances based on a Nevron.UI.WebForm.Controls.WebControlTechnologyType control parameter. The factory, used by a NDrawingView instance is initialized once in the control's constructor. Later, when the Technology property of the NDrawingView instance is changed, the factory replaces the current NDiagramClientServerTechnology instance, exposed by the ClientServerTechnology property of the NDrawingView object with a new instance of a different NDiagramClientServerTechnology implementation.

    E.g. when the Technology property is set to WebControlTechnologyType.Ajax, the ClientServerTechnology is initialized with a NDiagramAjaxTechnology instance. When the Technology property is set to WebControlTechnologyType.Postback, the ClientServerTechnology is initialized with a NDiagramPostbackTechnology instance.

    ClassSummary description for NDiagramXamlImageFormatProvider.
    Class 
    ClassThe NDrawingView class represents a view, which is used to display and a single NDrawingDocument instance in the context of WebForm applications.
    ClassSummary description for NDrawingViewDesigner.
    ClassSummary description for NImageHostPage.
    Interfaces
     InterfaceDescription
    InterfaceSummary description for INDrawingViewDesigner.
    See Also