• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class XmlValueTypeConverter

    Inheritance
    System.Object
    PropertyValueConverterBase
    ValueTypePropertyValueConverterBase
    Namespace: Umbraco.Cms.Core.PropertyEditors.ValueConverters
    Assembly: Umbraco.Core.dll
    Syntax
    public class XmlValueTypeConverter : ValueTypePropertyValueConverterBase, IDeliveryApiPropertyValueConverter, IPropertyValueConverter, IDiscoverable

    Constructors

    View Source

    XmlValueTypeConverter(PropertyEditorCollection)

    Declaration
    public XmlValueTypeConverter(PropertyEditorCollection propertyEditors)
    Parameters
    Type Name Description
    PropertyEditorCollection propertyEditors

    Properties

    View Source

    SupportedValueTypes

    Declaration
    protected override string[] SupportedValueTypes { get; }
    Property Value
    Type Description
    System.String[]

    Methods

    View Source

    ConvertIntermediateToDeliveryApiObject(IPublishedElement, IPublishedPropertyType, PropertyCacheLevel, Object, Boolean, Boolean)

    Declaration
    public object ConvertIntermediateToDeliveryApiObject(IPublishedElement owner, IPublishedPropertyType propertyType, PropertyCacheLevel referenceCacheLevel, object inter, bool preview, bool expanding)
    Parameters
    Type Name Description
    IPublishedElement owner
    IPublishedPropertyType propertyType
    PropertyCacheLevel referenceCacheLevel
    System.Object inter
    System.Boolean preview
    System.Boolean expanding
    Returns
    Type Description
    System.Object
    View Source

    ConvertSourceToIntermediate(IPublishedElement, IPublishedPropertyType, Object, Boolean)

    Declaration
    public override object ConvertSourceToIntermediate(IPublishedElement owner, IPublishedPropertyType propertyType, object source, bool preview)
    Parameters
    Type Name Description
    IPublishedElement owner
    IPublishedPropertyType propertyType
    System.Object source
    System.Boolean preview
    Returns
    Type Description
    System.Object
    View Source

    GetDeliveryApiPropertyCacheLevel(IPublishedPropertyType)

    Declaration
    public PropertyCacheLevel GetDeliveryApiPropertyCacheLevel(IPublishedPropertyType propertyType)
    Parameters
    Type Name Description
    IPublishedPropertyType propertyType
    Returns
    Type Description
    PropertyCacheLevel
    View Source

    GetDeliveryApiPropertyValueType(IPublishedPropertyType)

    Declaration
    public Type GetDeliveryApiPropertyValueType(IPublishedPropertyType propertyType)
    Parameters
    Type Name Description
    IPublishedPropertyType propertyType
    Returns
    Type Description
    Type
    View Source

    GetPropertyCacheLevel(IPublishedPropertyType)

    Declaration
    public override PropertyCacheLevel GetPropertyCacheLevel(IPublishedPropertyType propertyType)
    Parameters
    Type Name Description
    IPublishedPropertyType propertyType
    Returns
    Type Description
    PropertyCacheLevel
    View Source

    GetPropertyValueType(IPublishedPropertyType)

    Declaration
    public override Type GetPropertyValueType(IPublishedPropertyType propertyType)
    Parameters
    Type Name Description
    IPublishedPropertyType propertyType
    Returns
    Type Description
    Type
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • XmlValueTypeConverter(PropertyEditorCollection)
    • Properties
      • SupportedValueTypes
    • Methods
      • ConvertIntermediateToDeliveryApiObject(IPublishedElement, IPublishedPropertyType, PropertyCacheLevel, Object, Boolean, Boolean)
      • ConvertSourceToIntermediate(IPublishedElement, IPublishedPropertyType, Object, Boolean)
      • GetDeliveryApiPropertyCacheLevel(IPublishedPropertyType)
      • GetDeliveryApiPropertyValueType(IPublishedPropertyType)
      • GetPropertyCacheLevel(IPublishedPropertyType)
      • GetPropertyValueType(IPublishedPropertyType)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX