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

상속: ItemPicker
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
RenderCustomPickerActions ( System.Web.UI.HtmlTextWriter writer ) : void

Render any additional picker actions

SetValue ( Group group ) : void

Sets the value.

SetValues ( IEnumerable groups ) : void

Sets the values.

_cbShowInactiveGroups_CheckedChanged ( object sender, EventArgs e ) : void

Handles the CheckedChanged event of the _cbShowInactiveGroups control.

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

SetValueOnSelect ( ) : void

Sets the value on select.

SetValuesOnSelect ( ) : void

Sets the values on select.

비공개 메소드들

메소드 설명
GetGroupAncestorsIdList ( Group group, List ancestorGroupIds = null ) : List

Returns a list of the ancestor Groups of the specified Group. If the ParentGroup property of the Group is not populated, it is assumed to be a top-level node.

SetExtraRestParams ( bool includeInactiveGroups = false ) : void

Sets the extra rest parameters.

메소드 상세

CreateChildControls() 보호된 메소드

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
protected CreateChildControls ( ) : void
리턴 void

OnInit() 보호된 메소드

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void

RenderCustomPickerActions() 공개 메소드

Render any additional picker actions
public RenderCustomPickerActions ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The writer.
리턴 void

SetValue() 공개 메소드

Sets the value.
public SetValue ( Group group ) : void
group Group The group.
리턴 void

SetValueOnSelect() 보호된 메소드

Sets the value on select.
protected SetValueOnSelect ( ) : void
리턴 void

SetValues() 공개 메소드

Sets the values.
public SetValues ( IEnumerable groups ) : void
groups IEnumerable The groups.
리턴 void

SetValuesOnSelect() 보호된 메소드

Sets the values on select.
protected SetValuesOnSelect ( ) : void
리턴 void

_cbShowInactiveGroups_CheckedChanged() 공개 메소드

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