C# Class Umbraco.UmbracoStudio.VisualStudio.UmbracoSpecificExtensions

Afficher le fichier Open project: umbraco/Visual-Studio-Extension

Méthodes publiques

Méthode Description
GetConnectionString ( this project ) : string
GetProviderName ( this project ) : string
IsDatabaseConfigured ( this project ) : bool
IsUmbracoWebsite ( this project ) : bool

Method Details

GetConnectionString() public static méthode

public static GetConnectionString ( this project ) : string
project this
Résultat string

GetProviderName() public static méthode

public static GetProviderName ( this project ) : string
project this
Résultat string

IsDatabaseConfigured() public static méthode

public static IsDatabaseConfigured ( this project ) : bool
project this
Résultat bool

IsUmbracoWebsite() public static méthode

public static IsUmbracoWebsite ( this project ) : bool
project this
Résultat bool