Search Results for

    Show / Hide Table of Contents

    Enum SystemMethods

    Defines options available for default values derived from database system methods.

    Namespace: Umbraco.Cms.Infrastructure.Persistence.DatabaseModelDefinitions
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public enum SystemMethods

    Fields

    Name Description
    CurrentDateTime

    Represents a default value that is the current date time.

    CurrentUTCDateTime

    Represents a default value that is the current UTC date time.

    NewGuid

    Represents a default value that is a generated GUID.

    Extension Methods

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