# C1.Framework.Text.Lexicons.Relation

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_Text_Lexicons_Relation" data-uid="C1.Framework.Text.Lexicons.Relation" class="text-break">Relation Class
</h1>
  <div class="markdown level0 summary"><p>A general implementation for the <a class="xref" href="C1.Framework.Text.Lexicons.IRelation.html">IRelation</a> interface.</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">Relation</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Framework.Text.Lexicons.IRelation.html">IRelation</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.Text.Lexicons.html">C1.Framework.Text.Lexicons</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Framework_Text_Lexicons_Relation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Relation : IRelation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Relation
    Implements IRelation</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_Framework_Text_Lexicons_Relation__ctor_System_Object_System_Object_" data-uid="C1.Framework.Text.Lexicons.Relation.#ctor(System.Object,System.Object)">
          <a class="xref" href="C1.Framework.Text.Lexicons.Relation.-ctor.html#C1_Framework_Text_Lexicons_Relation__ctor_System_Object_System_Object_">Relation(object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Constructor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Text_Lexicons_Relation__ctor_System_Object_System_Object_C1_Framework_Text_Lexicons_RelationDirections_" data-uid="C1.Framework.Text.Lexicons.Relation.#ctor(System.Object,System.Object,C1.Framework.Text.Lexicons.RelationDirections)">
          <a class="xref" href="C1.Framework.Text.Lexicons.Relation.-ctor.html#C1_Framework_Text_Lexicons_Relation__ctor_System_Object_System_Object_C1_Framework_Text_Lexicons_RelationDirections_">Relation(object, object, RelationDirections)</a>
        </td>
        <td class="markdown level1 summary"><p>Constructor.</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_Framework_Text_Lexicons_Relation_Direction" data-uid="C1.Framework.Text.Lexicons.Relation.Direction">
          <a class="xref" href="C1.Framework.Text.Lexicons.Relation.Direction.html#C1_Framework_Text_Lexicons_Relation_Direction">Direction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the direction.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Text_Lexicons_Relation_End" data-uid="C1.Framework.Text.Lexicons.Relation.End">
          <a class="xref" href="C1.Framework.Text.Lexicons.Relation.End.html#C1_Framework_Text_Lexicons_Relation_End">End</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the end.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Text_Lexicons_Relation_Start" data-uid="C1.Framework.Text.Lexicons.Relation.Start">
          <a class="xref" href="C1.Framework.Text.Lexicons.Relation.Start.html#C1_Framework_Text_Lexicons_Relation_Start">Start</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the start.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
