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

The ASP:CheckBoxField doesn't work very well for retrieving changed values, especially when the value is changed from True to False (weird) This CheckBoxEditableField works like the ASP:CheckBoxField except it gives the CheckBox's IDs so their changed values will consistantly persist on postbacks
상속: Rock.Web.UI.Controls.SelectField, INotRowSelectedField
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
HeaderTemplate_LinkButtonClick ( object sender, EventArgs e ) : void

Handles the LinkButtonClick event of the HeaderTemplate control.

Initialize ( bool sortingEnabled, Control control ) : bool

Performs basic instance initialization for a data control field.

비공개 메소드들

메소드 설명
Delete ( EventArgs e ) : void

Raises the E:Click event.

메소드 상세

HeaderTemplate_LinkButtonClick() 공개 메소드

Handles the LinkButtonClick event of the HeaderTemplate control.
public HeaderTemplate_LinkButtonClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

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