C# Class Orchard.Azure.Environment.Configuration.AzureShellSettingsManager

Inheritance: IShellSettingsManager
ファイルを表示 Open project: ucdavis/Orchard

Public Methods

Method Description
AzureShellSettingsManager ( Microsoft.WindowsAzure.CloudStorageAccount storageAccount, IShellSettingsManagerEventHandler events ) : System
AzureShellSettingsManager ( IShellSettingsManagerEventHandler events ) : System
IShellSettingsManager ( ShellSettings settings ) : void

Private Methods

Method Description
IShellSettingsManager ( ) : IEnumerable
LoadSettings ( ) : IEnumerable

Method Details

AzureShellSettingsManager() public method

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

AzureShellSettingsManager() public method

public AzureShellSettingsManager ( IShellSettingsManagerEventHandler events ) : System
events IShellSettingsManagerEventHandler
return System

IShellSettingsManager() public method

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