# C1.WPF.RulesManager.RulesEngineRangeCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RulesManager_RulesEngineRangeCollection" data-uid="C1.WPF.RulesManager.RulesEngineRangeCollection" class="text-break">RulesEngineRangeCollection Class
</h1>
  <div class="markdown level0 summary"><p>Collection of <a class="xref" href="C1.WPF.RulesManager.RulesEngineRule.html">RulesEngineRule</a>.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.collection-1">Collection</a>&lt;<a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.html">RulesEngineRange</a>&gt;</div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.observablecollection-1">ObservableCollection</a>&lt;<a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.html">RulesEngineRange</a>&gt;</div>
    <div class="level3"><span class="xref">RulesEngineRangeCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.html">RulesEngineRange</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.html">RulesEngineRange</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.html">RulesEngineRange</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.html">RulesEngineRange</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.html">RulesEngineRange</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.inotifycollectionchanged">INotifyCollectionChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></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_RulesEngineRangeCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(RulesEngineRangeCollectionTypeConverter))]
public class RulesEngineRangeCollection : ObservableCollection&lt;RulesEngineRange&gt;, IList&lt;RulesEngineRange&gt;, ICollection&lt;RulesEngineRange&gt;, IList, ICollection, IReadOnlyList&lt;RulesEngineRange&gt;, IReadOnlyCollection&lt;RulesEngineRange&gt;, IEnumerable&lt;RulesEngineRange&gt;, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(RulesEngineRangeCollectionTypeConverter))&gt;
Public Class RulesEngineRangeCollection
    Inherits ObservableCollection(Of RulesEngineRange)
    Implements IList(Of RulesEngineRange), ICollection(Of RulesEngineRange), IList, ICollection, IReadOnlyList(Of RulesEngineRange), IReadOnlyCollection(Of RulesEngineRange), IEnumerable(Of RulesEngineRange), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged</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_RulesEngineRangeCollection__ctor" data-uid="C1.WPF.RulesManager.RulesEngineRangeCollection.#ctor">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRangeCollection.-ctor.html#C1_WPF_RulesManager_RulesEngineRangeCollection__ctor">RulesEngineRangeCollection()</a>
        </td>
        <td class="markdown level1 summary"></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_RulesEngineRangeCollection_Equals_System_Object_" data-uid="C1.WPF.RulesManager.RulesEngineRangeCollection.Equals(System.Object)">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRangeCollection.Equals.html#C1_WPF_RulesManager_RulesEngineRangeCollection_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineRangeCollection_GetHashCode" data-uid="C1.WPF.RulesManager.RulesEngineRangeCollection.GetHashCode">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRangeCollection.GetHashCode.html#C1_WPF_RulesManager_RulesEngineRangeCollection_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineRangeCollection_Parse_System_String_" data-uid="C1.WPF.RulesManager.RulesEngineRangeCollection.Parse(System.String)">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRangeCollection.Parse.html#C1_WPF_RulesManager_RulesEngineRangeCollection_Parse_System_String_">Parse(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses a string into a collection of <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.html">RulesEngineRange</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineRangeCollection_ToString" data-uid="C1.WPF.RulesManager.RulesEngineRangeCollection.ToString">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRangeCollection.ToString.html#C1_WPF_RulesManager_RulesEngineRangeCollection_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineRangeCollection_TryParse_System_String_C1_WPF_RulesManager_RulesEngineRangeCollection__" data-uid="C1.WPF.RulesManager.RulesEngineRangeCollection.TryParse(System.String,C1.WPF.RulesManager.RulesEngineRangeCollection@)">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRangeCollection.TryParse.html#C1_WPF_RulesManager_RulesEngineRangeCollection_TryParse_System_String_C1_WPF_RulesManager_RulesEngineRangeCollection__">TryParse(string, out RulesEngineRangeCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses a string into a collection of <a class="xref" href="C1.WPF.RulesManager.RulesEngineRange.html">RulesEngineRange</a>.</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_RulesEngineRangeCollection_op_Implicit_System_String__C1_WPF_RulesManager_RulesEngineRangeCollection" data-uid="C1.WPF.RulesManager.RulesEngineRangeCollection.op_Implicit(System.String)~C1.WPF.RulesManager.RulesEngineRangeCollection">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineRangeCollection.op_Implicit.html#C1_WPF_RulesManager_RulesEngineRangeCollection_op_Implicit_System_String__C1_WPF_RulesManager_RulesEngineRangeCollection">implicit operator RulesEngineRangeCollection(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Casting operator to convert a string into a <a class="xref" href="C1.WPF.RulesManager.RulesEngineRangeCollection.html">RulesEngineRangeCollection</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
