# C1.WPF.RulesManager.RulesEngineRange

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RulesManager_RulesEngineRange" data-uid="C1.WPF.RulesManager.RulesEngineRange" class="text-break">RulesEngineRange Class
</h1>
  <div class="markdown level0 summary"><p>Determines the range where a <a class="xref" href="C1.WPF.RulesManager.RulesEngineRule.html">RulesEngineRule</a> is applied.</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">RulesEngineRange</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">IXmlSerializable</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.RulesManager.html">C1.WPF.RulesManager</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.RulesManager.dll</h6>
  <h5 id="C1_WPF_RulesManager_RulesEngineRange_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RulesEngineRange : IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RulesEngineRange
    Implements IXmlSerializable</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_RulesManager_RulesEngineRange__ctor" data-uid="C1.WPF.RulesManager.RulesEngineRange.#ctor">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.-ctor.html#C1_WPF_RulesManager_RulesEngineRange__ctor">RulesEngineRange()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.html">RulesEngineRange</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineRange__ctor_System_Int32_System_Int32_" data-uid="C1.WPF.RulesManager.RulesEngineRange.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.-ctor.html#C1_WPF_RulesManager_RulesEngineRange__ctor_System_Int32_System_Int32_">RulesEngineRange(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.html">RulesEngineRange</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineRange__ctor_System_Int32_System_Int32_System_String_" data-uid="C1.WPF.RulesManager.RulesEngineRange.#ctor(System.Int32,System.Int32,System.String)">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.-ctor.html#C1_WPF_RulesManager_RulesEngineRange__ctor_System_Int32_System_Int32_System_String_">RulesEngineRange(int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.html">RulesEngineRange</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineRange__ctor_System_Nullable_System_Int32__System_Nullable_System_Int32__System_Collections_Generic_IReadOnlyList_System_String__" data-uid="C1.WPF.RulesManager.RulesEngineRange.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Collections.Generic.IReadOnlyList{System.String})">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.-ctor.html#C1_WPF_RulesManager_RulesEngineRange__ctor_System_Nullable_System_Int32__System_Nullable_System_Int32__System_Collections_Generic_IReadOnlyList_System_String__">RulesEngineRange(int?, int?, IReadOnlyList&lt;string&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.html">RulesEngineRange</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineRange__ctor_System_String_" data-uid="C1.WPF.RulesManager.RulesEngineRange.#ctor(System.String)">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.-ctor.html#C1_WPF_RulesManager_RulesEngineRange__ctor_System_String_">RulesEngineRange(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.html">RulesEngineRange</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_WPF_RulesManager_RulesEngineRange_Fields" data-uid="C1.WPF.RulesManager.RulesEngineRange.Fields">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.Fields.html#C1_WPF_RulesManager_RulesEngineRange_Fields">Fields</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the fields that determines the range where the rule is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineRange_FirstItem" data-uid="C1.WPF.RulesManager.RulesEngineRange.FirstItem">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.FirstItem.html#C1_WPF_RulesManager_RulesEngineRange_FirstItem">FirstItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the first item where the rule is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineRange_LastItem" data-uid="C1.WPF.RulesManager.RulesEngineRange.LastItem">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.LastItem.html#C1_WPF_RulesManager_RulesEngineRange_LastItem">LastItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the last item where the rule is applied.</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_WPF_RulesManager_RulesEngineRange_Equals_System_Object_" data-uid="C1.WPF.RulesManager.RulesEngineRange.Equals(System.Object)">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.Equals.html#C1_WPF_RulesManager_RulesEngineRange_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineRange_GetHashCode" data-uid="C1.WPF.RulesManager.RulesEngineRange.GetHashCode">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.GetHashCode.html#C1_WPF_RulesManager_RulesEngineRange_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineRange_Intersects_System_Int32_System_String_" data-uid="C1.WPF.RulesManager.RulesEngineRange.Intersects(System.Int32,System.String)">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.Intersects.html#C1_WPF_RulesManager_RulesEngineRange_Intersects_System_Int32_System_String_">Intersects(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether this range is intersected with the specified <code class="paramref">index</code> and <code class="paramref">field</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineRange_ToString" data-uid="C1.WPF.RulesManager.RulesEngineRange.ToString">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.ToString.html#C1_WPF_RulesManager_RulesEngineRange_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineRange_TryParse_System_String_C1_WPF_RulesManager_RulesEngineRange__" data-uid="C1.WPF.RulesManager.RulesEngineRange.TryParse(System.String,C1.WPF.RulesManager.RulesEngineRange@)">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.TryParse.html#C1_WPF_RulesManager_RulesEngineRange_TryParse_System_String_C1_WPF_RulesManager_RulesEngineRange__">TryParse(string, out RulesEngineRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Tries to parse the specified <code class="paramref">stringValue</code>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineRange_op_Implicit_System_String__C1_WPF_RulesManager_RulesEngineRange" data-uid="C1.WPF.RulesManager.RulesEngineRange.op_Implicit(System.String)~C1.WPF.RulesManager.RulesEngineRange">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.op_Implicit.html#C1_WPF_RulesManager_RulesEngineRange_op_Implicit_System_String__C1_WPF_RulesManager_RulesEngineRange">implicit operator RulesEngineRange(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Casting operator to convert a string into a <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.html">RulesEngineRange</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
