View Source
Class DatabaseSettingsModel
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class DatabaseSettingsModel
Properties
View Source
DefaultDatabaseName
Declaration
public string DefaultDatabaseName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
View Source
Declaration
public bool IsConfigured { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
ProviderName
Declaration
public string ProviderName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
RequiresConnectionTest
Declaration
public bool RequiresConnectionTest { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
RequiresCredentials
Declaration
public bool RequiresCredentials { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
RequiresServer
Declaration
public bool RequiresServer { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
ServerPlaceholder
Declaration
public string ServerPlaceholder { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortOrder
Declaration
public int SortOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
SupportsIntegratedAuthentication
Declaration
public bool SupportsIntegratedAuthentication { get; set; }
Property Value
Type |
Description |
System.Boolean |
|