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.