Namespace Umbraco.Core.PropertyEditors.ValueConverters
Classes
CheckboxListValueConverter
ColorPickerValueConverter
ColorPickerValueConverter.PickedColor
DatePickerValueConverter
DecimalValueConverter
EmailAddressValueConverter
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
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
MemberGroupPickerValueConverter
MultipleTextStringValueConverter
MustBeStringValueConverter
Ensures that no matter what is selected in (editor), the value results in a string.
RadioButtonListValueConverter
SliderValueConverter
TagsValueConverter
TextStringValueConverter
TinyMceValueConverter
Value converter for the RTE so that it always returns IHtmlString so that Html.Raw doesn't have to be used.
UploadPropertyConverter
The upload property value converter.