C# Class FITKMS.Default

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: fitba/km-2013-projects-team-bjelasnica

Protected Properties

Свойство Type Description
Button1 global::System.Web.UI.WebControls.Button
answerQuestions List
answersQuestionGrid global::System.Web.UI.WebControls.DataGrid
articles List
articlesBestRated List
articlesGrid global::System.Web.UI.WebControls.DataGrid
commentsArticleGrid global::System.Web.UI.WebControls.DataGrid
commentsArticles List
questions List
questionsBestLiked List
questionsGrid global::System.Web.UI.WebControls.DataGrid
unansweredGrid global::System.Web.UI.WebControls.DataGrid
unansweredQuestions List

Méthodes protégées

Méthode Description
Button1_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
answersQuestionGrid_ItemDataBound ( object sender, System.Web.UI.WebControls.DataGridItemEventArgs e ) : void
articlesGrid_ItemDataBound ( object sender, System.Web.UI.WebControls.DataGridItemEventArgs e ) : void
commentsArticleGrid_ItemDataBound ( object sender, System.Web.UI.WebControls.DataGridItemEventArgs e ) : void
questionsGrid_ItemDataBound ( object sender, System.Web.UI.WebControls.DataGridItemEventArgs e ) : void

Private Methods

Méthode Description
BindAnswerQuestions ( ) : void
BindArticles ( ) : void
BindCommentArticles ( ) : void
BindQuestions ( ) : void
BindUnAnsweredQuestions ( ) : void
RecommendBestRated ( ) : void
getPart ( string text ) : string

Method Details

Button1_Click() protected méthode

protected Button1_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

answersQuestionGrid_ItemDataBound() protected méthode

protected answersQuestionGrid_ItemDataBound ( object sender, System.Web.UI.WebControls.DataGridItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.DataGridItemEventArgs
Résultat void

articlesGrid_ItemDataBound() protected méthode

protected articlesGrid_ItemDataBound ( object sender, System.Web.UI.WebControls.DataGridItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.DataGridItemEventArgs
Résultat void

commentsArticleGrid_ItemDataBound() protected méthode

protected commentsArticleGrid_ItemDataBound ( object sender, System.Web.UI.WebControls.DataGridItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.DataGridItemEventArgs
Résultat void

questionsGrid_ItemDataBound() protected méthode

protected questionsGrid_ItemDataBound ( object sender, System.Web.UI.WebControls.DataGridItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.DataGridItemEventArgs
Résultat void

Property Details

Button1 protected_oe property

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

answerQuestions protected_oe property

protected List answerQuestions
Résultat List

answersQuestionGrid protected_oe property

answersQuestionGrid control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DataGrid answersQuestionGrid
Résultat global::System.Web.UI.WebControls.DataGrid

articles protected_oe property

protected List articles
Résultat List

articlesBestRated protected_oe property

protected List articlesBestRated
Résultat List

articlesGrid protected_oe property

articlesGrid control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DataGrid articlesGrid
Résultat global::System.Web.UI.WebControls.DataGrid

commentsArticleGrid protected_oe property

commentsArticleGrid control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DataGrid commentsArticleGrid
Résultat global::System.Web.UI.WebControls.DataGrid

commentsArticles protected_oe property

protected List commentsArticles
Résultat List

questions protected_oe property

protected List questions
Résultat List

questionsBestLiked protected_oe property

protected List questionsBestLiked
Résultat List

questionsGrid protected_oe property

questionsGrid control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DataGrid questionsGrid
Résultat global::System.Web.UI.WebControls.DataGrid

unansweredGrid protected_oe property

unansweredGrid control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DataGrid unansweredGrid
Résultat global::System.Web.UI.WebControls.DataGrid

unansweredQuestions protected_oe property

protected List unansweredQuestions
Résultat List