Class | Description | |
---|---|---|
AssemblyVersionJQuery | A class containing strings for the versioning of the files | |
ClientControlClientEventsBase | Base class for ClientSideEvents properties exposed by controls. This object handles the persistence and rendering of client events on behalf of a control. This object also enables the developer to determine if a client event will cause a postback to the server when fired. The GetClientEventNameList method is called by the base class to allow derived classes to add their client events to the list which will be processed at render time. | |
ClientControlMain | A class encapsulating most of the common logic for creating a JQuery Control on the server | |
ClientDataBot | A class with some static methods for working with data | |
ClientObjectBase | A class for complex objects used for properties in JQuery controls | |
ClientObjectCollection | Abstract collection that all collections for client control wrappers should derive from | |
ClientSideEventArgumentsAttribute | ClientSideEventArgumentsAttribute class is used to provide a standart way of passing event arguments for client side event handlers. | |
ImportManager | Summary description for ImportManager. | |
SwitchToDesignViewAttribute | SwitchToDesignViewAttribute class is used to determine whether automatically switching to Design View is allowed. |
Interface | Description | |
---|---|---|
IJQueryOption | An interface that objects that will be output as a jQuery option should implement |