C# 클래스 Rock.Web.UI.Controls.SecurityField

상속: System.Web.UI.WebControls.TemplateField
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( bool sortingEnabled, Control control ) : bool

Performs basic instance initialization for a data control field.

SecurityField ( ) : System

Initializes a new instance of the SecurityField class.

메소드 상세

Initialize() 공개 메소드

Performs basic instance initialization for a data control field.
public Initialize ( bool sortingEnabled, Control control ) : bool
sortingEnabled bool A value that indicates whether the control supports the sorting of columns of data.
control System.Web.UI.Control The data control that owns the .
리턴 bool

SecurityField() 공개 메소드

Initializes a new instance of the SecurityField class.
public SecurityField ( ) : System
리턴 System