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

상속: RockTemplateField, INotRowSelectedField
파일 보기 프로젝트 열기: SparkDevNetwork/Rock 1 사용 예제들

공개 메소드들

메소드 설명
DeleteField ( ) : System

Initializes a new instance of the DeleteField class.

Initialize ( bool sortingEnabled, Control control ) : bool

Performs basic instance initialization for a data control field.

OnClick ( RowEventArgs e ) : void

Raises the E:Click event.

보호된 메소드들

메소드 설명
deleteFieldTemplate_LinkButtonClick ( object sender, RowEventArgs e ) : void

Handles the LinkButtonClick event of the deleteFieldTemplate control.

메소드 상세

DeleteField() 공개 메소드

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

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

OnClick() 공개 메소드

Raises the E:Click event.
public OnClick ( RowEventArgs e ) : void
e RowEventArgs The instance containing the event data.
리턴 void

deleteFieldTemplate_LinkButtonClick() 보호된 메소드

Handles the LinkButtonClick event of the deleteFieldTemplate control.
protected deleteFieldTemplate_LinkButtonClick ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e RowEventArgs The instance containing the event data.
리턴 void