Method | Description | |
---|---|---|
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.
|
|
GetTitle ( |
Gets the title.
|
public FormatSelection ( |
||
entityType | ||
selection | string | The selection. |
return | string |
public GetClientFormatSelection ( |
||
entityType | ||
return | string |
public GetExpression ( |
||
entityType | ||
serviceInstance | IService | The service instance. |
parameterExpression | System.Linq.Expressions.ParameterExpression | The parameter expression. |
selection | string | The selection. |
return |
public GetTitle ( |
||
entityType | ||
return | string |