Search Results for

    Show / Hide Table of Contents

    Namespace Umbraco.Cms.Core.PropertyEditors.Validation

    Classes

    JsonPathExpression

    NestedJsonPathValidationResults

    NestedValidationResults

    TypedJsonValidatorRunner<TValue, TConfiguration>

    An aggregate validator for JSON based value editors, to avoid doing multiple deserialization.

    Will deserialize once, and cast the configuration once, and pass those values to each ITypedJsonValidator<TValue, TConfiguration>, aggregating the results.

    ValidationHelper

    Provides helper methods for validation of property editor values based on data type configuration.

    Interfaces

    IJsonPathValidationResult

    INestedValidationResults

    ITypedJsonValidator<TValue, TConfiguration>

    A specific validator used for JSON based value editors, to avoid doing multiple deserialization. Is used together with TypedJsonValidatorRunner<TValue, TConfiguration>

    In This Article
    • Classes
    • Interfaces
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX