Méthode | Description | |
---|---|---|
CreateChildControls ( |
Creates the child controls.
|
|
GetAttributeValueFromSelection ( string attributeKey, string selection ) : string |
Gets the attribute value from selection.
|
|
GetExpression ( |
Gets the expression.
|
|
GetExpression ( System context, |
Gets the expression. override this for non-RockContext Expressions
|
|
GetGridField ( |
Gets the grid field.
|
|
GetSelection ( |
Gets the selection. This is typically a string that contains the values selected with the Controls
|
|
GetTitle ( |
Gets the title of the DataSelectComponent. Override this property to specify a Title that is different from the ColumnPropertyName.
|
|
RenderControls ( |
Renders the controls.
|
|
SetSelection ( |
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;
|
|
SortReversed ( string selection ) : bool |
Override this and set to true to have this field sort in the opposite direction Normally this should be left as false unless there is a special case where it makes sense have it sort reversed
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
Méthode | Description | |
---|---|---|
GetAttributesSelectionValues ( |
Gets the attributes selection values.
|
|
SetAttributesSelectionValues ( |
Sets the attributes selection values.
|
public CreateChildControls ( |
||
parentControl | ||
Résultat | System.Web.UI.Control[] |
public GetAttributeValueFromSelection ( string attributeKey, string selection ) : string | ||
attributeKey | string | The attribute key. |
selection | string | The selection. |
Résultat | string |
public abstract GetExpression ( |
||
context | The context. | |
entityIdProperty | The entity identifier property. | |
selection | string | The selection. |
Résultat |
public GetExpression ( System context, |
||
context | System | 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 ( |
||
controls | The controls. | |
Résultat | string |
public GetTitle ( |
||
entityType | ||
Résultat | string |
public RenderControls ( |
||
parentControl | The parent control. | |
writer | System.Web.UI.HtmlTextWriter | The writer. |
controls | The controls. | |
Résultat | void |
public SetSelection ( |
||
controls | The controls. | |
selection | string | The selection. |
Résultat | void |
public SortProperties ( string selection ) : string | ||
selection | string | |
Résultat | string |
public SortReversed ( string selection ) : bool | ||
selection | string | The selection. |
Résultat | bool |