[]
Defines a factory to create different fields.
public class FieldItemFactory : BaseBuilder<IList<PivotFieldBase>, FieldItemFactory>
Name | Description |
---|---|
FieldItemFactory(IList<PivotFieldBase>) | Initializes an instance of the FieldItemFactory class by using the specified collection. |
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. |