# C1.Web.Api.DataEngine.Data.IFlexPivotEngineProvider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_DataEngine_Data_IFlexPivotEngineProvider" data-uid="C1.Web.Api.DataEngine.Data.IFlexPivotEngineProvider" class="text-break">IFlexPivotEngineProvider Interface
</h1>
  <div class="markdown level0 summary"><p>The flex pivot engine provider interface.</p>
</div>
  <div class="markdown level0 conceptual"></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.AspNetCore.Api.DataEngine.dll</h6>
  <h5 id="C1_Web_Api_DataEngine_Data_IFlexPivotEngineProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IFlexPivotEngineProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IFlexPivotEngineProvider</code></pre>
  </div>
  <h3 id="properties">Properties
</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_IFlexPivotEngineProvider_Fields" data-uid="C1.Web.Api.DataEngine.Data.IFlexPivotEngineProvider.Fields">
          <a class="xref" href="C1.Web.Api.DataEngine.Data.IFlexPivotEngineProvider.Fields.html#C1_Web_Api_DataEngine_Data_IFlexPivotEngineProvider_Fields">Fields</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the field collection defined in the data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_Data_IFlexPivotEngineProvider_RawData" data-uid="C1.Web.Api.DataEngine.Data.IFlexPivotEngineProvider.RawData">
          <a class="xref" href="C1.Web.Api.DataEngine.Data.IFlexPivotEngineProvider.RawData.html#C1_Web_Api_DataEngine_Data_IFlexPivotEngineProvider_RawData">RawData</a>
        </td>
        <td class="markdown level1 summary"><p>Get the entire raw source data.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_IFlexPivotEngineProvider_GetAggregatedData_System_Collections_Generic_Dictionary_System_String_System_Object__System_Threading_CancellationTokenSource_System_Action_System_Int32__" data-uid="C1.Web.Api.DataEngine.Data.IFlexPivotEngineProvider.GetAggregatedData(System.Collections.Generic.Dictionary{System.String,System.Object},System.Threading.CancellationTokenSource,System.Action{System.Int32})">
          <a class="xref" href="C1.Web.Api.DataEngine.Data.IFlexPivotEngineProvider.GetAggregatedData.html#C1_Web_Api_DataEngine_Data_IFlexPivotEngineProvider_GetAggregatedData_System_Collections_Generic_Dictionary_System_String_System_Object__System_Threading_CancellationTokenSource_System_Action_System_Int32__">GetAggregatedData(Dictionary&lt;string, object&gt;, CancellationTokenSource, Action&lt;int&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the aggregated results according to the given view in an asynchronous execution</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_Data_IFlexPivotEngineProvider_GetDetail_System_Collections_Generic_Dictionary_System_String_System_Object__System_Object___" data-uid="C1.Web.Api.DataEngine.Data.IFlexPivotEngineProvider.GetDetail(System.Collections.Generic.Dictionary{System.String,System.Object},System.Object[])">
          <a class="xref" href="C1.Web.Api.DataEngine.Data.IFlexPivotEngineProvider.GetDetail.html#C1_Web_Api_DataEngine_Data_IFlexPivotEngineProvider_GetDetail_System_Collections_Generic_Dictionary_System_String_System_Object__System_Object___">GetDetail(Dictionary&lt;string, object&gt;, object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the source data rows used in obtaining a given aggregated value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_Data_IFlexPivotEngineProvider_GetUniqueValues_System_Collections_Generic_Dictionary_System_String_System_Object__System_String_" data-uid="C1.Web.Api.DataEngine.Data.IFlexPivotEngineProvider.GetUniqueValues(System.Collections.Generic.Dictionary{System.String,System.Object},System.String)">
          <a class="xref" href="C1.Web.Api.DataEngine.Data.IFlexPivotEngineProvider.GetUniqueValues.html#C1_Web_Api_DataEngine_Data_IFlexPivotEngineProvider_GetUniqueValues_System_Collections_Generic_Dictionary_System_String_System_Object__System_String_">GetUniqueValues(Dictionary&lt;string, object&gt;, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the unqiue values of the specified field.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
