View Source
Class NestedJsonPathValidationResults
Inheritance
System.Object
System.ComponentModel.DataAnnotations.ValidationResult
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> |
|