Méthode | Description | |
---|---|---|
CreateChildControls ( System parentControl ) : System.Web.UI.Control[] |
Creates the child controls.
|
|
GetExpression ( |
Gets the expression.
|
|
GetGridField ( |
Gets the grid field.
|
|
GetSelection ( System controls ) : string |
Gets the selection.
|
|
GetTitle ( |
Gets the title.
|
|
RenderControls ( System parentControl, System writer, System controls ) : void |
Renders the controls.
|
|
SetSelection ( System controls, string selection ) : void |
Sets the selection.
|
|
SortProperties ( string selection ) : string |
Comma-delimited list of the Entity properties that should be used for Sorting. Normally, you should leave this as null which will make it sort on the returned field To disable sorting for this field, return string.Empty;
|
public CreateChildControls ( System parentControl ) : System.Web.UI.Control[] | ||
parentControl | System | |
Résultat | System.Web.UI.Control[] |
public GetExpression ( |
||
context | The context. | |
entityIdProperty | The entity identifier property. | |
selection | string | The selection. |
Résultat |
public GetGridField ( |
||
entityType | Type of the entity. | |
selection | string | The selection. |
Résultat | System.Web.UI.WebControls.DataControlField |
public GetSelection ( System controls ) : string | ||
controls | System | The controls. |
Résultat | string |
public GetTitle ( |
||
entityType | ||
Résultat | string |
public RenderControls ( System parentControl, System writer, System controls ) : void | ||
parentControl | System | The parent control. |
writer | System | The writer. |
controls | System | The controls. |
Résultat | void |
public SetSelection ( System controls, string selection ) : void | ||
controls | System | The controls. |
selection | string | The selection. |
Résultat | void |
public SortProperties ( string selection ) : string | ||
selection | string | |
Résultat | string |