Search Results for

    Show / Hide Table of Contents

    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>

    Serves as a base class that provides caching functionality for constructors used by block editor property value converters. This helps optimize the instantiation of value converter objects in block editor scenarios.

    BlockEditorVarianceHandler

    Handles value variance for the Block Editor property editor, determining how property values differ based on culture and segment.

    BlockGridPropertyValueConstructorCache

    Caches value constructors used during Block Grid property value conversion.

    BlockGridPropertyValueConverter

    Converts values of the Block Grid property editor in Umbraco to their corresponding .NET types for use within the application.

    BlockListPropertyValueConstructorCache

    Provides a cache for constructors used by block list property value converters, optimizing performance by avoiding repeated reflection or instantiation.

    BlockListPropertyValueConverter

    Converts the raw value stored by the Block List property editor into a strongly-typed object that can be used within Umbraco, typically for rendering or further processing.

    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

    Handles notifications that trigger the clearing of the constructor cache for property value converters.

    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

    Converts the value stored by an entity data picker property editor into a strongly-typed object that can be used within Umbraco, such as an entity identifier or reference.

    EyeDropperValueConverter

    Provides property value conversion for eye dropper color picker properties.

    FileUploadValue

    Represents the value object returned by the file upload property editor in Umbraco.

    FlexibleDropdownPropertyValueConverter

    Provides property value conversion for flexible dropdown list properties.

    ImageCropperValue

    Represents a value of the image cropper value editor.

    ImageCropperValue.ImageCropperCrop

    Represents a crop area defined within an image for the image cropper value. Contains information about the position and dimensions of the crop.

    ImageCropperValue.ImageCropperCropCoordinates

    Represents the coordinates and dimensions of a crop area defined by the image cropper.

    ImageCropperValue.ImageCropperFocalPoint

    Represents the focal point coordinates (typically X and Y values) used by the image cropper to determine the main area of interest within an image.

    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

    Converts values stored by the Markdown editor property editor into HTML or other displayable formats for use within Umbraco.

    MediaPickerWithCropsValueConverter

    Converts the value stored by the Media Picker with Crops property editor into a strongly-typed object representing the selected media item(s) and their associated crop data, making it accessible for use in code.

    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

    Converts the value stored by the Multi URL Picker property editor into a collection of strongly-typed link objects that can be easily consumed by application code.

    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

    Caches constructor instances used by the RichTextBlockPropertyValueConverter to optimize property value conversion.

    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

    Serves as a base class for value converters that process temporary file uploads in property editors.

    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.

    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX