[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.TagHelpers.PivotFilterTagHelper

PivotFilterTagHelper Class

ITagHelper implementation for PivotFilter.

Namespace: C1.Web.Mvc.Olap.TagHelpers
Assembly: C1.AspNetCore.Mvc.Olap.dll
Syntax
[HtmlTargetElement("c1-pivot-filter")]
[RestrictChildren("c1-flex-grid-value-filter", new string[] { })]
public class PivotFilterTagHelper : SettingTagHelper<PivotFilter>, ITagHelper, ITagHelperComponent

Constructors

Name Description
PivotFilterTagHelper()

Properties

Name Description
C1Property

Overrides to fix the property name to be "Filter" and remove this attribute in the tag.

CollectionName

Gets the collection name.

FilterType

Configurates FilterType. Sets the types of filtering provided by this filter. When binding the service, only FilterType.Condition and FilterType.None are supported. When FilterType.Both is set, it works as FilterType.Condition. When FilterType.Value is set, it works as FilterType.None.

ValueFilter

Configurates ValueFilter. Sets the value filter setting. It is NOT supported when binding the service.