C# 클래스 RockWeb.Blocks.Groups.GroupTypes

상속: Rock.Web.UI.RockBlock, IDetailBlock
파일 보기 프로젝트 열기: SparkDevNetwork/Rock

Private Properties

프로퍼티 타입 설명
BindChildGroupTypesGrid void
BindGroupAttributesGrid void
BindGroupAttributesInheritedGrid void
BindGroupMemberAttributesGrid void
BindGroupMemberAttributesInheritedGrid void
BindGroupTypeAttributesGrid void
BindGroupTypeAttributesInheritedGrid void
BindGroupTypeRolesGrid void
BindInheritedAttributes void
BindLocationTypesGrid void
BindMemberWorkflowTriggersGrid void
BindScheduleExclusionsGrid void
HideDialog void
LoadDropDowns void
ReorderAttributeList void
ReorderGroupTypeRoleList void
ReorderMemberWorkflowTriggerList void
SaveAttributes void
SetAttributeListOrder void
SetEditMode void
SetGroupTypeRoleListOrder void
SetMemberWorkflowTriggerListOrder void
ShowDialog void
ShowDialog void
ShowEditDetails void
ShowReadonlyDetails void

공개 메소드들

메소드 설명
GetBreadCrumbs ( PageReference pageReference ) : List

Returns breadcrumbs specific to the block that should be added to navigation based on the current page reference. This function is called during the page's oninit to load any initial breadcrumbs

ShowDetail ( int groupTypeId ) : void

Shows the edit.

보호된 메소드들

메소드 설명
FormatTriggerType ( object type, object qualifier ) : string

Formats the type of the trigger.

LoadViewState ( object savedState ) : void

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.

OnInit ( EventArgs e ) : void

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

OnLoad ( EventArgs e ) : void

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

SaveViewState ( ) : object

Saves any user control view-state changes that have occurred since the last page postback.

ShowTriggerQualifierControls ( ) : void

Shows the trigger qualifier controls.

btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

cvAllowed_ServerValidate ( object source, System args ) : void

Handles the ServerValidate event of the cvAllowed control.

ddlTriggerType_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ddlTriggerType control.

dlgChildGroupType_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the dlgChildGroupType control.

dlgGroupAttribute_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the dlgGroupAttribute control.

dlgGroupMemberAttribute_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the dlgGroupMemberAttribute control.

dlgGroupTypeAttribute_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the dlgGroupTypeAttribute control.

dlgLocationType_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the dlgLocationType control.

dlgMemberWorkflowTriggers_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the dlgGroupMemberAttribute control.

dlgScheduleExclusion_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the dlgScheduleExclusion control.

gChildGroupTypes_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gChildGroupTypes control.

gChildGroupTypes_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gChildGroupTypes control.

gChildGroupTypes_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gChildGroupTypes control.

gGroupAttributesInherited_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gGroupAttributesInherited control.

gGroupAttributes_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gGroupAttributes control.

gGroupAttributes_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gGroupAttributes control.

gGroupAttributes_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gGroupAttributes control.

gGroupAttributes_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gGroupAttributes control.

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

Handles the GridReorder event of the gGroupAttributes control.

gGroupAttributes_ShowEdit ( System.Guid attributeGuid ) : void

Gs the group attributes_ show edit.

gGroupMemberAttributesInherited_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gGroupMemberAttributesInherited control.

gGroupMemberAttributes_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gGroupMemberAttributes control.

gGroupMemberAttributes_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gGroupMemberAttributes control.

gGroupMemberAttributes_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gGroupMemberAttributes control.

gGroupMemberAttributes_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gGroupMemberAttributes control.

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

Handles the GridReorder event of the gGroupMemberAttributes control.

gGroupMemberAttributes_ShowEdit ( System.Guid attributeGuid ) : void

Gs the group attributes_ show edit.

gGroupTypeAttributesInherited_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gGroupTypeAttributesInherited control.

gGroupTypeAttributes_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gGroupTypeAttributes control.

gGroupTypeAttributes_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gGroupTypeAttributes control.

gGroupTypeAttributes_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gGroupTypeAttributes control.

gGroupTypeAttributes_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gGroupTypeAttributes control.

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

