Méthode | Description | |
---|---|---|
GetBreadCrumbs ( Rock pageReference ) : List |
||
ShowDetail ( int tagId ) : void |
Shows the detail.
|
|
ShowDetail ( int tagId, int entityTypeId ) : void |
Shows the detail.
|
Méthode | Description | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel 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.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
rblScope_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the rblScope control.
|
Méthode | Description | |
---|---|---|
SetEditMode ( bool editable ) : void |
Sets the edit mode.
|
|
ShowEditDetails ( Tag tag ) : void |
Shows the edit details.
|
|
ShowReadonlyDetails ( Tag tag ) : void |
Shows the readonly details.
|
public GetBreadCrumbs ( Rock pageReference ) : List |
||
pageReference | Rock | |
Résultat | List |
protected OnInit ( |
||
e | An |
|
Résultat | void |
protected OnLoad ( |
||
e | The |
|
Résultat | void |
public ShowDetail ( int tagId ) : void | ||
tagId | int | The tag identifier. |
Résultat | void |
public ShowDetail ( int tagId, int entityTypeId ) : void | ||
tagId | int | The tag identifier. |
entityTypeId | int | The entity type identifier. |
Résultat | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnDelete_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnEdit_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected rblScope_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |