Méthode | Description | |
---|---|---|
CreateChildControls ( |
Creates the child controls.
|
|
FormatSelection ( |
Formats the selection.
|
|
GetClientFormatSelection ( |
Formats the selection on the client-side. When the filter is collapsed by the user, the Filterfield control will set the description of the filter to whatever is returned by this property. If including script, the controls parent container can be referenced through a '$content' variable that is set by the control before referencing this property.
|
|
GetExpression ( |
Gets the expression.
|
|
GetSelection ( |
Gets the selection.
|
|
GetTitle ( |
Gets the title.
|
|
RenderControls ( |
Renders the controls.
|
|
SetSelection ( |
Sets the selection.
|
public CreateChildControls ( |
||
entityType | ||
filterControl | ||
Résultat | System.Web.UI.Control[] |
public FormatSelection ( |
||
entityType | Type of the entity. | |
selection | string | The selection. |
Résultat | string |
public GetClientFormatSelection ( |
||
entityType | ||
Résultat | string |
public GetExpression ( |
||
entityType | Type of the entity. | |
serviceInstance | IService | The service instance. |
parameterExpression | System.Linq.Expressions.ParameterExpression | The parameter expression. |
selection | string | The selection. |
Résultat |
public GetSelection ( |
||
entityType | Type of the entity. | |
controls | The controls. | |
Résultat | string |
public GetTitle ( |
||
entityType | ||
Résultat | string |
public RenderControls ( |
||
entityType | Type of the entity. | |
filterControl | The filter control. | |
writer | System.Web.UI.HtmlTextWriter | The writer. |
controls | The controls. | |
Résultat | void |
public SetSelection ( |
||
entityType | Type of the entity. | |
controls | The controls. | |
selection | string | The selection. |
Résultat | void |