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

Inheritance: IShellSettingsManager
Afficher le fichier Open project: ucdavis/Orchard

Méthodes publiques

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

Private Methods

Méthode Description
IShellSettingsManager ( ) : IEnumerable
LoadSettings ( ) : IEnumerable

Method Details

AzureShellSettingsManager() public méthode

public AzureShellSettingsManager ( Microsoft.WindowsAzure.CloudStorageAccount storageAccount, IShellSettingsManagerEventHandler events ) : System
storageAccount Microsoft.WindowsAzure.CloudStorageAccount
events IShellSettingsManagerEventHandler
Résultat System

AzureShellSettingsManager() public méthode

public AzureShellSettingsManager ( IShellSettingsManagerEventHandler events ) : System
events IShellSettingsManagerEventHandler
Résultat System

IShellSettingsManager() public méthode

public IShellSettingsManager ( ShellSettings settings ) : void
settings Orchard.Environment.Configuration.ShellSettings
Résultat void