C# Class Umbraco.UmbracoStudio.VisualStudio.UmbracoSpecificExtensions

Mostra file Open project: umbraco/Visual-Studio-Extension

Public Methods

Method Description
GetConnectionString ( this project ) : string
GetProviderName ( this project ) : string
IsDatabaseConfigured ( this project ) : bool
IsUmbracoWebsite ( this project ) : bool

Method Details

GetConnectionString() public static method

public static GetConnectionString ( this project ) : string
project this
return string

GetProviderName() public static method

public static GetProviderName ( this project ) : string
project this
return string

IsDatabaseConfigured() public static method

public static IsDatabaseConfigured ( this project ) : bool
project this
return bool

IsUmbracoWebsite() public static method

public static IsUmbracoWebsite ( this project ) : bool
project this
return bool