Метод | Описание | |
---|---|---|
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.
|
public CreateChildControls ( System parentControl ) : System.Web.UI.Control[] | ||
parentControl | System | |
Результат | System.Web.UI.Control[] |
public GetExpression ( |
||
context | The context. | |
entityIdProperty | The entity identifier property. | |
selection | string | The selection. |
Результат |
public GetGridField ( |
||
entityType | Type of the entity. | |
selection | string | The selection. |
Результат | System.Web.UI.WebControls.DataControlField |
public GetSelection ( System controls ) : string | ||
controls | System | The controls. |
Результат | string |
public GetTitle ( |
||
entityType | ||
Результат | string |
public RenderControls ( System parentControl, System writer, System controls ) : void | ||
parentControl | System | The parent control. |
writer | System | The writer. |
controls | System | The controls. |
Результат | void |
public SetSelection ( System controls, string selection ) : void | ||
controls | System | The controls. |
selection | string | The selection. |
Результат | void |