Method | Description | |
---|---|---|
ShowDetail ( int scheduleId ) : void |
Shows the detail.
|
|
ShowDetail ( int scheduleId, int parentCategoryId ) : void |
Shows the detail.
|
|
ShowEditDetails ( Schedule schedule ) : void |
Shows the edit details.
|
Method | Description | |
---|---|---|
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.
|
|
sbSchedule_SaveSchedule ( object sender, |
Handles the SaveSchedule event of the sbSchedule control.
|
Method | Description | |
---|---|---|
GetOccurrenceText ( Occurrence occurrence ) : string |
Gets the occurrence text.
|
|
SetEditMode ( bool editable ) : void |
Sets the edit mode.
|
|
ShowReadonlyDetails ( Schedule schedule ) : void |
Shows the readonly details.
|
|
UpdateHelpText ( ) : void |
Updates the help text.
|
protected OnLoad ( |
||
e | The |
|
return | void |
public ShowDetail ( int scheduleId ) : void | ||
scheduleId | int | The schedule identifier. |
return | void |
public ShowDetail ( int scheduleId, int parentCategoryId ) : void | ||
scheduleId | int | The schedule identifier. |
parentCategoryId | int | The parent category id. |
return | void |
public ShowEditDetails ( Schedule schedule ) : void | ||
schedule | Schedule | The schedule. |
return | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnDelete_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnEdit_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected sbSchedule_SaveSchedule ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |