C# Class WIKI.Account.ArticleDetails

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

Protected Properties

Свойство 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

Méthodes protégées

Méthode 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

Méthode Description
GetTagInArticle ( ) : void
WikiRecommendation ( List taglist, string title ) : void
refreshVotingData ( ) : void

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

UpdateViews() protected méthode

protected UpdateViews ( string Views ) : void
Views string
Résultat void

btnEditArticle_Click() protected méthode

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

btnVote_Click() protected méthode

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

txtNaslov_TextChanged() protected méthode

protected txtNaslov_TextChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.DataList