Method | Description | |
---|---|---|
GetAttributeExpression ( IService serviceInstance, System.Linq.Expressions.ParameterExpression parameterExpression, EntityField entityField, List |
Builds an expression for an attribute field
|
|
GetSelectedFieldName ( string selection ) : string |
Gets the name of the selected field.
|
|
RenderEntityFieldsControls ( |
Renders the entity fields controls.
|
|
SetEntityFieldSelection ( List |
Sets the entity field selection.
|
|
UpdateSelectionFromPageParameters ( string selection, Rock rockBlock ) : string |
Updates the selection from page parameters if there is a page parameter for the selection
|
|
UpdateSelectionFromUserPreferenceSelection ( string selection, string userPreferenceSelection, bool setFieldNameSelection = false ) : string |
Updates the selection from user preference selection if the original selection is compatible with the user preference
|
Method | Description | |
---|---|---|
FixDelimination ( List |
public GetAttributeExpression ( IService serviceInstance, System.Linq.Expressions.ParameterExpression parameterExpression, EntityField entityField, List |
||
serviceInstance | IService | The service instance. |
parameterExpression | System.Linq.Expressions.ParameterExpression | The parameter expression. |
entityField | EntityField | The property. |
values | List |
The values. |
return |
public GetSelectedFieldName ( string selection ) : string | ||
selection | string | The selection. |
return | string |
public RenderEntityFieldsControls ( |
||
entityType | Type of the entity. | |
filterControl | The filter control. | |
writer | System.Web.UI.HtmlTextWriter | The writer. |
entityFields | List |
The entity fields. |
ddlEntityField | The DDL entity field. | |
propertyControls | List |
The property controls. |
propertyControlsPrefix | string | The property controls prefix. |
filterMode | FilterMode | The filter mode. |
return | void |
public SetEntityFieldSelection ( List |
||
entityFields | List |
The entity fields. |
ddlProperty | The DDL property. | |
values | List |
The values. |
controls | List |
The controls. |
setFilterValues | bool | if set to |
return | void |
public UpdateSelectionFromPageParameters ( string selection, Rock rockBlock ) : string | ||
selection | string | The selection. |
rockBlock | Rock | The rock block. |
return | string |
public UpdateSelectionFromUserPreferenceSelection ( string selection, string userPreferenceSelection, bool setFieldNameSelection = false ) : string | ||
selection | string | The original selection value from the saved data filter |
userPreferenceSelection | string | The user preference selection value |
setFieldNameSelection | bool | if set to |
return | string |