# C1.CalcEngine.ExpressionItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_CalcEngine_ExpressionItem" data-uid="C1.CalcEngine.ExpressionItem" class="text-break">ExpressionItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents a expression item.</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">ExpressionItem</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable">IComparable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.CalcEngine.html">C1.CalcEngine</a></h6>
  <h6><strong>Assembly</strong>: C1.CalcEngine.dll</h6>
  <h5 id="C1_CalcEngine_ExpressionItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ExpressionItem : IComparable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ExpressionItem
    Implements IComparable</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_CalcEngine_ExpressionItem__ctor_System_String_System_String_C1_CalcEngine_ItemType_" data-uid="C1.CalcEngine.ExpressionItem.#ctor(System.String,System.String,C1.CalcEngine.ItemType)">
          <a class="xref" href="C1.CalcEngine.ExpressionItem.-ctor.html#C1_CalcEngine_ExpressionItem__ctor_System_String_System_String_C1_CalcEngine_ItemType_">ExpressionItem(string, string, ItemType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.CalcEngine.ExpressionItem.html">ExpressionItem</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionItem__ctor_System_String_System_String_System_String_C1_CalcEngine_ItemType_" data-uid="C1.CalcEngine.ExpressionItem.#ctor(System.String,System.String,System.String,C1.CalcEngine.ItemType)">
          <a class="xref" href="C1.CalcEngine.ExpressionItem.-ctor.html#C1_CalcEngine_ExpressionItem__ctor_System_String_System_String_System_String_C1_CalcEngine_ItemType_">ExpressionItem(string, string, string, ItemType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.CalcEngine.ExpressionItem.html">ExpressionItem</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_CalcEngine_ExpressionItem_Arguments" data-uid="C1.CalcEngine.ExpressionItem.Arguments">
          <a class="xref" href="C1.CalcEngine.ExpressionItem.Arguments.html#C1_CalcEngine_ExpressionItem_Arguments">Arguments</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of arguments of expression item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionItem_Definition" data-uid="C1.CalcEngine.ExpressionItem.Definition">
          <a class="xref" href="C1.CalcEngine.ExpressionItem.Definition.html#C1_CalcEngine_ExpressionItem_Definition">Definition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string with list of arguments.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionItem_Description" data-uid="C1.CalcEngine.ExpressionItem.Description">
          <a class="xref" href="C1.CalcEngine.ExpressionItem.Description.html#C1_CalcEngine_ExpressionItem_Description">Description</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the description of expression item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionItem_IsMultiArguments" data-uid="C1.CalcEngine.ExpressionItem.IsMultiArguments">
          <a class="xref" href="C1.CalcEngine.ExpressionItem.IsMultiArguments.html#C1_CalcEngine_ExpressionItem_IsMultiArguments">IsMultiArguments</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the expression element has an argument range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionItem_ItemType" data-uid="C1.CalcEngine.ExpressionItem.ItemType">
          <a class="xref" href="C1.CalcEngine.ExpressionItem.ItemType.html#C1_CalcEngine_ExpressionItem_ItemType">ItemType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of expression item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionItem_Name" data-uid="C1.CalcEngine.ExpressionItem.Name">
          <a class="xref" href="C1.CalcEngine.ExpressionItem.Name.html#C1_CalcEngine_ExpressionItem_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of expression item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionItem_Syntax" data-uid="C1.CalcEngine.ExpressionItem.Syntax">
          <a class="xref" href="C1.CalcEngine.ExpressionItem.Syntax.html#C1_CalcEngine_ExpressionItem_Syntax">Syntax</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of expression item in syntax of filter expression.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
