C# Class iTunesAgent.UI.ApplicationUtils

Datei anzeigen Open project: notpod/Notpod Class Usage Examples

Public Properties

Property Type Description
APP_CONFIG_PATH string
DEVICES_CONFIG_PATH string
PATTERN_CONFIG_PATH string

Public Methods

Method Description
GetUserAppDataPath ( ) : string
LoadModelRepository ( ConfigurationChecker configurationChecker ) : ModelRepository

Private Methods

Method Description
GetDeviceConfigurationStream ( FileMode mode ) : Stream
LoadApplicationConfiguration ( ConfigurationChecker configurationChecker, ModelRepository repo ) : void
LoadStoredDevices ( ModelRepository repo ) : void
LoadStoredPatterns ( ModelRepository repo ) : void

Method Details

GetUserAppDataPath() public static method

public static GetUserAppDataPath ( ) : string
return string

LoadModelRepository() public static method

public static LoadModelRepository ( ConfigurationChecker configurationChecker ) : ModelRepository
configurationChecker ConfigurationChecker
return ModelRepository

Property Details

APP_CONFIG_PATH public_oe static_oe property

public static string APP_CONFIG_PATH
return string

DEVICES_CONFIG_PATH public_oe static_oe property

public static string DEVICES_CONFIG_PATH
return string

PATTERN_CONFIG_PATH public_oe static_oe property

public static string PATTERN_CONFIG_PATH
return string