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

Template used by the SecurityField control
Наследование: ITemplate
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
InstantiateIn ( Control container ) : void

When implemented by a class, defines the T:System.Web.UI.Control object that child controls and templates belong to. These child controls are in turn defined within an inline template.

SecurityFieldTemplate ( System page, int entityTypeId, string titleField ) : System

Initializes a new instance of the SecurityFieldTemplate class.

Приватные методы

Метод Описание
aSecure_DataBinding ( object sender, EventArgs e ) : void

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

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

When implemented by a class, defines the T:System.Web.UI.Control object that child controls and templates belong to. These child controls are in turn defined within an inline template.
public InstantiateIn ( Control container ) : void
container System.Web.UI.Control The object to contain the instances of controls from the inline template.
Результат void

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

Initializes a new instance of the SecurityFieldTemplate class.
public SecurityFieldTemplate ( System page, int entityTypeId, string titleField ) : System
page System The page.
entityTypeId int The entity type id.
titleField string The title field.
Результат System