C# 클래스 RockWeb.Blocks.Prayer.PrayerCommentDetail

상속: Rock.Web.UI.RockBlock, IDetailBlock
파일 보기 프로젝트 열기: CentralAZ/Rockit-CentralAZ

공개 메소드들

메소드 설명
ShowDetail ( string itemKey, int itemKeyValue ) : void

Shows the detail.

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

Handles the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

Handles the E:System.Web.UI.Control.Load event.

lbAddNote_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAddNote control.

lbCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCancel control.

lbEdit_Click ( object sender, EventArgs e ) : void

Handles the edit Click event of the lbEdit control.

lbSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSave control.

비공개 메소드들

메소드 설명
AddNoteHtml ( Note note ) : void

Adds the note HTML in the form:

Name/Caption relative date

text

GetNoteType ( ) : void

Gets the type of the note.

RegisterScripts ( ) : void

Registers the scripts.

SaveNote ( ) : void

Saves the note.

SetEditMode ( bool enableEdit ) : void

Sets the edit mode.

ShowEditDetails ( Note prayerComment ) : void

Shows the edit details.

ShowNotes ( ) : void

Shows the notes.

ShowReadonlyDetails ( PrayerRequest prayerRequest ) : void

Shows the readonly details.

메소드 상세

OnInit() 보호된 메소드

Handles the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void

OnLoad() 보호된 메소드

Handles the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
리턴 void

ShowDetail() 공개 메소드

Shows the detail.
public ShowDetail ( string itemKey, int itemKeyValue ) : void
itemKey string The item key.
itemKeyValue int The item key value.
리턴 void

lbAddNote_Click() 보호된 메소드

Handles the Click event of the lbAddNote control.
protected lbAddNote_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbCancel_Click() 보호된 메소드

Handles the Click event of the lbCancel control.
protected lbCancel_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbEdit_Click() 보호된 메소드

Handles the edit Click event of the lbEdit control.
protected lbEdit_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbSave_Click() 보호된 메소드

Handles the Click event of the lbSave control.
protected lbSave_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void