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

Inheritance: System.Web.UI.WebControls.TextBox
Exibir arquivo Open project: NewSpring/Rock

Public Methods

Method 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 (

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

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

Method Details

GetTagValues() public method

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

OnInit() protected method

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

RenderControl() public method

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.
return void

SaveTagValues() public method

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