C# Class IndexViewer.sitecore_modules.Shell.IndexViewer.DynamicLinq

显示文件 Open project: JimmieOverby/IndexViewer

Protected Properties

Property Type Description
ErrorLabel global::System.Web.UI.WebControls.Label
ReturnTypeTextBox global::System.Web.UI.WebControls.TextBox
RunButton global::System.Web.UI.WebControls.Button
SearchResultGrid global::System.Web.UI.WebControls.GridView
SearchResultTypeLabel global::System.Web.UI.WebControls.Label
SearchTypeButton global::System.Web.UI.WebControls.Button
TakeStatementBox global::System.Web.UI.WebControls.TextBox
TimeElapsedLabel global::System.Web.UI.WebControls.Label
TotalHitsLabel global::System.Web.UI.WebControls.Label
WhereStatementBox global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
Page_PreRender ( object sender, EventArgs e ) : void
RunButton_Click ( object sender, EventArgs e ) : void
SearchResultGrid_PageIndexChanging ( object sender, GridViewPageEventArgs e ) : void
SearchTypeButton_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
GetFullyQualifiedObjectType ( ) : string
GetObjectType ( ) : string
GetSearchItemJSON ( ) : string
GetSearchResultItemAssembly ( ) : string
GetTakeClause ( ) : string
GetTypeOfSeachObject ( ) : Type
GetWhereClause ( ) : string

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Page_PreRender() protected method

protected Page_PreRender ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

RunButton_Click() protected method

protected RunButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

SearchResultGrid_PageIndexChanging() protected method

protected SearchResultGrid_PageIndexChanging ( object sender, GridViewPageEventArgs e ) : void
sender object
e GridViewPageEventArgs
return void

SearchTypeButton_Click() protected method

protected SearchTypeButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

ErrorLabel protected_oe property

ErrorLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label ErrorLabel
return global::System.Web.UI.WebControls.Label

ReturnTypeTextBox protected_oe property

ReturnTypeTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox ReturnTypeTextBox
return global::System.Web.UI.WebControls.TextBox

RunButton protected_oe property

RunButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button RunButton
return global::System.Web.UI.WebControls.Button

SearchResultGrid protected_oe property

SearchResultGrid control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView SearchResultGrid
return global::System.Web.UI.WebControls.GridView

SearchResultTypeLabel protected_oe property

SearchResultTypeLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label SearchResultTypeLabel
return global::System.Web.UI.WebControls.Label

SearchTypeButton protected_oe property

SearchTypeButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button SearchTypeButton
return global::System.Web.UI.WebControls.Button

TakeStatementBox protected_oe property

TakeStatementBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox TakeStatementBox
return global::System.Web.UI.WebControls.TextBox

TimeElapsedLabel protected_oe property

TimeElapsedLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label TimeElapsedLabel
return global::System.Web.UI.WebControls.Label

TotalHitsLabel protected_oe property

TotalHitsLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label TotalHitsLabel
return global::System.Web.UI.WebControls.Label

WhereStatementBox protected_oe property

WhereStatementBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox WhereStatementBox
return global::System.Web.UI.WebControls.TextBox