Search Results for

    Show / Hide Table of Contents

    Class SRFluentValidationResultExtensions

    Defines extension methods for the Fluent Validation package.

    Inheritance
    Object
    SRFluentValidationResultExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: SimpleResults
    Assembly: SimpleResults.FluentValidation.dll
    Syntax
    public static class SRFluentValidationResultExtensions

    Methods

    Name Description
    AsErrors(ValidationResult)

    Converts the validation result to a collection of error messages.

    Invalid(ValidationResult)

    Represents a validation error that prevents the underlying service from completing.

    Invalid(ValidationResult, String)

    Represents a validation error that prevents the underlying service from completing.

    IsFailed(ValidationResult)

    Checks if the validation result is failed.

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