[]
        
(Showing Draft Content)

C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager

FlexPivotEngineProviderManager Class

The aggregated data provider manager.

Inheritance
FlexPivotEngineProviderManager
Namespace: C1.Web.Api.DataEngine.Data
Assembly: C1.Web.Api.DataEngine.dll
Syntax
public sealed class FlexPivotEngineProviderManager : Manager<IFlexPivotEngineProvider>

Methods

Name Description
AddCube(string, string, string)

Adds a cube data.

AddDataEngine(string, DbCommand, DbConnection, string, string)

Adds a DataEngine data from a database.

AddDataEngine(string, string, string)

Adds a DataEngine data which data files already exist.

AddDataEngine<T>(string, Func<IEnumerable<T>>, string, string)

Adds a DataEngine data from an arbitrary IEnumerable.

AddDataSource(string, IEnumerable)

Adds a DataSource data from an arbitrary IEnumerable.

AddDataSource(string, Func<IEnumerable>)

Adds a DataSource data from an arbitrary IEnumerable.

DisposeWorkspace(string)

Disposes the specified workspace and cancel all related tasks.

SetDataEngineAnalysisResultMaxCount(int)

Sets the max count of the analysis result data.

SetDefaultWorkspacePath(string)

Sets the default workspace path for the DataEngine data.