Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NClientServerTechnology Class
Properties Methods


In This Topic
    NClientServerTechnology Class Members
    In This Topic

    The following tables list the members exposed by NClientServerTechnology.

    Public Properties
     NameDescription
    Public PropertyGets a value that indicates if there are error exceptions collected at the moment of reading the value. Errors a are collected by calling the RememberHtmlExceptionMessage method of the NClientServerTechnology class.  
    Public PropertyGets the web control, associated by this instance of the NClientServerTechnology class. This property is initialized from the NClientServerTechnology constructor.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the path of the current temp image file with the rendered chart, which is used at design-time to display the chart image in designer.  
    Protected PropertyGets the image format, used to render the chart both at design- and run-time. Currently The value of this property is fiexed to an instance of the Nevron.GraphicsCore.NPngImageFormat class and cannot be modified.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a temp image file with the rendered chart, which can be used at design-time to display the chart image in designer.  
    Public MethodDeletes the current temp image file used at design-time to display the chart image in designer, if one is present.  
    Public MethodProvides a list of web resources containing client side JavaScript include files.  
    Public MethodEnumerates all state agents, applicable to this client-server technology.  
    Public MethodProvides a value which indicates if the technology can be used with the web control that was provided to the NClientServerTechnology contructor.  
    Public MethodThis method is invoked from the GetCallbackResult method of the NWebControl class (GetCallbackResult is a part of the implementation of ICallbackEventHandler). By default does nothing.  
    Public MethodThis method is invoked from the RaiseCallbackEvent method of the NWebControl class (RaiseCallbackEvent is a part of the implementation of ICallbackEventHandler). By default does nothing.  
    Public MethodThis method is invoked from the RaisePostBackEvent method of the NWebControl class (RaiseCallbackEvent is a part of the implementation of IPostBackEventHandler). By default does nothing.  
    Public MethodThis method is invoked from the overridden OnComponentChanged method of the NWebControlDesigner class. By default does nothing.  
    Public MethodThis method is invoked from the overridden GetDesignTimeHtml method of the NWebControlDesigner class. By default does nothing.  
    Public MethodThis method is invoked from the Load event handler of the NWebControl class. By default does nothing.  
    Public MethodThis method is invoked from the overridden OnPreRender method of the NWebControl class. The default implementation of this method registers the script files as provided by the EnumerateScriptIncludes() method.  
    Public MethodThis method is invoked from the overridden Render method of the NWebControl class. By default does nothing.  
    Public MethodProvides an instance of the default state manager.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates a new instance of a Nevron image HTTP handler.  
    Protected MethodCreates a new instance of a Nevron scripts HTTP handler.  
    Protected MethodTests if an HTTP handler is registered in the web.config file under the configuration section system.web/httpHandlers.  
    Protected MethodTests if an HTTP handler is registered in the web.config file under the configuration section system.webServer/handlers.  
    Protected MethodRegisters an HTTP handler is the web.config file under the configuration section system.web/httpHandlers.  
    Protected MethodRegisters an HTTP handler is the web.config file under the configuration section system.webServer/handlers.  
    Top
    See Also