Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDataValueReferenceFactory

    Represents a factory for creating IDataValueReference instances for specific data editors.

    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IDataValueReferenceFactory

    Methods

    View Source

    GetDataValueReference()

    Gets the IDataValueReference instance for extracting entity references from property values.

    Declaration
    IDataValueReference GetDataValueReference()
    Returns
    Type Description
    IDataValueReference

    An IDataValueReference instance.

    View Source

    IsForEditor(IDataEditor?)

    Gets a value indicating whether the DataValueReference lookup supports a datatype (data editor).

    Declaration
    bool IsForEditor(IDataEditor? dataEditor)
    Parameters
    Type Name Description
    IDataEditor dataEditor

    The data editor to check.

    Returns
    Type Description
    bool

    A value indicating whether the converter supports a datatype.

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