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

Template used by the SecurityField control
Inheritance: ITemplate
Show file Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
aSecure_DataBinding ( object sender, EventArgs e ) : void

Method Details

InstantiateIn() public method

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

SecurityFieldTemplate() public method

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