Свойство | Type | Description | |
---|---|---|---|
cbIncludeFilter |
Свойство | Type | Description | |
---|---|---|---|
ddlFilterType | |||
filterControls | System.Web.UI.Control[] | ||
hfExpanded | System.Web.UI.WebControls.HiddenField | ||
lbDelete |
Méthode | Description | |
---|---|---|
GetSelection ( ) : string |
Gets the selection.
|
|
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.
|
|
SetCheckBoxChecked ( bool value ) : void |
Sets the CheckBox checked (if it is showing)
|
|
SetSelection ( string value ) : void |
Sets the selection.
|
|
ddlFilterType_SelectedIndexChanged ( object sender, |
||
lbDelete_Click ( object sender, |
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.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
protected OnInit ( |
||
e | An |
|
Résultat | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | An |
Résultat | void |
public SetCheckBoxChecked ( bool value ) : void | ||
value | bool | if set to |
Résultat | void |
public SetSelection ( string value ) : void | ||
value | string | The value. |
Résultat | void |
public ddlFilterType_SelectedIndexChanged ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
public lbDelete_Click ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
public RockCheckBox,Rock.Web.UI.Controls cbIncludeFilter | ||
Résultat |
protected RockDropDownList,Rock.Web.UI.Controls ddlFilterType | ||
Résultat |
protected Control[],System.Web.UI filterControls | ||
Résultat | System.Web.UI.Control[] |
protected HiddenField,System.Web.UI.WebControls hfExpanded | ||
Résultat | System.Web.UI.WebControls.HiddenField |