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, TBlockValue>
BlockPropertyValueConverterBase.BlockItemActivator<T>
CheckboxListValueConverter
ColorPickerValueConverter
ColorPickerValueConverter.PickedColor
ConstructorCacheClearNotificationHandler
ContentPickerValueConverter
DatePickerValueConverter
DateTimeValueTypeConverter
DecimalValueConverter
DecimalValueTypeConverter
EmailAddressValueConverter
EyeDropperValueConverter
FileUploadValue
FlexibleDropdownPropertyValueConverter
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.
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
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.
RadioButtonListValueConverter
RichTextBlockPropertyValueConstructorCache
RteBlockRenderingValueConverter
A value converter for TinyMCE that will ensure any blocks content are 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.
TemporaryFileUploadValueBase
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.