Метод | Описание | |
---|---|---|
ShowDetail ( string itemKey, int itemKeyValue ) : void |
Shows the detail.
|
Метод | Описание | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the control.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
btnCancelDefinedTypeAttribute_Click ( object sender, |
Handles the Click event of the btnCancelDefinedTypeAttribute control.
|
|
btnCancelType_Click ( object sender, |
Handles the Click event of the btnCancelType control.
|
|
btnDelete_Click ( object sender, |
Handles the Click event of the btnDelete control.
|
|
btnEdit_Click ( object sender, |
Handles the Click event of the btnEdit control.
|
|
btnSaveDefinedTypeAttribute_Click ( object sender, |
Handles the Click event of the btnSaveDefinedTypeAttribute control.
|
|
btnSaveType_Click ( object sender, |
Handles the Click event of the btnSaveType control.
|
|
gDefinedTypeAttributes_Add ( object sender, |
Handles the Add event of the gDefinedTypeAttributes control.
|
|
gDefinedTypeAttributes_Delete ( object sender, |
Handles the Delete event of the gDefinedTypeAttributes control.
|
|
gDefinedTypeAttributes_Edit ( object sender, |
Handles the Edit event of the gDefinedTypeAttributes control.
|
|
gDefinedTypeAttributes_GridRebind ( object sender, |
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.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected OnInit ( |
||
e | An |
|
Результат | void |
protected OnLoad ( |
||
e | The |
|
Результат | void |
public ShowDetail ( string itemKey, int itemKeyValue ) : void | ||
itemKey | string | The item key. |
itemKeyValue | int | The item key value. |
Результат | void |
protected btnCancelDefinedTypeAttribute_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected btnCancelType_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected btnDelete_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected btnEdit_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected btnSaveDefinedTypeAttribute_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected btnSaveType_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gDefinedTypeAttributes_Add ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gDefinedTypeAttributes_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gDefinedTypeAttributes_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gDefinedTypeAttributes_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gDefinedTypeAttributes_ShowEdit ( System.Guid attributeGuid ) : void | ||
attributeGuid | System.Guid | The attribute GUID. |
Результат | void |