# C1.WPF.Binding.FunctionDefinition

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Binding_FunctionDefinition" data-uid="C1.WPF.Binding.FunctionDefinition" class="text-break">FunctionDefinition Class
</h1>
  <div class="markdown level0 summary"><p>Function definition class (keeps function name, parameter counts, and delegate).</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">FunctionDefinition</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Binding.html">C1.WPF.Binding</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Binding.4.6.2.dll</h6>
  <h5 id="C1_WPF_Binding_FunctionDefinition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FunctionDefinition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FunctionDefinition</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_Binding_FunctionDefinition__ctor_System_Int32_System_Int32_C1_WPF_Binding_CalcEngineFunction_" data-uid="C1.WPF.Binding.FunctionDefinition.#ctor(System.Int32,System.Int32,C1.WPF.Binding.CalcEngineFunction)">
          <a class="xref" href="C1.WPF.Binding.FunctionDefinition.-ctor.html#C1_WPF_Binding_FunctionDefinition__ctor_System_Int32_System_Int32_C1_WPF_Binding_CalcEngineFunction_">FunctionDefinition(int, int, CalcEngineFunction)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Binding.FunctionDefinition.html">FunctionDefinition</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Binding_FunctionDefinition_Function" data-uid="C1.WPF.Binding.FunctionDefinition.Function">
          <a class="xref" href="C1.WPF.Binding.FunctionDefinition.Function.html">Function</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.WPF.Binding.CalcEngineFunction.html">CalcEngineFunction</a> that evaluates this function.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Binding_FunctionDefinition_ParmMax" data-uid="C1.WPF.Binding.FunctionDefinition.ParmMax">
          <a class="xref" href="C1.WPF.Binding.FunctionDefinition.ParmMax.html">ParmMax</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of parameters allowed by this <a class="xref" href="C1.WPF.Binding.FunctionDefinition.html">FunctionDefinition</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Binding_FunctionDefinition_ParmMin" data-uid="C1.WPF.Binding.FunctionDefinition.ParmMin">
          <a class="xref" href="C1.WPF.Binding.FunctionDefinition.ParmMin.html">ParmMin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum number of parameters required by this <a class="xref" href="C1.WPF.Binding.FunctionDefinition.html">FunctionDefinition</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
