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

상속: System.Web.UI.WebControls.CompositeControl, IHasValidationGroup
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
CreateGroupAttributeControls ( Group group, RockContext rockContext ) : void

Creates the group attribute controls.

GetGroupValues ( Group group ) : void

Gets or sets the group.

RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.

SetGroup ( Group value, RockContext rockContext ) : void

Sets the group.

보호된 메소드들

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

Handles the Click event of the AddLocation 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.

DeleteLocation_Click ( object sender, RowEventArgs e ) : void

Handles the Click event of the DeleteLocation control.

OnLoad ( EventArgs e ) : void

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

gLocations_Reorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void

Handles the Reorder event of the gLocations control.

비공개 메소드들

메소드 설명
CreateLocationsGrid ( ) : void

Creates the locations grid.

HandleGridEvents ( ) : void

Handles the grid events.

메소드 상세

AddLocation_Click() 보호된 메소드

Handles the Click event of the AddLocation control.
protected AddLocation_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

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

CreateGroupAttributeControls() 공개 메소드

Creates the group attribute controls.
public CreateGroupAttributeControls ( Group group, RockContext rockContext ) : void
group Group The group.
rockContext Rock.Data.RockContext The rock context.
리턴 void

DeleteLocation_Click() 보호된 메소드

Handles the Click event of the DeleteLocation control.
protected DeleteLocation_Click ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e RowEventArgs The instance containing the event data.
리턴 void

GetGroupValues() 공개 메소드

Gets or sets the group.
public GetGroupValues ( Group group ) : void
group Group The group.
리턴 void

OnLoad() 보호된 메소드

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
리턴 void

RenderControl() 공개 메소드

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter An that represents the output stream to render HTML content on the client.
리턴 void

SetGroup() 공개 메소드

Sets the group.
public SetGroup ( Group value, RockContext rockContext ) : void
value Group The value.
rockContext Rock.Data.RockContext The rock context.
리턴 void

gLocations_Reorder() 보호된 메소드

Handles the Reorder event of the gLocations control.
protected gLocations_Reorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.GridReorderEventArgs The instance containing the event data.
리턴 void