IParameterValidator Interface |
A simple interface to an object that can check a value
for conformance to any required validation rules.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public interface IParameterValidator
Public Interface IParameterValidator
public interface class IParameterValidator
type IParameterValidator = interface end
Methods
| Name | Description |
---|
| IsValid(Object) |
Given a value as an object, return true if the value is allowed.
|
| IsValid(String) |
Given a value in string form, return true if the value is allowed.
|
TopSee Also