Table of Contents

Class LessThanValidator

Namespace
Acuit.Pinpoint.Workflows.Testing.Validation
Assembly
Acuit.Pinpoint.Workflows.Testing.dll

A data value validator that validates that the data value is less than a specified value.

public class LessThanValidator : ComparisonValidator, IDataValueValidator
Inheritance
LessThanValidator
Implements
Inherited Members

Examples

<TakeValue Name="Gas Flow" DataSource="{ReadingNow GasFlowRate}">
  <TakeValue.Validator>
    <LessThanValidator Value="80" />
  </TakeValue.Validator>
</TakeValue>

Remarks

See ValidationComparer for details about how values are compared.

Constructors

LessThanValidator()

Initializes a new instance of the LessThanValidator class.

public LessThanValidator()