Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaPickerWithCropsValueConverter

    Inheritance
    System.Object
    PropertyValueConverterBase
    Namespace: Umbraco.Web.PropertyEditors.ValueConverters
    Assembly: Umbraco.Web.dll
    Syntax
    public class MediaPickerWithCropsValueConverter : PropertyValueConverterBase, IPropertyValueConverter, IDiscoverable

    Constructors

    View Source

    MediaPickerWithCropsValueConverter(IPublishedSnapshotAccessor)

    Declaration
    public MediaPickerWithCropsValueConverter(IPublishedSnapshotAccessor publishedSnapshotAccessor)
    Parameters
    Type Name Description
    IPublishedSnapshotAccessor publishedSnapshotAccessor

    Methods

    View Source

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

    Declaration
    public override object ConvertIntermediateToObject(IPublishedElement owner, IPublishedPropertyType propertyType, PropertyCacheLevel referenceCacheLevel, object inter, bool preview)
    Parameters
    Type Name Description
    IPublishedElement owner
    IPublishedPropertyType propertyType
    PropertyCacheLevel referenceCacheLevel
    System.Object inter
    System.Boolean preview
    Returns
    Type Description
    System.Object
    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
    System.Type
    View Source

    IsConverter(IPublishedPropertyType)

    Declaration
    public override bool IsConverter(IPublishedPropertyType propertyType)
    Parameters
    Type Name Description
    IPublishedPropertyType propertyType
    Returns
    Type Description
    System.Boolean
    View Source

    IsValue(Object, PropertyValueLevel)

    Declaration
    public override bool? IsValue(object value, PropertyValueLevel level)
    Parameters
    Type Name Description
    System.Object value
    PropertyValueLevel level
    Returns
    Type Description
    System.Nullable<System.Boolean>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MediaPickerWithCropsValueConverter(IPublishedSnapshotAccessor)
    • Methods
      • ConvertIntermediateToObject(IPublishedElement, IPublishedPropertyType, PropertyCacheLevel, Object, Boolean)
      • GetPropertyCacheLevel(IPublishedPropertyType)
      • GetPropertyValueType(IPublishedPropertyType)
      • IsConverter(IPublishedPropertyType)
      • IsValue(Object, PropertyValueLevel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX