Метод | Описание | |
---|---|---|
OnInit ( |
Handles the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Handles the E:System.Web.UI.Control.Load event.
|
|
lbFlag_Click ( object sender, |
Called when the user clicks on the "Flag" button.
|
|
lbNext_Click ( object sender, |
Handler that gets the next prayer request and updates its prayer count.
|
|
lbStartAgain_Click ( object sender, |
Handler for when/if the user wants to start a new prayer session.
|
|
lbStart_Click ( object sender, |
Handler that saves the user's category preferences and starts a prayer session for their selected categories.
|
|
lbStop_Click ( object sender, |
Handler for when the user has decided to call it quits for their current prayer session.
|
|
mdFlag_SaveClick ( object sender, |
Handles the SaveClick event of the mdFlag control and flags the prayer request and moves to the next.
|
Метод | Описание | |
---|---|---|
BindCategories ( string categoryGuid ) : bool |
Binds the 'active' categories for the given top-level category GUID to the list for the user to choose.
|
|
DisplayCategories ( ) : void |
Displays any 'active' prayer categories or shows a message if there are none.
|
|
SaveUserPreferences ( string settingPrefix ) : void |
Saves the users selected prayer categories for use during the next prayer session.
|
|
SetAndDisplayPrayerRequests ( |
Finds all approved prayer requests for the given selected categories and orders them by least prayed-for. Also updates the prayer count for the first item in the list.
|
|
SetNoteType ( ) : void |
Sets the type of the note.
|
|
ShowPrayerRequest ( PrayerRequest prayerRequest, |
Displays the details for a single, given prayer request.
|
|
UpdateSessionCountLabel ( int currentNumber, int total ) : void |
Updates the Hightlight label that shows how many prayers have been made out of the total for this session.
|
protected OnInit ( |
||
e | An |
|
Результат | void |
protected OnLoad ( |
||
e | The |
|
Результат | void |
protected lbFlag_Click ( object sender, |
||
sender | object | |
e | ||
Результат | void |
protected lbNext_Click ( object sender, |
||
sender | object | |
e | ||
Результат | void |
protected lbStartAgain_Click ( object sender, |
||
sender | object | |
e | ||
Результат | void |
protected lbStart_Click ( object sender, |
||
sender | object | |
e | ||
Результат | void |
protected lbStop_Click ( object sender, |
||
sender | object | |
e | ||
Результат | void |
protected mdFlag_SaveClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |