C# Class iTunesAgent.Domain.Configuration

Afficher le fichier Open project: notpod/Notpod Class Usage Examples

Private Properties

Свойство Type Description
Configuration System

Méthodes publiques

Méthode Description
Instance ( ) : Configuration

Return a default Configuration instance.

Instance ( bool useBallons, bool itaFolder, bool closeWithItunes, bool warnOnSystemDrive, bool checkForUpdates ) : Configuration

Instantiate a Configuration object with the provided values.

Private Methods

Méthode Description
Configuration ( ) : System

Method Details

Instance() public static méthode

Return a default Configuration instance.
public static Instance ( ) : Configuration
Résultat Configuration

Instance() public static méthode

Instantiate a Configuration object with the provided values.
public static Instance ( bool useBallons, bool itaFolder, bool closeWithItunes, bool warnOnSystemDrive, bool checkForUpdates ) : Configuration
useBallons bool Use ballon notifications.
itaFolder bool Use a top level "iTunes Agent" folder /// in iTunes for device playlists.
closeWithItunes bool Close iTunes Agent whenever /// iTunes is closing down.
warnOnSystemDrive bool Warn if the user selects what /// appears to be a system drive.
checkForUpdates bool Automatically check for /// application updates.
Résultat Configuration