Method | Description | |
---|---|---|
Add ( Validation validation ) : void | ||
Add ( Validator validator, bool inverted, string args ) : void | ||
ValidationCollection ( ) : System | ||
executeValidations ( string content ) : bool | ||
getSize ( ) : int | ||
parseList ( YamlSequenceNode list, Validator>.Dictionary |
Method | Description | |
---|---|---|
parseFilterNode ( |
||
readFilterArgs ( IEnumerator |
public Add ( Validator validator, bool inverted, string args ) : void | ||
validator | Validator | |
inverted | bool | |
args | string | |
return | void |
public executeValidations ( string content ) : bool | ||
content | string | |
return | bool |
public static parseList ( YamlSequenceNode list, Validator>.Dictionary |
||
list | YamlSequenceNode | |
validatorMap | Validator>.Dictionary | |
return |