C# Class Rock.Web.UI.Controls.TagList

Inheritance: System.Web.UI.WebControls.TextBox
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
GetTagValues ( int currentPersonId ) : void

Updates the control with the current tags that exist for the current entity

RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.

SaveTagValues ( PersonAlias personAlias ) : void

Saves the tag values that user entered for the entity (

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

Method Details

GetTagValues() public méthode

Updates the control with the current tags that exist for the current entity
public GetTagValues ( int currentPersonId ) : void
currentPersonId int The current person identifier.
Résultat void

OnInit() protected méthode

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat void

RenderControl() public méthode

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object that receives the control content.
Résultat void

SaveTagValues() public méthode

Saves the tag values that user entered for the entity (
public SaveTagValues ( PersonAlias personAlias ) : void
personAlias PersonAlias The person alias.
Résultat void