# FarPoint.Web.Spread.Model.IIterationSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Model_IIterationSupport" data-uid="FarPoint.Web.Spread.Model.IIterationSupport" class="text-break">IIterationSupport Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports recursive formulas (with circular references)
in the data model.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.Model.html">FarPoint.Web.Spread.Model</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_Model_IIterationSupport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IIterationSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IIterationSupport</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="FarPoint_Web_Spread_Model_IIterationSupport_Iteration" data-uid="FarPoint.Web.Spread.Model.IIterationSupport.Iteration">
          <a class="xref" href="FarPoint.Web.Spread.Model.IIterationSupport.Iteration.html#FarPoint_Web_Spread_Model_IIterationSupport_Iteration">Iteration</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether circular references are evaluated.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IIterationSupport_MaximumChange" data-uid="FarPoint.Web.Spread.Model.IIterationSupport.MaximumChange">
          <a class="xref" href="FarPoint.Web.Spread.Model.IIterationSupport.MaximumChange.html#FarPoint_Web_Spread_Model_IIterationSupport_MaximumChange">MaximumChange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum amount of change below which
iterations stop.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IIterationSupport_MaximumIterations" data-uid="FarPoint.Web.Spread.Model.IIterationSupport.MaximumIterations">
          <a class="xref" href="FarPoint.Web.Spread.Model.IIterationSupport.MaximumIterations.html#FarPoint_Web_Spread_Model_IIterationSupport_MaximumIterations">MaximumIterations</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of iterations.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
