Method | Description | |
---|---|---|
Add ( bool value ) : void |
Adds validation result
|
|
AtLeastOneIs ( bool value ) : bool | ||
ValidationBag ( ) : System.Collections.Generic |
DEfault validation state is invalid
|
|
ValidationBag ( bool init ) : System.Collections.Generic |
|
public ValidationBag ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public ValidationBag ( bool init ) : System.Collections.Generic | ||
init | bool | State of bag: valid or invalid |
return | System.Collections.Generic |