# C1.Win.C1Input.PostValidation

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_PostValidation" data-uid="C1.Win.C1Input.PostValidation" class="text-break">PostValidation Class
</h1>
  <div class="markdown level0 summary"><p>Validating the typed value after parsing, after the input string has been converted to the DataType.</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.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><span class="xref">PostValidation</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_PostValidation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericInheritConverter))]
public class PostValidation : MarshalByRefObject, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericInheritConverter))&gt;
Public Class PostValidation
    Inherits MarshalByRefObject
    Implements IDisposable</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="C1_Win_C1Input_PostValidation_AllowDbNull" data-uid="C1.Win.C1Input.PostValidation.AllowDbNull">
          <a class="xref" href="C1.Win.C1Input.PostValidation.AllowDbNull.html#C1_Win_C1Input_PostValidation_AllowDbNull">AllowDbNull</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether it is possible to enter DbNull value in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PostValidation_CaseSensitive" data-uid="C1.Win.C1Input.PostValidation.CaseSensitive">
          <a class="xref" href="C1.Win.C1Input.PostValidation.CaseSensitive.html#C1_Win_C1Input_PostValidation_CaseSensitive">CaseSensitive</a>
        </td>
        <td class="markdown level1 summary"><p>True if string comparisons are case-sensitive; otherwise, False.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PostValidation_ErrorMessage" data-uid="C1.Win.C1Input.PostValidation.ErrorMessage">
          <a class="xref" href="C1.Win.C1Input.PostValidation.ErrorMessage.html#C1_Win_C1Input_PostValidation_ErrorMessage">ErrorMessage</a>
        </td>
        <td class="markdown level1 summary"><p>Error message shown in the standard message box and/or in the exception.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PostValidation_Inherit" data-uid="C1.Win.C1Input.PostValidation.Inherit">
          <a class="xref" href="C1.Win.C1Input.PostValidation.Inherit.html#C1_Win_C1Input_PostValidation_Inherit">Inherit</a>
        </td>
        <td class="markdown level1 summary"><p>Manages inheritance of the PostValidation properties from the host control properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PostValidation_Intervals" data-uid="C1.Win.C1Input.PostValidation.Intervals">
          <a class="xref" href="C1.Win.C1Input.PostValidation.Intervals.html#C1_Win_C1Input_PostValidation_Intervals">Intervals</a>
        </td>
        <td class="markdown level1 summary"><p>Collection of intervals. The input value must belong to one of these intervals.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PostValidation_Validation" data-uid="C1.Win.C1Input.PostValidation.Validation">
          <a class="xref" href="C1.Win.C1Input.PostValidation.Validation.html#C1_Win_C1Input_PostValidation_Validation">Validation</a>
        </td>
        <td class="markdown level1 summary"><p>Validation method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PostValidation_Values" data-uid="C1.Win.C1Input.PostValidation.Values">
          <a class="xref" href="C1.Win.C1Input.PostValidation.Values.html#C1_Win_C1Input_PostValidation_Values">Values</a>
        </td>
        <td class="markdown level1 summary"><p>Predefined values used for matching the input value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PostValidation_ValuesExcluded" data-uid="C1.Win.C1Input.PostValidation.ValuesExcluded">
          <a class="xref" href="C1.Win.C1Input.PostValidation.ValuesExcluded.html#C1_Win_C1Input_PostValidation_ValuesExcluded">ValuesExcluded</a>
        </td>
        <td class="markdown level1 summary"><p>List of values that are not permitted as input value.</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_Win_C1Input_PostValidation_Reset" data-uid="C1.Win.C1Input.PostValidation.Reset">
          <a class="xref" href="C1.Win.C1Input.PostValidation.Reset.html#C1_Win_C1Input_PostValidation_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets whole PostValidation property of base control</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PostValidation_ResetCaseSensitive" data-uid="C1.Win.C1Input.PostValidation.ResetCaseSensitive">
          <a class="xref" href="C1.Win.C1Input.PostValidation.ResetCaseSensitive.html#C1_Win_C1Input_PostValidation_ResetCaseSensitive">ResetCaseSensitive()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PostValidation_ResetErrorMessage" data-uid="C1.Win.C1Input.PostValidation.ResetErrorMessage">
          <a class="xref" href="C1.Win.C1Input.PostValidation.ResetErrorMessage.html#C1_Win_C1Input_PostValidation_ResetErrorMessage">ResetErrorMessage()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PostValidation_ShouldSerializeCaseSensitive" data-uid="C1.Win.C1Input.PostValidation.ShouldSerializeCaseSensitive">
          <a class="xref" href="C1.Win.C1Input.PostValidation.ShouldSerializeCaseSensitive.html#C1_Win_C1Input_PostValidation_ShouldSerializeCaseSensitive">ShouldSerializeCaseSensitive()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PostValidation_ShouldSerializeErrorMessage" data-uid="C1.Win.C1Input.PostValidation.ShouldSerializeErrorMessage">
          <a class="xref" href="C1.Win.C1Input.PostValidation.ShouldSerializeErrorMessage.html#C1_Win_C1Input_PostValidation_ShouldSerializeErrorMessage">ShouldSerializeErrorMessage()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PostValidation_ShouldSerializeIntervals" data-uid="C1.Win.C1Input.PostValidation.ShouldSerializeIntervals">
          <a class="xref" href="C1.Win.C1Input.PostValidation.ShouldSerializeIntervals.html#C1_Win_C1Input_PostValidation_ShouldSerializeIntervals">ShouldSerializeIntervals()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PostValidation_ShouldSerializeValues" data-uid="C1.Win.C1Input.PostValidation.ShouldSerializeValues">
          <a class="xref" href="C1.Win.C1Input.PostValidation.ShouldSerializeValues.html#C1_Win_C1Input_PostValidation_ShouldSerializeValues">ShouldSerializeValues()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PostValidation_ShouldSerializeValuesExcluded" data-uid="C1.Win.C1Input.PostValidation.ShouldSerializeValuesExcluded">
          <a class="xref" href="C1.Win.C1Input.PostValidation.ShouldSerializeValuesExcluded.html#C1_Win_C1Input_PostValidation_ShouldSerializeValuesExcluded">ShouldSerializeValuesExcluded()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PostValidation_Validate_System_Object_C1_Win_C1Input_ErrorInfo_" data-uid="C1.Win.C1Input.PostValidation.Validate(System.Object,C1.Win.C1Input.ErrorInfo)">
          <a class="xref" href="C1.Win.C1Input.PostValidation.Validate.html#C1_Win_C1Input_PostValidation_Validate_System_Object_C1_Win_C1Input_ErrorInfo_">Validate(object, ErrorInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs validation using the current settings of the PostValidation object. Returns true if vaidation was successful.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_PostValidation_ValidateValuesAndIntervals_System_Object_C1_Win_C1Input_ErrorInfo_" data-uid="C1.Win.C1Input.PostValidation.ValidateValuesAndIntervals(System.Object,C1.Win.C1Input.ErrorInfo)">
          <a class="xref" href="C1.Win.C1Input.PostValidation.ValidateValuesAndIntervals.html#C1_Win_C1Input_PostValidation_ValidateValuesAndIntervals_System_Object_C1_Win_C1Input_ErrorInfo_">ValidateValuesAndIntervals(object, ErrorInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs validation of the value against the collections of Values, ValuesExcluded and Intervals.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
