# C1.Web.Api.DataEngine.Models.Field

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_DataEngine_Models_Field" data-uid="C1.Web.Api.DataEngine.Models.Field" class="text-break">Field Class
</h1>
  <div class="markdown level0 summary"><p>The field class.</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">Field</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.DataEngine.Models.html">C1.Web.Api.DataEngine.Models</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Api.DataEngine.dll</h6>
  <h5 id="C1_Web_Api_DataEngine_Models_Field_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Field</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Field</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_Web_Api_DataEngine_Models_Field__ctor" data-uid="C1.Web.Api.DataEngine.Models.Field.#ctor">
          <a class="xref" href="C1.Web.Api.DataEngine.Models.Field.-ctor.html#C1_Web_Api_DataEngine_Models_Field__ctor">Field()</a>
        </td>
        <td class="markdown level1 summary"></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_Web_Api_DataEngine_Models_Field_Binding" data-uid="C1.Web.Api.DataEngine.Models.Field.Binding">
          <a class="xref" href="C1.Web.Api.DataEngine.Models.Field.Binding.html#C1_Web_Api_DataEngine_Models_Field_Binding">Binding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the source column which the field is bound to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_Models_Field_DataType" data-uid="C1.Web.Api.DataEngine.Models.Field.DataType">
          <a class="xref" href="C1.Web.Api.DataEngine.Models.Field.DataType.html#C1_Web_Api_DataEngine_Models_Field_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data type of the field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_Models_Field_DimensionType" data-uid="C1.Web.Api.DataEngine.Models.Field.DimensionType">
          <a class="xref" href="C1.Web.Api.DataEngine.Models.Field.DimensionType.html#C1_Web_Api_DataEngine_Models_Field_DimensionType">DimensionType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the dimension type of the field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_Models_Field_Header" data-uid="C1.Web.Api.DataEngine.Models.Field.Header">
          <a class="xref" href="C1.Web.Api.DataEngine.Models.Field.Header.html#C1_Web_Api_DataEngine_Models_Field_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a text to be displayed in the user interface.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_Models_Field_Lookup" data-uid="C1.Web.Api.DataEngine.Models.Field.Lookup">
          <a class="xref" href="C1.Web.Api.DataEngine.Models.Field.Lookup.html#C1_Web_Api_DataEngine_Models_Field_Lookup">Lookup</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the lookup values for this field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_DataEngine_Models_Field_SubFields" data-uid="C1.Web.Api.DataEngine.Models.Field.SubFields">
          <a class="xref" href="C1.Web.Api.DataEngine.Models.Field.SubFields.html#C1_Web_Api_DataEngine_Models_Field_SubFields">SubFields</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the child fields.</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_Models_Field_ShouldSerializeSubFields" data-uid="C1.Web.Api.DataEngine.Models.Field.ShouldSerializeSubFields">
          <a class="xref" href="C1.Web.Api.DataEngine.Models.Field.ShouldSerializeSubFields.html#C1_Web_Api_DataEngine_Models_Field_ShouldSerializeSubFields">ShouldSerializeSubFields()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the SubFields property should be serialized.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
