Search Results for

    Show / Hide Table of Contents
    View Source

    Class NestedJsonPathValidationResults

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

    Constructors

    View Source

    NestedJsonPathValidationResults(String)

    Declaration
    public NestedJsonPathValidationResults(string jsonPath)
    Parameters
    Type Name Description
    System.String jsonPath

    Properties

    View Source

    JsonPath

    Declaration
    public string JsonPath { get; }
    Property Value
    Type Description
    System.String
    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
      • NestedJsonPathValidationResults(String)
    • Properties
      • JsonPath
      • ValidationResults
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX