C# 클래스 FITKMS.Default

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: fitba/km-2013-projects-team-bjelasnica

보호된 프로퍼티들

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
BindAnswerQuestions ( ) : void
BindArticles ( ) : void
BindCommentArticles ( ) : void
BindQuestions ( ) : void
BindUnAnsweredQuestions ( ) : void
RecommendBestRated ( ) : void
getPart ( string text ) : string

메소드 상세

Button1_Click() 보호된 메소드

protected Button1_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Page_Load() 보호된 메소드

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

answersQuestionGrid_ItemDataBound() 보호된 메소드

protected answersQuestionGrid_ItemDataBound ( object sender, System.Web.UI.WebControls.DataGridItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.DataGridItemEventArgs
리턴 void

articlesGrid_ItemDataBound() 보호된 메소드

protected articlesGrid_ItemDataBound ( object sender, System.Web.UI.WebControls.DataGridItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.DataGridItemEventArgs
리턴 void

commentsArticleGrid_ItemDataBound() 보호된 메소드

protected commentsArticleGrid_ItemDataBound ( object sender, System.Web.UI.WebControls.DataGridItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.DataGridItemEventArgs
리턴 void

questionsGrid_ItemDataBound() 보호된 메소드

protected questionsGrid_ItemDataBound ( object sender, System.Web.UI.WebControls.DataGridItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.DataGridItemEventArgs
리턴 void

프로퍼티 상세

Button1 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

answerQuestions 보호되어 있는 프로퍼티

protected List answerQuestions
리턴 List

answersQuestionGrid 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.DataGrid

articles 보호되어 있는 프로퍼티

protected List articles
리턴 List

articlesBestRated 보호되어 있는 프로퍼티

protected List articlesBestRated
리턴 List

articlesGrid 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.DataGrid

commentsArticleGrid 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.DataGrid

commentsArticles 보호되어 있는 프로퍼티

protected List commentsArticles
리턴 List

questions 보호되어 있는 프로퍼티

protected List questions
리턴 List

questionsBestLiked 보호되어 있는 프로퍼티

protected List questionsBestLiked
리턴 List

questionsGrid 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.DataGrid

unansweredGrid 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.DataGrid

unansweredQuestions 보호되어 있는 프로퍼티

protected List unansweredQuestions
리턴 List