Method | Description | |
---|---|---|
CreateChildControls ( |
Creates the child controls. Implement this version of CreateChildControls if your DataFilterComponent supports different FilterModes
|
|
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.
|
|
workflowTypePicker_SelectItem ( object sender, |
Handles the SelectItem event of the workflowTypePicker control.
|
Method | Description | |
---|---|---|
ddlProperty_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the ddlProperty control.
|
Method | Description | |
---|---|---|
GetWorkflowAttributes ( int workflowTypeId ) : List |
Gets the workflow attributes.
|
public CreateChildControls ( |
||
entityType | ||
filterControl | ||
filterMode | FilterMode | |
return | System.Web.UI.Control[] |
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 GetSelection ( |
||
entityType | Type of the entity. | |
controls | The controls. | |
filterMode | FilterMode | |
return | string |
public GetTitle ( |
||
entityType | Type of the entity. | |
return | string |
public RenderControls ( |
||
entityType | Type of the entity. | |
filterControl | The filter control. | |
writer | System.Web.UI.HtmlTextWriter | The writer. |
controls | The controls. | |
filterMode | FilterMode | |
return | void |
public SetSelection ( |
||
entityType | ||
controls | The controls. | |
selection | string | The selection. |
return | void |
protected ddlProperty_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
public workflowTypePicker_SelectItem ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |