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

    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>()
    EnumExtensions.HasFlagAny<PropertyValueLevel>(PropertyValueLevel)
    ObjectExtensions.AsEnumerableOfOne<PropertyValueLevel>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<PropertyValueLevel, TProperty, TVal>(Expression<Func<PropertyValueLevel, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    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