Search Results for

    Show / Hide Table of Contents

    Enum PropertyValueLevel

    Indicates the level of a value.

    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public enum PropertyValueLevel : int

    Fields

    Name Description
    Inter

    The conversion intermediate value.

    Object

    The converted value.

    Source

    The source value, i.e. what is in the database.

    Extension Methods

    DictionaryExtensions.MergeLeft<PropertyValueLevel, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<PropertyValueLevel, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<PropertyValueLevel>()
    ObjectExtensions.AsEnumerableOfOne<PropertyValueLevel>()
    ObjectExtensions.ToDictionary<PropertyValueLevel, TProperty, TVal>(Expression<Func<PropertyValueLevel, TProperty>>[])
    ExpressionHelper.GetPropertyInfo<PropertyValueLevel, TProperty>(Expression<Func<PropertyValueLevel, TProperty>>)
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX