# FarPoint.Win.Spread.FilterCondition

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_FilterCondition" data-uid="FarPoint.Win.Spread.FilterCondition" class="text-break">FilterCondition Class
</h1>
  <div class="markdown level0 summary"><p>Provides a CustomFilter class that specifies an operator and a value.</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">FilterCondition</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_FilterCondition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FilterCondition : ISerializeSupport, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FilterCondition
    Implements ISerializeSupport, ICloneable</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="FarPoint_Win_Spread_FilterCondition__ctor_FarPoint_Win_Spread_CustomFilterOperatorType_System_Object_" data-uid="FarPoint.Win.Spread.FilterCondition.#ctor(FarPoint.Win.Spread.CustomFilterOperatorType,System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.FilterCondition.-ctor.html#FarPoint_Win_Spread_FilterCondition__ctor_FarPoint_Win_Spread_CustomFilterOperatorType_System_Object_">FilterCondition(CustomFilterOperatorType, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new filter condition.</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="FarPoint_Win_Spread_FilterCondition_Operator" data-uid="FarPoint.Win.Spread.FilterCondition.Operator">
          <a class="xref" href="FarPoint.Win.Spread.FilterCondition.Operator.html#FarPoint_Win_Spread_FilterCondition_Operator">Operator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the operator for filter comparision.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FilterCondition_Value" data-uid="FarPoint.Win.Spread.FilterCondition.Value">
          <a class="xref" href="FarPoint.Win.Spread.FilterCondition.Value.html#FarPoint_Win_Spread_FilterCondition_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value used for filter criteria.</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_Win_Spread_FilterCondition_Clone" data-uid="FarPoint.Win.Spread.FilterCondition.Clone">
          <a class="xref" href="FarPoint.Win.Spread.FilterCondition.Clone.html#FarPoint_Win_Spread_FilterCondition_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FilterCondition_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.FilterCondition.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.FilterCondition.Deserialize.html#FarPoint_Win_Spread_FilterCondition_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FilterCondition_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.FilterCondition.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.FilterCondition.Serialize.html#FarPoint_Win_Spread_FilterCondition_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
