Click or drag to resize
IParameterValidator Interface
A simple interface to an object that can check a value for conformance to any required validation rules.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public interface IParameterValidator
Methods
  NameDescription
Public methodIsValid(Object)
Given a value as an object, return true if the value is allowed.
Public methodIsValid(String)
Given a value in string form, return true if the value is allowed.
Top
See Also

Reference