C# Класс Rock.Web.UI.Controls.TagList

Наследование: System.Web.UI.WebControls.TextBox
Показать файл Открыть проект

Открытые методы

Метод Описание
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 (

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void

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

Описание методов

GetTagValues() публичный Метод

Updates the control with the current tags that exist for the current entity
public GetTagValues ( int currentPersonId ) : void
currentPersonId int The current person identifier.
Результат void

OnInit() защищенный Метод

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void

RenderControl() публичный Метод

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.
Результат void

SaveTagValues() публичный Метод

Saves the tag values that user entered for the entity (
public SaveTagValues ( PersonAlias personAlias ) : void
personAlias PersonAlias The person alias.
Результат void