C# 클래스 FITKMS.QA.Details

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

보호된 프로퍼티들

프로퍼티 타입 설명
Button1 global::System.Web.UI.WebControls.Button
ToolkitScriptManager1 global::AjaxControlToolkit.ToolkitScriptManager
UpdatePanel1 global::System.Web.UI.UpdatePanel
UpdatePanel2 global::System.Web.UI.UpdatePanel
answerMessagePanel global::System.Web.UI.WebControls.Panel
answerPanel global::System.Web.UI.WebControls.Panel
articleRating global::AjaxControlToolkit.Rating
dateRatedLabel global::System.Web.UI.WebControls.Label
dislikePitanje global::System.Web.UI.WebControls.LinkButton
dtOdgovori global::System.Web.UI.WebControls.DataList
editLink global::System.Web.UI.WebControls.LinkButton
labelTag global::System.Web.UI.WebControls.Label
lblBrojNegativnih global::System.Web.UI.WebControls.Label
lblBrojPozitnivh global::System.Web.UI.WebControls.Label
lblBrojPregleda global::System.Web.UI.WebControls.Label
lblDatum global::System.Web.UI.WebControls.Label
lblKorisnik global::System.Web.UI.WebControls.Label
lblNaslovPitanja global::System.Web.UI.WebControls.Label
lblTextPitanja global::System.Web.UI.WebControls.Label
likePitanje global::System.Web.UI.WebControls.LinkButton
ratingLabel global::System.Web.UI.WebControls.Label
rating_block global::System.Web.UI.HtmlControls.HtmlGenericControl
tagsRepeater global::System.Web.UI.WebControls.Repeater
warning global::System.Web.UI.WebControls.Label
warning_block global::System.Web.UI.HtmlControls.HtmlGenericControl
wysiwyg global::System.Web.UI.WebControls.TextBox

보호된 메소드들

메소드 설명
Button1_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
articleRating_Changed ( object sender, AjaxControlToolkit e ) : void
deleteLink_Click ( object sender, EventArgs e ) : void
dislikeButton_Click ( object sender, EventArgs e ) : void
dislikePitanje_Click ( object sender, EventArgs e ) : void
likeButton_Click ( object sender, EventArgs e ) : void
likePitanje_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
BindGrade ( ) : void
BindOdgovori ( int pitanjeID ) : void
ItemBasedRecommendation ( ) : void
StackOverflowRecommendation ( List tags, string title ) : void

메소드 상세

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

articleRating_Changed() 보호된 메소드

protected articleRating_Changed ( object sender, AjaxControlToolkit e ) : void
sender object
e AjaxControlToolkit
리턴 void

deleteLink_Click() 보호된 메소드

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

dislikeButton_Click() 보호된 메소드

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

dislikePitanje_Click() 보호된 메소드

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

likeButton_Click() 보호된 메소드

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

likePitanje_Click() 보호된 메소드

protected likePitanje_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 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

ToolkitScriptManager1 보호되어 있는 프로퍼티

ToolkitScriptManager1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.ToolkitScriptManager ToolkitScriptManager1
리턴 global::AjaxControlToolkit.ToolkitScriptManager

UpdatePanel1 보호되어 있는 프로퍼티

UpdatePanel1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel UpdatePanel1
리턴 global::System.Web.UI.UpdatePanel

UpdatePanel2 보호되어 있는 프로퍼티

UpdatePanel2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel UpdatePanel2
리턴 global::System.Web.UI.UpdatePanel

answerMessagePanel 보호되어 있는 프로퍼티

answerMessagePanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel answerMessagePanel
리턴 global::System.Web.UI.WebControls.Panel

answerPanel 보호되어 있는 프로퍼티

answerPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel answerPanel
리턴 global::System.Web.UI.WebControls.Panel

articleRating 보호되어 있는 프로퍼티

articleRating control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.Rating articleRating
리턴 global::AjaxControlToolkit.Rating

dateRatedLabel 보호되어 있는 프로퍼티

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

dislikePitanje 보호되어 있는 프로퍼티

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

dtOdgovori 보호되어 있는 프로퍼티

dtOdgovori control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DataList dtOdgovori
리턴 global::System.Web.UI.WebControls.DataList

editLink 보호되어 있는 프로퍼티

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

labelTag 보호되어 있는 프로퍼티

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

lblBrojNegativnih 보호되어 있는 프로퍼티

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

lblBrojPozitnivh 보호되어 있는 프로퍼티

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

lblBrojPregleda 보호되어 있는 프로퍼티

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

lblDatum 보호되어 있는 프로퍼티

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

lblKorisnik 보호되어 있는 프로퍼티

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

lblNaslovPitanja 보호되어 있는 프로퍼티

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

lblTextPitanja 보호되어 있는 프로퍼티

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

likePitanje 보호되어 있는 프로퍼티

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

ratingLabel 보호되어 있는 프로퍼티

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

rating_block 보호되어 있는 프로퍼티

rating_block control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl rating_block
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

tagsRepeater 보호되어 있는 프로퍼티

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

warning 보호되어 있는 프로퍼티

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

warning_block 보호되어 있는 프로퍼티

warning_block control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl warning_block
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

wysiwyg 보호되어 있는 프로퍼티

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