Méthode | Description | |
---|---|---|
GetValue ( RegistrationInstance instance ) : void |
Updates the instance.
|
|
SetValue ( RegistrationInstance instance ) : void |
Reads the instance.
|
Méthode | 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.
|
|
Render ( 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.
|
|
_ppContact_SelectPerson ( object sender, |
Handles the SelectPerson event of the _ppContact control.
|
public GetValue ( RegistrationInstance instance ) : void | ||
instance | RegistrationInstance | The instance. |
Résultat | void |
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | An |
Résultat | void |
public SetValue ( RegistrationInstance instance ) : void | ||
instance | RegistrationInstance | The instance. |
Résultat | void |
protected _ppContact_SelectPerson ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |