Search Results for

    Show / Hide Table of Contents

    Enum PropertyValueLevel

    Indicates the level of a value.

    Namespace: Umbraco.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

    EnumExtensions.HasFlagAll<PropertyValueLevel>(PropertyValueLevel)
    EnumExtensions.HasFlagAny<PropertyValueLevel>(PropertyValueLevel)
    EnumerableExtensions.Yield<PropertyValueLevel>()
    ObjectExtensions.AsEnumerableOfOne<PropertyValueLevel>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<PropertyValueLevel, TProperty, TVal>(Expression<Func<PropertyValueLevel, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX