C# 클래스 FITKMS.Wiki.Details

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

보호된 프로퍼티들

프로퍼티 타입 설명
ToolkitScriptManager1 global::AjaxControlToolkit.ToolkitScriptManager
addCommentSubmit global::System.Web.UI.WebControls.Button
articleComments global::System.Web.UI.HtmlControls.HtmlGenericControl
articleHistory global::System.Web.UI.HtmlControls.HtmlGenericControl
articleRating global::AjaxControlToolkit.Rating
authorsLabel global::System.Web.UI.WebControls.Label
avgGradeLabel global::System.Web.UI.WebControls.Label
commentBlock global::System.Web.UI.HtmlControls.HtmlGenericControl
commentMessagePanel global::System.Web.UI.WebControls.Panel
commentPanel global::System.Web.UI.WebControls.Panel
commentTab global::System.Web.UI.HtmlControls.HtmlGenericControl
comments List
commentsGrid global::System.Web.UI.WebControls.DataGrid
dateChangedLabel global::System.Web.UI.WebControls.Label
dateCreatedLabel global::System.Web.UI.WebControls.Label
dateRatedLabel global::System.Web.UI.WebControls.Label
defaultTab global::System.Web.UI.HtmlControls.HtmlGenericControl
editLink global::System.Web.UI.WebControls.LinkButton
history List
historyGrid global::System.Web.UI.WebControls.DataGrid
historyTab global::System.Web.UI.HtmlControls.HtmlGenericControl
home global::System.Web.UI.HtmlControls.HtmlGenericControl
pdfDownloadLink global::System.Web.UI.HtmlControls.HtmlAnchor
pdfIcon global::System.Web.UI.HtmlControls.HtmlGenericControl
ratingLabel global::System.Web.UI.WebControls.Label
rating_block global::System.Web.UI.HtmlControls.HtmlGenericControl
tagsRepeater global::System.Web.UI.WebControls.Repeater
textLiteral global::System.Web.UI.WebControls.Literal
themeLabel global::System.Web.UI.WebControls.Label
titleLabel global::System.Web.UI.WebControls.Label
typeLable global::System.Web.UI.WebControls.Label
warning global::System.Web.UI.WebControls.Label
warning_block global::System.Web.UI.HtmlControls.HtmlGenericControl
wysiwyg global::System.Web.UI.HtmlControls.HtmlTextArea

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
addCommentSubmit_Click ( object sender, EventArgs e ) : void
articleRating_Changed ( object sender, AjaxControlToolkit e ) : void
commentsGrid_ItemCommand ( object source, System.Web.UI.WebControls.DataGridCommandEventArgs e ) : void
commentsGrid_PageIndexChanged ( object source, System.Web.UI.WebControls.DataGridPageChangedEventArgs e ) : void
historyGrid_PageIndexChanged ( object source, System.Web.UI.WebControls.DataGridPageChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
BindArticle ( ) : void
BindComments ( bool newPage ) : void
BindGrade ( ) : void
BindHistory ( ) : void
ItemBasedRecommendation ( ) : void
WikiRecommendation ( List tags, string title ) : void
activateCommentTab ( ) : void
saveView ( ) : void

메소드 상세

Page_Load() 보호된 메소드

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

addCommentSubmit_Click() 보호된 메소드

protected addCommentSubmit_Click ( 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

commentsGrid_ItemCommand() 보호된 메소드

protected commentsGrid_ItemCommand ( object source, System.Web.UI.WebControls.DataGridCommandEventArgs e ) : void
source object
e System.Web.UI.WebControls.DataGridCommandEventArgs
리턴 void

commentsGrid_PageIndexChanged() 보호된 메소드

protected commentsGrid_PageIndexChanged ( object source, System.Web.UI.WebControls.DataGridPageChangedEventArgs e ) : void
source object
e System.Web.UI.WebControls.DataGridPageChangedEventArgs
리턴 void

historyGrid_PageIndexChanged() 보호된 메소드

protected historyGrid_PageIndexChanged ( object source, System.Web.UI.WebControls.DataGridPageChangedEventArgs e ) : void
source object
e System.Web.UI.WebControls.DataGridPageChangedEventArgs
리턴 void

프로퍼티 상세

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

addCommentSubmit 보호되어 있는 프로퍼티

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

articleComments 보호되어 있는 프로퍼티

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

articleHistory 보호되어 있는 프로퍼티

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

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

authorsLabel 보호되어 있는 프로퍼티

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

avgGradeLabel 보호되어 있는 프로퍼티

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

commentBlock 보호되어 있는 프로퍼티

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

commentMessagePanel 보호되어 있는 프로퍼티

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

commentPanel 보호되어 있는 프로퍼티

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

commentTab 보호되어 있는 프로퍼티

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

comments 보호되어 있는 프로퍼티

protected List comments
리턴 List

commentsGrid 보호되어 있는 프로퍼티

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

dateChangedLabel 보호되어 있는 프로퍼티

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

dateCreatedLabel 보호되어 있는 프로퍼티

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

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

defaultTab 보호되어 있는 프로퍼티

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

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

history 보호되어 있는 프로퍼티

protected List history
리턴 List

historyGrid 보호되어 있는 프로퍼티

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

historyTab 보호되어 있는 프로퍼티

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

home 보호되어 있는 프로퍼티

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

pdfDownloadLink 보호되어 있는 프로퍼티

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

pdfIcon 보호되어 있는 프로퍼티

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

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

textLiteral 보호되어 있는 프로퍼티

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

themeLabel 보호되어 있는 프로퍼티

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

titleLabel 보호되어 있는 프로퍼티

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

typeLable 보호되어 있는 프로퍼티

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

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.HtmlControls.HtmlTextArea wysiwyg
리턴 global::System.Web.UI.HtmlControls.HtmlTextArea