Search Results for

    Show / Hide Table of Contents

    Method IsFailed

    | Improve this Doc View Source

    IsFailed(ValidationResult)

    Checks if the validation result is failed.

    Declaration
    public static bool IsFailed(this ValidationResult result)
    Parameters
    Type Name Description
    FluentValidation.Results.ValidationResult result

    The result of running a validator.

    Returns
    Type Description
    Boolean

    true if the validation result is failed; otherwise false.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2023 SimpleResults