Method | Description | |
---|---|---|
AddEntityFieldForAttribute ( List |
Adds the entity field for attribute.
|
|
GetEntityFieldForAttribute ( Rock.Web.Cache.AttributeCache attribute, bool limitToFilterableAttributes = true ) : |
Create an EntityField for an Attribute.
|
|
GetEntityFields ( |
Gets the entity fields.
|
Method | Description | |
---|---|---|
SetEntityFieldFromFieldTypeAttribute ( |
Sets the entity field from field type attribute.
|
public static AddEntityFieldForAttribute ( List |
||
entityFields | List |
The entity fields. |
attribute | Rock.Web.Cache.AttributeCache | The attribute. |
limitToFilterableAttributes | bool | if set to |
return | void |
public static GetEntityFieldForAttribute ( Rock.Web.Cache.AttributeCache attribute, bool limitToFilterableAttributes = true ) : |
||
attribute | Rock.Web.Cache.AttributeCache | The attribute. |
limitToFilterableAttributes | bool | |
return |
public static GetEntityFields ( |
||
entityType | Type of the entity. | |
includeOnlyReportingFields | bool | if set to |
limitToFilterableFields | bool | if set to |
return | List |