C# 클래스 Rebel.Hive.NoopProviderBootstrapper

상속: AbstractProviderBootstrapper
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
ConfigureApplication ( string providerKey, System.Xml.Linq.XDocument configXml, BendyObject installParams ) : void
GetInstallStatus ( ) : InstallStatus
TryInstall ( ) : InstallStatus

메소드 상세

ConfigureApplication() 공개 메소드

public ConfigureApplication ( string providerKey, System.Xml.Linq.XDocument configXml, BendyObject installParams ) : void
providerKey string
configXml System.Xml.Linq.XDocument
installParams BendyObject
리턴 void

GetInstallStatus() 공개 메소드

public GetInstallStatus ( ) : InstallStatus
리턴 Rebel.Framework.ProviderSupport.InstallStatus

TryInstall() 공개 메소드

public TryInstall ( ) : InstallStatus
리턴 Rebel.Framework.ProviderSupport.InstallStatus