ColumnSortPanel MembersA Sandcastle Documented Class Library

The ColumnSortPanel type exposes the following members.
Constructors

  NameDescription
Public methodColumnSortPanel
Initializes a new instance of the ColumnSortPanel class
Back to Top
Methods

  NameDescription
Public methodGetColumnsText
Returns the text value for the selected column.
Public methodGetColumnsValue
Returns the value for the selected column.
Public methodGetIndex
Returns the index of this panel.
Public methodGetIsLoaded
Returns true if this panel is done loading.
Public methodGetOrderText
Returns the text value for selected sort order.
Public methodGetOrderValue
Returns the value for the selected sort order.
Public methodGetTablesText
Returns the text value for the selected table.
Public methodGetTablesValue
Returns the value for the selected table.
Public methodLoadAll
Loads all the information needed for displaying the filter builder panel. Tables, columns etc.
Private methodLoadColumns
Loads columns for the given core table.
Private methodLoadOrder
Loads the order list.
Private methodLoadTables
Loads the core tables.
Protected methodPage_Load
Standard page load method.
Public methodSetColumnsText
Set the column text for this column sort panel.
Public methodSetColumnsValue
Sets the columns value of this column sort panel.
Public methodSetIndex
Sets the index of this panel.
Public methodSetOrderText
Sets the order text for this column sort panel.
Public methodSetOrderValue
Sets the sort order value for this panel.
Public methodSetTablesText
Sets the tables drop down list based on a string text.
Public methodSetTablesValue
Sets the internal join types value. Disconnected from asp.net control to gaurantee functionality. Uses jQuery to control the client side selection.
Back to Top
Fields

  NameDescription
Private fieldcolumnsText
Holds the tables text value.
Protected fieldcolumnsValue
Controls the tables drop down list selection value. Using jQuery to ensure proper drop down list selection.
Private fieldcoreColumns
Holds a list of core columns.
Private fieldcoreTables
Holds a list of active tables from the report building process.
Protected fieldddlColumns
ddlColumns control.
Protected fieldddlOrder
ddlOrder control.
Protected fieldddlTables
ddlTables control.
Protected fielddvMainWrapper
dvMainWrapper control.
Protected fielddvRounded
dvRounded control.
Protected fielderrorText
Represents the current error state of this control.
Private fieldindex
Represents the index of this panel in a list of panels.
Private fieldkey
Secret key.
Protected fieldlblColumns
lblColumns control.
Protected fieldlblOrder
lblOrder control.
Protected fieldlblTables
lblTables control.
Private fieldloaded
Represents if this filter builder panel has had its base data loaded.
Private fieldorderText
Holds the tables text value.
Protected fieldorderValue
Controls the tables drop down list selection value. Using jQuery to ensure proper drop down list selection.
Private fieldsvc
Service reference.
Private fieldtablesText
Holds the tables text value.
Protected fieldtablesValue
Controls the tables drop down list selection value. Using jQuery to ensure proper drop down list selection.
Back to Top
See Also