Handles the GridReorder event of the gGroupTypeAttributes control.

gGroupTypeAttributes_ShowEdit ( System.Guid attributeGuid ) : void

Gs the group type attributes_ show edit.

gGroupTypeRoles_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gGroupTypeRoles control.

gGroupTypeRoles_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gGroupTypeRoles control.

gGroupTypeRoles_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gGroupTypeRoles control.

gGroupTypeRoles_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gGroupTypeRoles control.

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

Handles the GridReorder event of the gGroupTypeRoles control.

gGroupTypeRoles_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the dlgGroupMemberAttribute control.

gGroupTypeRoles_ShowEdit ( System.Guid groupTypeRoleGuid ) : void

Gs the group attributes_ show edit.

gLocationTypes_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gLocationTypes control.

gLocationTypes_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gLocationTypes control.

gLocationTypes_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gLocationTypes control.

gMemberWorkflowTriggers_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gMemberWorkflowTriggers control.

gMemberWorkflowTriggers_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gMemberWorkflowTriggers control.

gMemberWorkflowTriggers_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gMemberWorkflowTriggers control.

gMemberWorkflowTriggers_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gMemberWorkflowTriggers control.

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

Handles the GridReorder event of the gMemberWorkflowTriggers control.

gMemberWorkflowTriggers_ShowEdit ( System.Guid memberWorkflowTriggersGuid ) : void

Gs the group attributes_ show edit.

gScheduleExclusions_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gScheduleExclusions control.

gScheduleExclusions_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gScheduleExclusions control.

gScheduleExclusions_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gScheduleExclusions control.

gScheduleExclusions_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gScheduleExclusions control.

gtpInheritedGroupType_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the gtpInheritedGroupType control.

비공개 메소드들

메소드 설명
BindChildGroupTypesGrid ( ) : void

Binds the child group types grid.

BindGroupAttributesGrid ( ) : void

Binds the group type attributes grid.

BindGroupAttributesInheritedGrid ( ) : void

Binds the group attributes inherited grid.

BindGroupMemberAttributesGrid ( ) : void

Binds the group type attributes grid.

BindGroupMemberAttributesInheritedGrid ( ) : void

Binds the group member attributes inherited grid.

BindGroupTypeAttributesGrid ( ) : void

Binds the group type attributes grid.

BindGroupTypeAttributesInheritedGrid ( ) : void

Binds the group type attributes inherited grid.

BindGroupTypeRolesGrid ( ) : void

Binds the group type attributes grid.

BindInheritedAttributes ( int inheritedGroupTypeId, GroupTypeService groupTypeService, AttributeService attributeService ) : void

Binds the inherited attributes.

BindLocationTypesGrid ( ) : void

Binds the location types grid.

BindMemberWorkflowTriggersGrid ( ) : void

Binds the group type attributes grid.

BindScheduleExclusionsGrid ( ) : void

Binds the location types grid.

HideDialog ( ) : void

Hides the dialog.

LoadDropDowns ( int groupTypeId ) : void

Loads the drop downs.

ReorderAttributeList ( List itemList, int oldIndex, int newIndex ) : void

Reorders the attribute list.

ReorderGroupTypeRoleList ( List itemList, int oldIndex, int newIndex ) : void

Reorders the group type role list.

ReorderMemberWorkflowTriggerList ( List itemList, int oldIndex, int newIndex ) : void

Reorders the group type role list.

SaveAttributes ( int entityTypeId, string qualifierColumn, string qualifierValue, List viewStateAttributes, RockContext rockContext ) : void

Saves the attributes.

SetAttributeListOrder ( List itemList ) : void

Sets the attribute list order.

SetEditMode ( bool editable ) : void

Sets the edit mode.

SetGroupTypeRoleListOrder ( List itemList ) : void

Sets the group type role list order.

SetMemberWorkflowTriggerListOrder ( List itemList ) : void

Sets the group type role list order.

ShowDialog ( bool setValues = false ) : void

Shows the dialog.

ShowDialog ( string dialog, bool setValues = false ) : void

Shows the dialog.

ShowEditDetails ( GroupType groupType ) : void

Shows the edit details.

ShowReadonlyDetails ( GroupType groupType ) : void

