C# Class iTunesAgent.Domain.Configuration

Show file Open project: notpod/Notpod Class Usage Examples

Private Properties

Property Type Description
Configuration System

Public Methods

Method 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

Method Description
Configuration ( ) : System

Method Details

Instance() public static method

Return a default Configuration instance.
public static Instance ( ) : Configuration
return Configuration

Instance() public static method

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.
return Configuration