Search Results for

    Show / Hide Table of Contents
    View Source

    Class NestedValidationResults

    Inheritance
    System.Object
    System.ComponentModel.DataAnnotations.ValidationResult
    Namespace: Umbraco.Cms.Core.PropertyEditors.Validation
    Assembly: Umbraco.Core.dll
    Syntax
    public class NestedValidationResults : ValidationResult, INestedValidationResults

    Constructors

    View Source

    NestedValidationResults()

    Declaration
    public NestedValidationResults()

    Properties

    View Source

    ValidationResults

    Declaration
    public IList<ValidationResult> ValidationResults { get; }
    Property Value
    Type Description
    IList<System.ComponentModel.DataAnnotations.ValidationResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • NestedValidationResults()
    • Properties
      • ValidationResults
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX