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

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<PropertyValueLevel, TProperty>(PropertyValueLevel, Expression<Func<PropertyValueLevel, TProperty>>)
    DictionaryExtensions.MergeLeft<PropertyValueLevel, TK, TV>(PropertyValueLevel, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<PropertyValueLevel, TK, TV>(PropertyValueLevel, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<PropertyValueLevel>(PropertyValueLevel)
    ObjectExtensions.AsEnumerableOfOne<PropertyValueLevel>(PropertyValueLevel)
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX