C# 클래스 Netric.Configuration.Profilee.SiteInstaller

상속: ISiteInstaller, IDisposable
파일 보기 프로젝트 열기: MaciekLesiczka/netric 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GetAllSites ( ) : string
GetSitesWithInstalledApm ( ) : string[]
Install ( string siteName ) : void
SiteInstaller ( Action logger = null ) : System
Uninstall ( string siteName ) : void

비공개 메소드들

메소드 설명
AddModule ( string siteName ) : void
FindElement ( IEnumerable collection, string elementTagName ) : ConfigurationElement
GetAssemblyNameString ( ) : string
GetCollection ( string sectionPath, string siteName ) : ConfigurationElementCollection
Log ( string msg ) : void
LogTrace ( string message ) : void
ModuleExist ( string siteName ) : bool
RemoveFrom ( string collection, string siteName, string type ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetAllSites() 공개 메소드

public GetAllSites ( ) : string
리턴 string

GetSitesWithInstalledApm() 공개 메소드

public GetSitesWithInstalledApm ( ) : string[]
리턴 string[]

Install() 공개 메소드

public Install ( string siteName ) : void
siteName string
리턴 void

SiteInstaller() 공개 메소드

public SiteInstaller ( Action logger = null ) : System
logger Action If it is null exceptions will be thrown outside class methods
리턴 System

Uninstall() 공개 메소드

public Uninstall ( string siteName ) : void
siteName string
리턴 void