C# 클래스 Orchard.Azure.Environment.Configuration.AzureShellSettingsManager

상속: IShellSettingsManager
파일 보기 프로젝트 열기: ucdavis/Orchard

공개 메소드들

메소드 설명
AzureShellSettingsManager ( Microsoft.WindowsAzure.CloudStorageAccount storageAccount, IShellSettingsManagerEventHandler events ) : System
AzureShellSettingsManager ( IShellSettingsManagerEventHandler events ) : System
IShellSettingsManager ( ShellSettings settings ) : void

비공개 메소드들

메소드 설명
IShellSettingsManager ( ) : IEnumerable
LoadSettings ( ) : IEnumerable

메소드 상세

AzureShellSettingsManager() 공개 메소드

public AzureShellSettingsManager ( Microsoft.WindowsAzure.CloudStorageAccount storageAccount, IShellSettingsManagerEventHandler events ) : System
storageAccount Microsoft.WindowsAzure.CloudStorageAccount
events IShellSettingsManagerEventHandler
리턴 System

AzureShellSettingsManager() 공개 메소드

public AzureShellSettingsManager ( IShellSettingsManagerEventHandler events ) : System
events IShellSettingsManagerEventHandler
리턴 System

IShellSettingsManager() 공개 메소드

public IShellSettingsManager ( ShellSettings settings ) : void
settings Orchard.Environment.Configuration.ShellSettings
리턴 void