Namespace Umbraco.Cms.Core.PropertyEditors.ValueConverters
Classes
BigintValueTypeConverter
BlockEditorConverter
Converts JSON block objects into IPublishedElement.
BlockEditorPropertyValueConstructorCacheBase<T>
BlockGridPropertyValueConstructorCache
BlockGridPropertyValueConverter
BlockListPropertyValueConstructorCache
BlockListPropertyValueConverter
BlockPropertyValueConverterBase<TBlockModel, TBlockItemModel, TBlockLayoutItem, TBlockConfiguration>
BlockPropertyValueConverterBase.BlockItemActivator<T>
CheckboxListValueConverter
ColorPickerValueConverter
ColorPickerValueConverter.PickedColor
ConstructorCacheClearNotificationHandler
ContentPickerValueConverter
DatePickerValueConverter
DateTimeValueTypeConverter
DecimalValueConverter
DecimalValueTypeConverter
EmailAddressValueConverter
EyeDropperValueConverter
FlexibleDropdownPropertyValueConverter
GridValueConverter
This ensures that the grid config is merged in with the front-end value
ImageCropperValue
Represents a value of the image cropper value editor.
ImageCropperValue.ImageCropperCrop
ImageCropperValue.ImageCropperCropCoordinates
ImageCropperValue.ImageCropperFocalPoint
ImageCropperValueConverter
Represents a value converter for the image cropper value editor.
ImageCropperValueTypeConverter
Converts ImageCropperValue to string or JObject (why?).
IntegerValueConverter
IntegerValueTypeConverter
JsonValueConverter
The default converter for all property editors that expose a JSON value type
LabelValueConverter
We need this property converter so that we always force the value of a label to be a string
MarkdownEditorValueConverter
MediaPickerValueConverter
The media picker property value converter.
MediaPickerWithCropsValueConverter
MemberGroupPickerValueConverter
MemberPickerValueConverter
MultiNodeTreePickerValueConverter
The multi node tree picker property editor value converter.
MultipleTextStringValueConverter
MultiUrlPickerValueConverter
MustBeStringValueConverter
Ensures that no matter what is selected in (editor), the value results in a string.
NestedContentManyValueConverter
Provides an implementation for Umbraco.Core.PropertyEditors.IPropertyValueConverter for nested content.
NestedContentSingleValueConverter
Provides an implementation for Umbraco.Core.PropertyEditors.IPropertyValueConverter for nested content.
NestedContentValueConverterBase
RadioButtonListValueConverter
RichTextBlockPropertyValueConstructorCache
RteMacroRenderingValueConverter
A value converter for TinyMCE that will ensure any macro content is rendered properly even when used dynamically.
SimpleTinyMceValueConverter
Value converter for the RTE so that it always returns IHtmlString so that Html.Raw doesn't have to be used.
SliderValueConverter
The slider property value converter.
TagsValueConverter
The tags property value converter.
TextStringValueTypeConverter
TimeValueTypeConverter
UploadPropertyConverter
The upload property value converter.
ValueTypePropertyValueConverterBase
XmlValueTypeConverter
YesNoValueConverter
Delegates
BlockPropertyValueConverterBase.CreateBlockItemModelFromLayout<>
Creates a block item from a block layout item.
BlockPropertyValueConverterBase.CreateBlockModel<>
Creates a block model for a list of unwrapped block items.
BlockPropertyValueConverterBase.CreateEmptyBlockModel<>
Creates an empty block model, i.e. for uninitialized or invalid property values.
BlockPropertyValueConverterBase.EnrichBlockItemModelFromConfiguration<>
Enriches a block item after it has been created by the block item activator. Use this to set block item data based on concrete block layout and configuration.