Shows the readonly details.

메소드 상세

FormatTriggerType() 보호된 메소드

Formats the type of the trigger.
protected FormatTriggerType ( object type, object qualifier ) : string
type object The type.
qualifier object The qualifier.
리턴 string

GetBreadCrumbs() 공개 메소드

Returns breadcrumbs specific to the block that should be added to navigation based on the current page reference. This function is called during the page's oninit to load any initial breadcrumbs
public GetBreadCrumbs ( PageReference pageReference ) : List
pageReference PageReference The page reference.
리턴 List

LoadViewState() 보호된 메소드

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
protected LoadViewState ( object savedState ) : void
savedState object An that represents the user control state to be restored.
리턴 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

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

SaveViewState() 보호된 메소드

Saves any user control view-state changes that have occurred since the last page postback.
protected SaveViewState ( ) : object
리턴 object

ShowDetail() 공개 메소드

Shows the edit.
public ShowDetail ( int groupTypeId ) : void
groupTypeId int The group type identifier.
리턴 void

ShowTriggerQualifierControls() 보호된 메소드

Shows the trigger qualifier controls.
protected ShowTriggerQualifierControls ( ) : void
리턴 void

btnCancel_Click() 보호된 메소드

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

btnSave_Click() 보호된 메소드

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

cvAllowed_ServerValidate() 보호된 메소드

Handles the ServerValidate event of the cvAllowed control.
protected cvAllowed_ServerValidate ( object source, System args ) : void
source object The source of the event.
args System The instance containing the event data.
리턴 void

ddlTriggerType_SelectedIndexChanged() 보호된 메소드

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

dlgChildGroupType_SaveClick() 보호된 메소드

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

dlgGroupAttribute_SaveClick() 보호된 메소드

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

dlgGroupMemberAttribute_SaveClick() 보호된 메소드

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

dlgGroupTypeAttribute_SaveClick() 보호된 메소드

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

dlgLocationType_SaveClick() 보호된 메소드

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

dlgMemberWorkflowTriggers_SaveClick() 보호된 메소드

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

dlgScheduleExclusion_SaveClick() 보호된 메소드

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

gChildGroupTypes_Add() 보호된 메소드

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

gChildGroupTypes_Delete() 보호된 메소드

Handles the Delete event of the gChildGroupTypes control.
protected gChildGroupTypes_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
리턴 void

gChildGroupTypes_GridRebind() 보호된 메소드

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

gGroupAttributesInherited_GridRebind() 보호된 메소드

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

gGroupAttributes_Add() 보호된 메소드

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

gGroupAttributes_Delete() 보호된 메소드

Handles the Delete event of the gGroupAttributes control.
protected gGroupAttributes_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
리턴 void

gGroupAttributes_Edit() 보호된 메소드

Handles the Edit event of the gGroupAttributes control.
protected gGroupAttributes_Edit ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
리턴 void

gGroupAttributes_GridRebind() 보호된 메소드

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

gGroupAttributes_GridReorder() 보호된 메소드

