Basic interface for value validation
Namespace: Scanjour.Workflow4.ActivityLibrary.ValidationAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic interface IValidator<in T>
Public Interface IValidator(Of In T)
generic<typename T>
public interface class IValidator
type IValidator<'T> = interface end
Type Parameters
- T
- Type of the values that are validated
The IValidatorT type exposes the following members.
Methods
See Also