Interface IValidatedDataValue
- Namespace
- Acuit.Pinpoint.Workflows.Testing.Validation
- Assembly
- Acuit.Pinpoint.Workflows.Testing.dll
A validated data value.
public interface IValidatedDataValue : IDataValue, IFormattable, ICriteriaProvider
- Inherited Members
- Extension Methods
Properties
IsValid
Gets whether the value is valid.
bool IsValid { get; }