[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.TagHelpers.PivotFieldBaseTagHelper-1

PivotFieldBaseTagHelper<TControl> Class

ITagHelper implementation for PivotFieldBase.

Inheritance
BaseTagHelper<TControl>
PivotFieldBaseTagHelper<TControl>
Namespace: C1.Web.Mvc.Olap.TagHelpers
Assembly: C1.AspNetCore.Mvc.Olap.dll
Syntax
public abstract class PivotFieldBaseTagHelper<TControl> : SettingTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : PivotFieldBase
Type Parameters
Name Description
TControl

Constructors

Name Description
PivotFieldBaseTagHelper()

Properties

Name Description
Aggregate

Configurates Aggregate. Sets how the field should be summarized.

Binding

Configurates Binding. Sets the name of the source column which the field is bound to.

C1Property

Override to hide this attribute.

CollectionName

Gets the collection name.

DataType

Configurates DataType. Sets the data type of the field.

Descending

Configurates Descending. Sets a value that determines whether keys should be sorted in descending order for this field.

Format

Configurates Format. Sets the format to use when displaying field values.

GetAggregateValue

Configurates GetAggregateValue. Sets a function to be used for retrieving the field's aggregate value for a given summary object.

GetValue

Configurates GetValue. Sets a function to be used for retrieving the field values.

Header

Configurates Header. Sets a string used to represent this field in the user interface.

IsContentHtml

Configurates IsContentHtml. Sets a value indicating whether items in this field contain HTML content rather than plain text.

PropertyChanged

Configurates the OnClientPropertyChanged client event. Occurs when the value of a property in this field changes.

ShowAs

Configurates ShowAs. Sets how the field results should be formatted.

SortComparer

Configurates SortComparer. Sets a function used to compare values when sorting.

Visible

Configurates Visible. Sets a value indicating whether this field should be displayed in instances of the @see:PivotPanel control.

WeightField

Configurates WeightField. Sets the header specifies the field used as a weight for calculating aggregates on this field.

Width

Configurates Width. Sets the preferred width to be used for showing this field in the user interface.

WordWrap

Configurates WordWrap. Sets a value that indicates whether the content of this field should be allowed to wrap within cells.

Methods

Name Description
ProcessChildContent(object, TagHelperContent)

Process the child content.