C# Class WIKI.Account.ArticleDetails

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

Protected Properties

Property Type Description
DropDownListVoteArticle global::System.Web.UI.WebControls.DropDownList
Label2 global::System.Web.UI.WebControls.Label
Label3 global::System.Web.UI.WebControls.Label
Label4 global::System.Web.UI.WebControls.Label
Label5 global::System.Web.UI.WebControls.Label
Label6 global::System.Web.UI.WebControls.Label
Label9 global::System.Web.UI.WebControls.Label
Repeater1 global::System.Web.UI.WebControls.Repeater
Views global::System.Web.UI.WebControls.Label
btnEditArticle global::System.Web.UI.WebControls.LinkButton
btnVoteArticle global::System.Web.UI.WebControls.Button
lblAutor global::System.Web.UI.WebControls.Label
lblBrojOcjena global::System.Web.UI.WebControls.Label
lblDate global::System.Web.UI.WebControls.Label
lblOcjena global::System.Web.UI.WebControls.Label
lblTags global::System.Web.UI.WebControls.Label
lblViews global::System.Web.UI.WebControls.Label
wikiList global::System.Web.UI.WebControls.DataList

Protected Methods

Method Description
Button1_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
UpdateViews ( string Views ) : void
btnEditArticle_Click ( object sender, EventArgs e ) : void
btnVote_Click ( object sender, EventArgs e ) : void
txtNaslov_TextChanged ( object sender, EventArgs e ) : void

Private Methods

Method Description
GetTagInArticle ( ) : void
WikiRecommendation ( List taglist, string title ) : void
refreshVotingData ( ) : void

Method Details

Button1_Click() protected method

protected Button1_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

UpdateViews() protected method

protected UpdateViews ( string Views ) : void
Views string
return void

btnEditArticle_Click() protected method

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

btnVote_Click() protected method

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

txtNaslov_TextChanged() protected method

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

Property Details

DropDownListVoteArticle protected_oe property

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

Label2 protected_oe property

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

Label3 protected_oe property

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

Label4 protected_oe property

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

Label5 protected_oe property

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

Label6 protected_oe property

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

Label9 protected_oe property

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

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

Views protected_oe property

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

btnEditArticle protected_oe property

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

btnVoteArticle protected_oe property

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

lblAutor protected_oe property

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

lblBrojOcjena protected_oe property

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

lblDate protected_oe property

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

lblOcjena protected_oe property

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

lblTags protected_oe property

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

lblViews protected_oe property

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

wikiList protected_oe property

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