Search Results for

    Show / Hide Table of Contents

    Enum InstallOperationStatus

    Namespace: Umbraco.Cms.Core.Services.OperationStatus
    Assembly: Umbraco.Core.dll
    Syntax
    public enum InstallOperationStatus

    Fields

    Name Description
    DatabaseConnectionFailed
    InstallFailed
    MissingConnectionString
    MissingProviderName
    Success
    UnknownDatabaseProvider

    Extension Methods

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