메소드 | 설명 | |
---|---|---|
Validate ( object value, string config, string preValues, |
Performs the validation against the value
|
메소드 | 설명 | |
---|---|---|
ManifestValueValidator ( ) : 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 | |
리턴 | IEnumerable |