[]
Add a CubeField instance updated by the specified action to the collection.
public FieldItemFactory AddCubeField(Action<CubeFieldBuilder> build)
Type | Name | Description |
---|---|---|
Action<CubeFieldBuilder> | build | The specified action to update TItem instance. |
Type | Description |
---|---|
FieldItemFactory | The factory instance |
Add a CubeField instance to the collection.
public virtual FieldItemFactory AddCubeField(CubeField item)
Type | Name | Description |
---|---|---|
CubeField | item | The CubeField instance. |
Type | Description |
---|---|
FieldItemFactory | The factory instance |