# C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager" data-uid="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager" class="text-break">FlexPivotEngineProviderManager Class
</h1>
  <div class="markdown level0 summary"><p>The aggregated data provider manager.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="../C1.Web.Api/C1.Web.Api.Configuration.Manager-1.html">Manager</a>&lt;<a class="xref" href="C1.Web.Api.DataEngine.Data.IFlexPivotEngineProvider.html">IFlexPivotEngineProvider</a>&gt;</div>
    <div class="level2"><span class="xref">FlexPivotEngineProviderManager</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.DataEngine.Data.html">C1.Web.Api.DataEngine.Data</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Api.DataEngine.dll</h6>
  <h5 id="C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class FlexPivotEngineProviderManager : Manager&lt;IFlexPivotEngineProvider&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class FlexPivotEngineProviderManager
    Inherits Manager(Of IFlexPivotEngineProvider)</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager_AddCube_System_String_System_String_System_String_" data-uid="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.AddCube(System.String,System.String,System.String)">
          <a class="xref" href="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.AddCube.html#C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager_AddCube_System_String_System_String_System_String_">AddCube(string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a cube data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager_AddDataEngine_System_String_System_Data_Common_DbCommand_System_Data_Common_DbConnection_System_String_System_String_" data-uid="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.AddDataEngine(System.String,System.Data.Common.DbCommand,System.Data.Common.DbConnection,System.String,System.String)">
          <a class="xref" href="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.AddDataEngine.html#C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager_AddDataEngine_System_String_System_Data_Common_DbCommand_System_Data_Common_DbConnection_System_String_System_String_">AddDataEngine(string, DbCommand, DbConnection, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a DataEngine data from a database.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager_AddDataEngine_System_String_System_String_System_String_" data-uid="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.AddDataEngine(System.String,System.String,System.String)">
          <a class="xref" href="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.AddDataEngine.html#C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager_AddDataEngine_System_String_System_String_System_String_">AddDataEngine(string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a DataEngine data which data files already exist.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager_AddDataEngine__1_System_String_System_Func_System_Collections_Generic_IEnumerable___0___System_String_System_String_" data-uid="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.AddDataEngine``1(System.String,System.Func{System.Collections.Generic.IEnumerable{``0}},System.String,System.String)">
          <a class="xref" href="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.AddDataEngine.html#C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager_AddDataEngine__1_System_String_System_Func_System_Collections_Generic_IEnumerable___0___System_String_System_String_">AddDataEngine&lt;T&gt;(string, Func&lt;IEnumerable&lt;T&gt;&gt;, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a DataEngine data from an arbitrary IEnumerable.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager_AddDataSource_System_String_System_Collections_IEnumerable_" data-uid="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.AddDataSource(System.String,System.Collections.IEnumerable)">
          <a class="xref" href="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.AddDataSource.html#C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager_AddDataSource_System_String_System_Collections_IEnumerable_">AddDataSource(string, IEnumerable)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a DataSource data from an arbitrary IEnumerable.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager_AddDataSource_System_String_System_Func_System_Collections_IEnumerable__" data-uid="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.AddDataSource(System.String,System.Func{System.Collections.IEnumerable})">
          <a class="xref" href="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.AddDataSource.html#C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager_AddDataSource_System_String_System_Func_System_Collections_IEnumerable__">AddDataSource(string, Func&lt;IEnumerable&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a DataSource data from an arbitrary IEnumerable.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager_DisposeWorkspace_System_String_" data-uid="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.DisposeWorkspace(System.String)">
          <a class="xref" href="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.DisposeWorkspace.html#C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager_DisposeWorkspace_System_String_">DisposeWorkspace(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Disposes the specified workspace and cancel all related tasks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager_SetDataEngineAnalysisResultMaxCount_System_Int32_" data-uid="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.SetDataEngineAnalysisResultMaxCount(System.Int32)">
          <a class="xref" href="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.SetDataEngineAnalysisResultMaxCount.html#C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager_SetDataEngineAnalysisResultMaxCount_System_Int32_">SetDataEngineAnalysisResultMaxCount(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the max count of the analysis result data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager_SetDefaultWorkspacePath_System_String_" data-uid="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.SetDefaultWorkspacePath(System.String)">
          <a class="xref" href="C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.SetDefaultWorkspacePath.html#C1_Web_Api_DataEngine_Data_FlexPivotEngineProviderManager_SetDefaultWorkspacePath_System_String_">SetDefaultWorkspacePath(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the default workspace path for the DataEngine data.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