Handles the GridReorder event of the gGroupAttributes control.
protected gGroupAttributes_GridReorder ( 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

gGroupAttributes_ShowEdit() 보호된 메소드

Gs the group attributes_ show edit.
protected gGroupAttributes_ShowEdit ( System.Guid attributeGuid ) : void
attributeGuid System.Guid The attribute GUID.
리턴 void

gGroupMemberAttributesInherited_GridRebind() 보호된 메소드

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

gGroupMemberAttributes_Add() 보호된 메소드

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

gGroupMemberAttributes_Delete() 보호된 메소드

Handles the Delete event of the gGroupMemberAttributes control.
protected gGroupMemberAttributes_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
리턴 void

gGroupMemberAttributes_Edit() 보호된 메소드

Handles the Edit event of the gGroupMemberAttributes control.
protected gGroupMemberAttributes_Edit ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
리턴 void

gGroupMemberAttributes_GridRebind() 보호된 메소드

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

gGroupMemberAttributes_GridReorder() 보호된 메소드

Handles the GridReorder event of the gGroupMemberAttributes control.
protected gGroupMemberAttributes_GridReorder ( 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

gGroupMemberAttributes_ShowEdit() 보호된 메소드

Gs the group attributes_ show edit.
protected gGroupMemberAttributes_ShowEdit ( System.Guid attributeGuid ) : void
attributeGuid System.Guid The attribute GUID.
리턴 void

gGroupTypeAttributesInherited_GridRebind() 보호된 메소드

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

gGroupTypeAttributes_Add() 보호된 메소드

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

gGroupTypeAttributes_Delete() 보호된 메소드

Handles the Delete event of the gGroupTypeAttributes control.
protected gGroupTypeAttributes_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
리턴 void

gGroupTypeAttributes_Edit() 보호된 메소드

Handles the Edit event of the gGroupTypeAttributes control.
protected gGroupTypeAttributes_Edit ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
리턴 void

gGroupTypeAttributes_GridRebind() 보호된 메소드

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

gGroupTypeAttributes_GridReorder() 보호된 메소드

Handles the GridReorder event of the gGroupTypeAttributes control.
protected gGroupTypeAttributes_GridReorder ( 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

gGroupTypeAttributes_ShowEdit() 보호된 메소드

Gs the group type attributes_ show edit.
protected gGroupTypeAttributes_ShowEdit ( System.Guid attributeGuid ) : void
attributeGuid System.Guid The attribute GUID.
리턴 void

gGroupTypeRoles_Add() 보호된 메소드

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

gGroupTypeRoles_Delete() 보호된 메소드

Handles the Delete event of the gGroupTypeRoles control.
protected gGroupTypeRoles_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
리턴 void

gGroupTypeRoles_Edit() 보호된 메소드

Handles the Edit event of the gGroupTypeRoles control.
protected gGroupTypeRoles_Edit ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
리턴 void

gGroupTypeRoles_GridRebind() 보호된 메소드

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

gGroupTypeRoles_GridReorder() 보호된 메소드

Handles the GridReorder event of the gGroupTypeRoles control.
protected gGroupTypeRoles_GridReorder ( 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

gGroupTypeRoles_SaveClick() 보호된 메소드

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

gGroupTypeRoles_ShowEdit() 보호된 메소드

Gs the group attributes_ show edit.
protected gGroupTypeRoles_ShowEdit ( System.Guid groupTypeRoleGuid ) : void
groupTypeRoleGuid System.Guid
리턴 void

gLocationTypes_Add() 보호된 메소드

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

gLocationTypes_Delete() 보호된 메소드

Handles the Delete event of the gLocationTypes control.
protected gLocationTypes_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
리턴 void

gLocationTypes_GridRebind() 보호된 메소드

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

gMemberWorkflowTriggers_Add() 보호된 메소드

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

gMemberWorkflowTriggers_Delete() 보호된 메소드

Handles the Delete event of the gMemberWorkflowTriggers control.
protected gMemberWorkflowTriggers_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
리턴 void

gMemberWorkflowTriggers_Edit() 보호된 메소드

Handles the Edit event of the gMemberWorkflowTriggers control.
protected gMemberWorkflowTriggers_Edit ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
리턴 void

gMemberWorkflowTriggers_GridRebind() 보호된 메소드

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

gMemberWorkflowTriggers_GridReorder() 보호된 메소드

Handles the GridReorder event of the gMemberWorkflowTriggers control.
protected gMemberWorkflowTriggers_GridReorder ( 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

gMemberWorkflowTriggers_ShowEdit() 보호된 메소드

Gs the group attributes_ show edit.
protected gMemberWorkflowTriggers_ShowEdit ( System.Guid memberWorkflowTriggersGuid ) : void
memberWorkflowTriggersGuid System.Guid
리턴 void

gScheduleExclusions_Add() 보호된 메소드

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

gScheduleExclusions_Delete() 보호된 메소드

Handles the Delete event of the gScheduleExclusions control.
protected gScheduleExclusions_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
리턴 void

gScheduleExclusions_Edit() 보호된 메소드

Handles the Edit event of the gScheduleExclusions control.
protected gScheduleExclusions_Edit ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
리턴 void

gScheduleExclusions_GridRebind() 보호된 메소드

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

gtpInheritedGroupType_SelectedIndexChanged() 보호된 메소드

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