[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.Fluent.FieldItemFactory

FieldItemFactory Class

Defines a factory to create different fields.

Inheritance
HideObjectMembers
FieldItemFactory
Namespace: C1.Web.Mvc.Olap.Fluent
Assembly: C1.Web.Mvc.Olap.dll
Syntax
public class FieldItemFactory : BaseBuilder<IList<PivotFieldBase>, FieldItemFactory>

Constructors

Name Description
FieldItemFactory(IList<PivotFieldBase>)

Initializes an instance of the FieldItemFactory class by using the specified collection.

Methods

Name Description
AddCubeField(CubeField)

Add a CubeField instance to the collection.

AddCubeField(Action<CubeFieldBuilder>)

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

AddPivotField(PivotField)

Add a PivotField instance to the collection.

AddPivotField(Action<PivotFieldBuilder>)

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