C# 클래스 Umbraco.UmbracoStudio.VisualStudio.UmbracoSpecificExtensions

파일 보기 프로젝트 열기: umbraco/Visual-Studio-Extension

공개 메소드들

메소드 설명
GetConnectionString ( this project ) : string
GetProviderName ( this project ) : string
IsDatabaseConfigured ( this project ) : bool
IsUmbracoWebsite ( this project ) : bool

메소드 상세

GetConnectionString() 공개 정적인 메소드

public static GetConnectionString ( this project ) : string
project this
리턴 string

GetProviderName() 공개 정적인 메소드

public static GetProviderName ( this project ) : string
project this
리턴 string

IsDatabaseConfigured() 공개 정적인 메소드

public static IsDatabaseConfigured ( this project ) : bool
project this
리턴 bool

IsUmbracoWebsite() 공개 정적인 메소드

public static IsUmbracoWebsite ( this project ) : bool
project this
리턴 bool