C# 클래스 RockWeb.Blocks.Core.DefinedTypeDetail

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

공개 메소드들

메소드 설명
ShowDetail ( string itemKey, int itemKeyValue ) : void

Shows the detail.

보호된 메소드들

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

Handles the BlockUpdated event of the control.

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.

btnCancelDefinedTypeAttribute_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancelDefinedTypeAttribute control.

btnCancelType_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancelType control.

btnDelete_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnDelete control.

btnEdit_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnEdit control.

btnSaveDefinedTypeAttribute_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSaveDefinedTypeAttribute control.

btnSaveType_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSaveType control.

gDefinedTypeAttributes_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gDefinedTypeAttributes control.

gDefinedTypeAttributes_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gDefinedTypeAttributes control.

gDefinedTypeAttributes_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gDefinedTypeAttributes control.

gDefinedTypeAttributes_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gDefinedTypeAttributes control.

gDefinedTypeAttributes_ShowEdit ( System.Guid attributeGuid ) : void

Gs the defined type attributes_ show edit.

비공개 메소드들

메소드 설명
BindDefinedTypeAttributesGrid ( ) : void

Binds the defined type attributes grid.

InitItemId ( ) : int?

Determines which item to display based on either the configuration or the definedTypeId that was passed in.

SetEditMode ( bool editable ) : void

Sets the edit mode.

ShowEditDetails ( DefinedType definedType ) : void

Shows the edit details.

ShowReadonlyDetails ( DefinedType definedType ) : void

Shows the readonly details.

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

Handles the GridReorder event of the gDefinedTypeAttributes control.

메소드 상세

Block_BlockUpdated() 보호된 메소드

Handles the BlockUpdated event of the control.
protected Block_BlockUpdated ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 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

ShowDetail() 공개 메소드

Shows the detail.
public ShowDetail ( string itemKey, int itemKeyValue ) : void
itemKey string The item key.
itemKeyValue int The item key value.
리턴 void

btnCancelDefinedTypeAttribute_Click() 보호된 메소드

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

btnCancelType_Click() 보호된 메소드

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

btnDelete_Click() 보호된 메소드

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

btnEdit_Click() 보호된 메소드

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

btnSaveDefinedTypeAttribute_Click() 보호된 메소드

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

btnSaveType_Click() 보호된 메소드

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

gDefinedTypeAttributes_Add() 보호된 메소드

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

gDefinedTypeAttributes_Delete() 보호된 메소드

Handles the Delete event of the gDefinedTypeAttributes control.
protected gDefinedTypeAttributes_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

gDefinedTypeAttributes_Edit() 보호된 메소드

Handles the Edit event of the gDefinedTypeAttributes control.
protected gDefinedTypeAttributes_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

gDefinedTypeAttributes_GridRebind() 보호된 메소드

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

gDefinedTypeAttributes_ShowEdit() 보호된 메소드

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