TableJoinPanel MembersA Sandcastle Documented Class Library

The TableJoinPanel type exposes the following members.
Constructors

  NameDescription
Public methodTableJoinPanel
Initializes a new instance of the TableJoinPanel class
Back to Top
Methods

  NameDescription
Public methodGetIndex
Returns the index of this panel.
Public methodGetIsLoaded
Returns true if this panel is done loading.
Public methodGetJoinTypesText
Returns the join types text value.
Public methodGetJoinTypesValue
Returns the join types value.
Public methodGetLeftTableText
Returns the right table text value.
Public methodGetRightTableText
Returns the left table text value.
Public methodLoadAll
Loads all the information needed for displaying the filter builder panel. Tables, columns etc.
Private methodLoadJoinTypes
Load the filter configuration's core tables.
Protected methodPage_Load
Standard page load method.
Public methodSetIndex
Sets the index of this panel.
Public methodSetJoinTypesText
Sets the tables drop down list based on a string text.
Public methodSetJoinTypesValue
Sets the internal join types value. Disconnected from asp.net control to gaurantee functionality. Uses jQuery to control the client side selection.
Public methodSetLeftTableText
Sets the left table text value.
Public methodSetRightTableText
Sets the right table text value.
Back to Top
Fields

  NameDescription
Protected fieldddlJoinTypes
ddlJoinTypes 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 fieldjoinTypesText
Holds the join type stext value.
Protected fieldjoinTypesValue
Controls the tables drop down list selection value. Using jQuery to ensure proper drop down list selection.
Private fieldkey
Secret key.
Protected fieldlblJoinTypes
lblJoinTypes control.
Protected fieldlblLeftTable
lblLeftTable control.
Protected fieldlblLeftTableName
lblLeftTableName control.
Protected fieldlblRightTable
lblRightTable control.
Protected fieldlblRightTableName
lblRightTableName control.
Private fieldleftTableText
Holds the left table value.
Private fieldloaded
Represents if this filter builder panel has had its base data loaded.
Private fieldrightTableText
Holds the right table value.
Private fieldsvc
Service reference.
Back to Top
See Also