Property | Type | Description | |
---|---|---|---|
GetCurrentPerson | Person | ||
GetNoteTypes | List |
||
RenderAddButton | void | ||
RenderNewNoteControl | void |
Method | Description | |
---|---|---|
ClearNotes ( ) : void |
Clears the rows.
|
|
RebuildNotes ( bool setSelection ) : void |
Rebuilds the notes.
|
|
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void |
Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.
|
Method | Description | |
---|---|---|
CreateChildControls ( ) : void |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
_lbShowMore_Click ( object sender, |
Handles the Click event of the _lbShowMore control.
|
|
note_SaveButtonClick ( object sender, |
Handles the Click event of the lbAddFamilyMember control.
|
|
note_Updated ( object sender, |
Handles the Updated event of the note control.
|
Method | Description | |
---|---|---|
GetCurrentPerson ( ) : Person | ||
GetNoteTypes ( string viewStateKey ) : List |
||
RenderAddButton ( System.Web.UI.HtmlTextWriter writer ) : void | ||
RenderNewNoteControl ( System.Web.UI.HtmlTextWriter writer ) : void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
public RebuildNotes ( bool setSelection ) : void | ||
setSelection | bool | if set to |
return | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | An |
return | void |
protected _lbShowMore_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected note_SaveButtonClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected note_Updated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |