Class GreaterThanValidator
- Namespace
- Acuit.Pinpoint.Workflows.Testing.Validation
- Assembly
- Acuit.Pinpoint.Workflows.Testing.dll
A data value validator that validates that the data value is greater than a specified value.
public class GreaterThanValidator : ComparisonValidator, IDataValueValidator
- Inheritance
-
GreaterThanValidator
- Implements
- Inherited Members
Examples
<TakeValue Name="Gas Flow" DataSource="{ReadingNow GasFlowRate}">
<TakeValue.Validator>
<GreaterThanValidator Value="60" />
</TakeValue.Validator>
</TakeValue>
Remarks
See ValidationComparer for details about how values are compared.
Constructors
GreaterThanValidator()
Initializes a new instance of the GreaterThanValidator class.
public GreaterThanValidator()