# FarPoint.Web.Spread.Model.IChildModelSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Model_IChildModelSupport" data-uid="FarPoint.Web.Spread.Model.IChildModelSupport" class="text-break">IChildModelSupport Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports a child data model 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_IChildModelSupport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IChildModelSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IChildModelSupport</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_IChildModelSupport_ChildRelationCount" data-uid="FarPoint.Web.Spread.Model.IChildModelSupport.ChildRelationCount">
          <a class="xref" href="FarPoint.Web.Spread.Model.IChildModelSupport.ChildRelationCount.html#FarPoint_Web_Spread_Model_IChildModelSupport_ChildRelationCount">ChildRelationCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of child data relations.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IChildModelSupport_Parent" data-uid="FarPoint.Web.Spread.Model.IChildModelSupport.Parent">
          <a class="xref" href="FarPoint.Web.Spread.Model.IChildModelSupport.Parent.html#FarPoint_Web_Spread_Model_IChildModelSupport_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the parent data source.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IChildModelSupport_ParentRelationName" data-uid="FarPoint.Web.Spread.Model.IChildModelSupport.ParentRelationName">
          <a class="xref" href="FarPoint.Web.Spread.Model.IChildModelSupport.ParentRelationName.html#FarPoint_Web_Spread_Model_IChildModelSupport_ParentRelationName">ParentRelationName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the data relation.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IChildModelSupport_ParentRowIndex" data-uid="FarPoint.Web.Spread.Model.IChildModelSupport.ParentRowIndex">
          <a class="xref" href="FarPoint.Web.Spread.Model.IChildModelSupport.ParentRowIndex.html#FarPoint_Web_Spread_Model_IChildModelSupport_ParentRowIndex">ParentRowIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the parent row.</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="FarPoint_Web_Spread_Model_IChildModelSupport_GetChildDataModel_System_Int32_System_String_" data-uid="FarPoint.Web.Spread.Model.IChildModelSupport.GetChildDataModel(System.Int32,System.String)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IChildModelSupport.GetChildDataModel.html#FarPoint_Web_Spread_Model_IChildModelSupport_GetChildDataModel_System_Int32_System_String_">GetChildDataModel(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the child data model for the specified row and data relation.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Model_IChildModelSupport_GetChildRelation_System_Int32_" data-uid="FarPoint.Web.Spread.Model.IChildModelSupport.GetChildRelation(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Model.IChildModelSupport.GetChildRelation.html#FarPoint_Web_Spread_Model_IChildModelSupport_GetChildRelation_System_Int32_">GetChildRelation(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the child data relation at the specified position.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
