Nevron .NET Vision
Inheritance Hierarchy
In This Topic
    Nevron.UI.WebForm.Controls Namespace
    In This Topic
    Classes
     ClassDescription
    ClassA base class for all server side AJAX callback tools, which represent the configuration of client side JavaScript tools.
    ClassProvides configuration for the client side NAjaxDynamicCursorTool tool.
    ClassProvides configuration for the client side NAjaxMouseClickCallbackTool tool
    ClassProvides configuration for the client side NAjaxMouseDoubleClickCallbackTool tool
    ClassProvides configuration for the client side NAjaxMouseDownCallbackTool tool
    ClassProvides configuration for the client side NAjaxMouseMoveCallbackTool tool
    ClassProvides configuration for the client side NAjaxMouseOutCallbackTool tool
    ClassProvides configuration for the client side NAjaxMouseOverCallbackTool tool
    ClassProvides configuration for the client side NAjaxMouseUpCallbackTool tool
    ClassProvides configuration for the client side NAjaxRedirectTool tool
    ClassNAjaxTechnologyHelper provides the common functonality for all AJAX echnology implementations.
    ClassA base class for all server side AJAX tools, which represent the configuration of client side JavaScript tools.
    ClassList of server side AJAX tools that is used to create and configure tools at the client side.
    ClassProvides configuration for the client side NAjaxTooltipTool tool.
    ClassRepresents a single entity of structured XML data aggregated in a collection by the NAjaxXmlTransport class.
    ClassRepresents a collection of structured XML data represented by the NAjaxXmlDataSection class. Provides serialization and deserialization capabilities.
    ClassProvides storage for building AJAX XML transport that will deliver structured data to the client after an AJAX request has been handled.
    ClassNBatonSessionStateAgent 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.
    ClassDescribes a browser detection rule.
    ClassDefines an association between a browser matching rule (NBrowser object) and a response type to be generated when the match is successful.
    ClassHolds the browser response configuration of the control.
    ClassProvides data for the CallbackExecuting and CallbackExecuted events of the INAjaxControl interface.
    ClassRepresents a callback command to be sent to the server by the AJAX callback object, which is located at the client web-browser.
    ClassProvides data for the AsyncCustomCommand event of the INAjaxControl interface.
    ClassProvides data for the AsyncClick, AsyncDoubleClick, AsyncMouseMove, AsyncMouseDown and AsyncMouseUp events of the INAjaxControl interface.
    ClassProvides data for the AsyncQueryCommandResult event of the INAjaxControl interface.
    ClassProvides data for the AsyncRefresh event of the INAjaxControl interface.
    ClassNClientServerTechnology is the base class for classes representing a technology for client-server communication between the web-browser and the IIS. All derived classes of the NClientServerTechnology class must be stateless, because the NClientServerTechnology instance can be replaced by a NClientServerTechnologyFactory at any time without notification.
    ClassNClientServerTechnologyFactory is the base class for NClientServerTechnology factories.
    ClassBase for all server control settings objects.
    ClassControls the settings related to the persistence of the control in the page view state.
    ClassSummary description for NEventLogSettings.
    Class 
    ClassDescribes and HTML image map generated by the server control.
    ClassProvides basic implementation for the INHttpHandlerCallback interface
    ClassSummary description for NImage.
    ClassSummary description for NImageHostPage.
    ClassDescribes an image response type. The generated image can be BMP, JPEG, PNG, GIF, TIFF or SVG.
    ClassThis class is the base class for all Nevron http handlers with image response type.
    ClassNPermanentSessionStateAgent maintains a permanent state in the session state.
    ClassA repository of constants and static readonly objects
    ClassThis class writes to the HTTP response an HTML table, which layouts the image of a Nevron web component in tiles in a way that is suitable for client side priting from the web browser.
    ClassNRenderSessionStateAgent 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.
    ClassThe base class for the NImageResponse and NHtmlImageMapResponse classes.
    ClassSerializes the control state on the server as a temporary file.
    ClassContains all settings related to the operation of the control on the server.
    ClassThis class is used by the .NET framework and is not indended for direct use in web applications.
    ClassNStateAgent is a base class for all state agents. A state manager is a class, controlling the creation, life span and disposal of state objects.
    ClassCreates state agents.
    ClassBase 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.
    Class 
    ClassSummary description for NStringHolderCollection.
    Class 
    ClassHolds properties related to the temporary file management on the server.
    ClassUsed to explicitly load the Nevron.UI.WebForm.Controls.dll assembly.
    ClassSerializes the control state in the view state.
    ClassNWebControl is the base class for all Nevron web controls. Its purpose is to implement the pluggable architecture for client-server communication technologies, which are represented by the NClientServerTechnology class.
    ClassProvides design time support for all web controls, which derive from the NWebControl class.
    ClassSummary description for NStateRepository.
    Interfaces
     InterfaceDescription
    InterfaceINAjaxControl provides the common interface of all Nevron web controls which support the AJAX technology.
    InterfaceINHttpHandlerCallback provides interface for classes to handle AJAX events in Nevron Instant Callback mode
    InterfaceImplemented by classes that create temporary files on the server
    InterfaceImplemented by web control state repositories.
    InterfaceImplemented by web image controls
    Enumerations
     EnumerationDescription
    EnumerationEnumerates the possible display modes of the JavaScript client side debug console.
    EnumerationThe possible modes for generating an image map in AJAX mode
    EnumerationEnumerates the possible builds of the Nevron JavaScript Framework.
    EnumerationClientSideImageAcquisitionMode is used to change the way a rendered is streamline to the client
    EnumerationSpecifies the reason why an expiration check is forced to a state manager
    EnumerationThe possible response types generated by the component.
    EnumerationWebControlTechnologyType is used to change the client-server communication technology programatically at design- and at run-time.
    See Also