C# Class WIKI.Account.AllQuestions

Inheritance: System.Web.UI.Page
Mostra file Open project: fitba/km-2013-projects-team-cincar

Public Properties

Property Type Description
Model WIKI.Helpers.Model1

Protected Properties

Property Type Description
NewQuestion global::System.Web.UI.WebControls.LinkButton
Repeater1 global::System.Web.UI.WebControls.Repeater
btnSearch global::System.Web.UI.WebControls.Button
lvSearchIndex global::System.Web.UI.WebControls.ListView
txtSearch global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
CreateIndex_Click ( object sender, EventArgs e ) : void
NewQuestion_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
btnSearch_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
addToIndex ( LuceneQData sampleData ) : void
bindData1 ( ) : void
clearIndex ( ) : void
clearIndexRecord ( int id ) : void
createIndex ( ) : void
getModel1 ( string searchQ ) : Model1
getSearchQ ( ) : string
optimizeIndex ( ) : void

Method Details

CreateIndex_Click() protected method

protected CreateIndex_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

NewQuestion_Click() protected method

protected NewQuestion_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Page_Load() protected method

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

btnSearch_Click() protected method

protected btnSearch_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

Model public_oe property

public Model1,WIKI.Helpers Model
return WIKI.Helpers.Model1

NewQuestion protected_oe property

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

Repeater1 protected_oe property

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

btnSearch protected_oe property

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

lvSearchIndex protected_oe property

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

txtSearch protected_oe property

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