Method | Description | |
---|---|---|
ScrubHtmlAndConvertCrLfToBr ( string str ) : string |
Scrubs any html from the string but converts carriage returns into html <br/> suitable for web display.
|
|
ShowDetail ( int prayerId ) : void |
Shows the prayer request's detail.
|
Method | Description | |
---|---|---|
OnInit ( |
Handles the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Handles the E:System.Web.UI.Control.Load event.
|
|
lbCancel_Click ( object sender, |
Handles the Click event of the lbCancel control.
|
|
lbEdit_Click ( object sender, |
Handles the edit Click event of the lbEdit control.
|
|
lbSave_Click ( object sender, |
Handles the Click event of the lbSave control.
|
|
ppRequestor_SelectPerson ( object sender, |
Handles the SelectPerson event of the ppRequestor control.
|
Method | Description | |
---|---|---|
SaveRequest ( ) : void |
Saves the prayer request.
|
|
SetEditMode ( bool enableEdit ) : void |
Sets the edit mode.
|
|
ShowApproval ( PrayerRequest prayerRequest ) : void |
Shows the approval.
|
|
ShowEditDetails ( PrayerRequest prayerRequest ) : void |
Shows the edit details.
|
|
ShowPrayerCount ( PrayerRequest prayerRequest ) : void |
Shows the prayer count.
|
|
ShowReadonlyDetails ( PrayerRequest prayerRequest ) : void |
Shows the readonly details.
|
|
ShowStatus ( PrayerRequest prayerRequest, Person person, |
Shows the status flags
|
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
public static ScrubHtmlAndConvertCrLfToBr ( string str ) : string | ||
str | string | a string that may contain unsanitized html and carriage returns |
return | string |
public ShowDetail ( int prayerId ) : void | ||
prayerId | int | The prayer identifier. |
return | void |
protected lbCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbEdit_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected ppRequestor_SelectPerson ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |