Method | Description | |
---|---|---|
Validate ( object value, string config, string preValues, |
Performs the validation against the value
|
Method | Description | |
---|---|---|
ManifestValueValidator ( ) : System |
protected ManifestValueValidator ( ) : System | ||
return | System |
public abstract Validate ( object value, string config, string preValues, |
||
value | object | |
config | string | /// An object that is used to configure the validator. An example could be a regex /// expression if the validator was a regex validator. This is defined in the manifest along with /// the definition of the validator. /// |
preValues | string | The current pre-values stored for the data type |
editor | The property editor instance that is being validated | |
return | IEnumerable |