Search Results for

    Show / Hide Table of Contents
    View Source

    Class DatabaseSettingsModel

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.Installer
    Assembly: Umbraco.Core.dll
    Syntax
    public class DatabaseSettingsModel

    Properties

    View Source

    DefaultDatabaseName

    Declaration
    public string DefaultDatabaseName { get; set; }
    Property Value
    Type Description
    string
    View Source

    DisplayName

    Declaration
    public string DisplayName { get; set; }
    Property Value
    Type Description
    string
    View Source

    Id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    IsConfigured

    Declaration
    public bool IsConfigured { get; set; }
    Property Value
    Type Description
    bool
    View Source

    ProviderName

    Declaration
    public string ProviderName { get; set; }
    Property Value
    Type Description
    string
    View Source

    RequiresConnectionTest

    Declaration
    public bool RequiresConnectionTest { get; set; }
    Property Value
    Type Description
    bool
    View Source

    RequiresCredentials

    Declaration
    public bool RequiresCredentials { get; set; }
    Property Value
    Type Description
    bool
    View Source

    RequiresServer

    Declaration
    public bool RequiresServer { get; set; }
    Property Value
    Type Description
    bool
    View Source

    ServerPlaceholder

    Declaration
    public string ServerPlaceholder { get; set; }
    Property Value
    Type Description
    string
    View Source

    SortOrder

    Declaration
    public int SortOrder { get; set; }
    Property Value
    Type Description
    int
    View Source

    SupportsIntegratedAuthentication

    Declaration
    public bool SupportsIntegratedAuthentication { get; set; }
    Property Value
    Type Description
    bool
    View Source

    SupportsTrustServerCertificate

    Declaration
    public bool SupportsTrustServerCertificate { get; set; }
    Property Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX