Method | Description | |
---|---|---|
Combine ( IEnumerable |
Combines a collection of validation results into a single result.
|
|
GetMessageString ( string separator ) : string |
Concatenates the elements of the Messages property into a single message using the specified separator.
|
|
ValidationResult ( bool success ) : System.Collections.Generic |
Constructor.
|
public static Combine ( IEnumerable |
||
results | IEnumerable |
|
return |
public GetMessageString ( string separator ) : string | ||
separator | string | |
return | string |
public ValidationResult ( bool success ) : System.Collections.Generic | ||
success | bool | Indicates whether the validation succeeded. |
return | System.Collections.Generic |