# C1.WPF.RulesManager.RulesEngineSource

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RulesManager_RulesEngineSource" data-uid="C1.WPF.RulesManager.RulesEngineSource" class="text-break">RulesEngineSource Class
</h1>
  <div class="markdown level0 summary"><p>The source from which the <a class="xref" href="C1.WPF.RulesManager.C1RulesEngine.html">C1RulesEngine</a> compute the values and create the styles.</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"><span class="xref">RulesEngineSource</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.RulesManager.html">C1.WPF.RulesManager</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.RulesManager.dll</h6>
  <h5 id="C1_WPF_RulesManager_RulesEngineSource_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class RulesEngineSource</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class RulesEngineSource</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineSource__ctor" data-uid="C1.WPF.RulesManager.RulesEngineSource.#ctor">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineSource.-ctor.html#C1_WPF_RulesManager_RulesEngineSource__ctor">RulesEngineSource()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.RulesManager.RulesEngineSource.html">RulesEngineSource</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_WPF_RulesManager_RulesEngineSource_Fields" data-uid="C1.WPF.RulesManager.RulesEngineSource.Fields">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineSource.Fields.html#C1_WPF_RulesManager_RulesEngineSource_Fields">Fields</a>
        </td>
        <td class="markdown level1 summary"></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_WPF_RulesManager_RulesEngineSource_GetFieldValues__1_System_String_" data-uid="C1.WPF.RulesManager.RulesEngineSource.GetFieldValues``1(System.String)">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineSource.GetFieldValues.html#C1_WPF_RulesManager_RulesEngineSource_GetFieldValues__1_System_String_">GetFieldValues&lt;T&gt;(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of values corresponding to the specified <code class="paramref">field</code> and <code class="typeparamref">T</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineSource_GetFields" data-uid="C1.WPF.RulesManager.RulesEngineSource.GetFields">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineSource.GetFields.html#C1_WPF_RulesManager_RulesEngineSource_GetFields">GetFields()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the names and types of the fields</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineSource_GetMaximum__1_C1_WPF_RulesManager_RulesEngineRangeCollection_" data-uid="C1.WPF.RulesManager.RulesEngineSource.GetMaximum``1(C1.WPF.RulesManager.RulesEngineRangeCollection)">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineSource.GetMaximum.html#C1_WPF_RulesManager_RulesEngineSource_GetMaximum__1_C1_WPF_RulesManager_RulesEngineRangeCollection_">GetMaximum&lt;T&gt;(RulesEngineRangeCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the maximum value corresponding to the specified <code class="paramref">ranges</code> and <code class="typeparamref">T</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineSource_GetMinimum__1_C1_WPF_RulesManager_RulesEngineRangeCollection_" data-uid="C1.WPF.RulesManager.RulesEngineSource.GetMinimum``1(C1.WPF.RulesManager.RulesEngineRangeCollection)">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineSource.GetMinimum.html#C1_WPF_RulesManager_RulesEngineSource_GetMinimum__1_C1_WPF_RulesManager_RulesEngineRangeCollection_">GetMinimum&lt;T&gt;(RulesEngineRangeCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minimum value corresponding to the specified <code class="paramref">ranges</code> and <code class="typeparamref">T</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineSource_GetRangeValuesCollection__1_C1_WPF_RulesManager_RulesEngineRange_" data-uid="C1.WPF.RulesManager.RulesEngineSource.GetRangeValuesCollection``1(C1.WPF.RulesManager.RulesEngineRange)">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineSource.GetRangeValuesCollection.html#C1_WPF_RulesManager_RulesEngineSource_GetRangeValuesCollection__1_C1_WPF_RulesManager_RulesEngineRange_">GetRangeValuesCollection&lt;T&gt;(RulesEngineRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of values for the specified <code class="paramref">range</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineSource_GetRangesValues__1_C1_WPF_RulesManager_RulesEngineRangeCollection_" data-uid="C1.WPF.RulesManager.RulesEngineSource.GetRangesValues``1(C1.WPF.RulesManager.RulesEngineRangeCollection)">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineSource.GetRangesValues.html#C1_WPF_RulesManager_RulesEngineSource_GetRangesValues__1_C1_WPF_RulesManager_RulesEngineRangeCollection_">GetRangesValues&lt;T&gt;(RulesEngineRangeCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of values corresponding to the specified <code class="paramref">ranges</code> and <code class="typeparamref">T</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineSource_GetSortedRangesValues__1_C1_WPF_RulesManager_RulesEngineRangeCollection_" data-uid="C1.WPF.RulesManager.RulesEngineSource.GetSortedRangesValues``1(C1.WPF.RulesManager.RulesEngineRangeCollection)">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineSource.GetSortedRangesValues.html#C1_WPF_RulesManager_RulesEngineSource_GetSortedRangesValues__1_C1_WPF_RulesManager_RulesEngineRangeCollection_">GetSortedRangesValues&lt;T&gt;(RulesEngineRangeCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sorted collection of values corresponding to the specified <code class="paramref">ranges</code> and <code class="typeparamref">T</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineSource_GetValue__1_System_Int32_System_String_" data-uid="C1.WPF.RulesManager.RulesEngineSource.GetValue``1(System.Int32,System.String)">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineSource.GetValue.html#C1_WPF_RulesManager_RulesEngineSource_GetValue__1_System_Int32_System_String_">GetValue&lt;T&gt;(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value corresponding to the specified <code class="paramref">index</code> and <code class="paramref">field</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineSource_InvalidateRanges_C1_WPF_RulesManager_RulesEngineRangeCollection_" data-uid="C1.WPF.RulesManager.RulesEngineSource.InvalidateRanges(C1.WPF.RulesManager.RulesEngineRangeCollection)">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineSource.InvalidateRanges.html#C1_WPF_RulesManager_RulesEngineSource_InvalidateRanges_C1_WPF_RulesManager_RulesEngineRangeCollection_">InvalidateRanges(RulesEngineRangeCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes previously cached values corresponding to the specified <code class="paramref">ranges</code>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
