[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.Fluent.FieldItemFactory.AddPivotField

AddPivotField Method

AddPivotField(Action<PivotFieldBuilder>)

Add a PivotField instance updated by the specified action to the collection.

Declaration
public FieldItemFactory AddPivotField(Action<PivotFieldBuilder> build)
Parameters
Type Name Description
Action<PivotFieldBuilder> build

The specified action to update TItem instance.

Returns
Type Description
FieldItemFactory

The factory instance

AddPivotField(PivotField)

Add a PivotField instance to the collection.

Declaration
public virtual FieldItemFactory AddPivotField(PivotField item)
Parameters
Type Name Description
PivotField item

The PivotField instance.

Returns
Type Description
FieldItemFactory

The factory instance