Namespace Umbraco.Cms.Core.PropertyEditors.ValueConverters
Classes
BigintValueTypeConverter
Provides property value conversion for property editors with the bigint value type.
BlockEditorConverter
Converts JSON block objects into IPublishedElement.
BlockEditorPropertyValueConstructorCacheBase<T>
BlockEditorVarianceHandler
BlockGridPropertyValueConstructorCache
BlockGridPropertyValueConverter
BlockListPropertyValueConstructorCache
BlockListPropertyValueConverter
CheckboxListValueConverter
Provides property value conversion for checkbox list properties.
ColorPickerValueConverter
Provides property value conversion for color picker properties.
ColorPickerValueConverter.PickedColor
Represents a picked color from the color picker.
ConstructorCacheClearNotificationHandler
ContentPickerValueConverter
Provides property value conversion for content picker properties.
DateOnlyValueConverter
Provides a property value converter for date only datetime property editors.
DatePickerValueConverter
Provides property value conversion for date/time picker properties.
DateTimeUnspecifiedValueConverter
Provides a property value converter for unspecified datetime property editors.
DateTimeValueConverterBase
Provides base functionality for date time property value converters that store their value as a JSON string with timezone information.
DateTimeValueConverterBase.DateTimeDto
Model/DTO that represents the JSON that date time property editors persisting as a JSON string stores.
DateTimeValueTypeConverter
Provides property value conversion for property editors with the date or date/time value type.
DateTimeWithTimeZoneValueConverter
Provides a property value converter for timezone specified datetime property editors.
DecimalValueConverter
Provides property value conversion for decimal properties.
DecimalValueTypeConverter
Provides property value conversion for property editors with the decimal value type.
EmailAddressValueConverter
Provides property value conversion for email address properties.
EntityDataPickerValueConverter
EyeDropperValueConverter
Provides property value conversion for eye dropper color picker properties.
FileUploadValue
FlexibleDropdownPropertyValueConverter
Provides property value conversion for flexible dropdown list properties.
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
Provides property value conversion for integer properties.
IntegerValueTypeConverter
Provides property value conversion for property editors with the integer value type.
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
Provides property value conversion for member group picker properties.
MemberPickerValueConverter
Provides property value conversion for member picker properties.
MissingPropertyEditorValueConverter
Provides property value conversion for the missing property editor, which always returns a string.
MultiNodeTreePickerValueConverter
The multi node tree picker property editor value converter.
MultiUrlPickerValueConverter
MultipleTextStringValueConverter
Provides property value conversion for multiple text string properties.
MustBeStringValueConverter
Ensures that no matter what is selected in (editor), the value results in a string.
RadioButtonListValueConverter
Provides property value conversion for radio button list properties.
RichTextBlockPropertyValueConstructorCache
RteBlockRenderingValueConverter
A value converter for TinyMCE that will ensure any blocks content are rendered properly even when used dynamically.
SimpleRichTextValueConverter
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
Provides property value conversion for property editors with the text or string value type.
TimeOnlyValueConverter
Provides a property value converter for time only datetime property editors.
TimeValueTypeConverter
Provides property value conversion for property editors with the time value type.
UploadPropertyConverter
Provides property value conversion for file upload properties.
ValueTypePropertyValueConverterBase
Provides a base class for property value converters that match based on value type.
XmlValueTypeConverter
Provides property value conversion for property editors with the XML value type.
YesNoValueConverter
Provides property value conversion for boolean (Yes/No) properties.