C# Class CSL_Test__1.SettingsHandler

Show file Open project: joslinm/CSL

Public Methods

Method Description
AddDownloadFormat ( string value ) : void
GetArtistFlip ( ) : bool
GetAutoHandleBool ( ) : bool
GetAutoHandleTime ( ) : decimal
GetBitrate ( string bitrate ) : string
GetCurrentVersion ( ) : string
GetCustomDirectory ( ) : string
GetDeleteThe ( ) : bool
GetDeleteZipFiles ( ) : bool
GetDisableNotifications ( ) : bool
GetDoubleSpaceRemoval ( ) : bool
GetDownloadDirectory ( ) : string
GetDownloadFolder ( ) : string
GetDownloadFormatExists ( string format ) : bool
GetHandleLoneTAsAlbum ( ) : bool
GetLowercaseAllFolderNames ( ) : bool
GetMinimizeToTray ( ) : bool
GetRawHandleTime ( ) : decimal
GetReleaseFormat ( string format ) : string
GetSkipReleaseCheck ( ) : bool
GetTimeFormat ( ) : string
GetTorrentClient ( ) : string
GetTorrentClientFolder ( ) : string
GetTorrentSaveFolder ( ) : string
GetTrackTorrents ( ) : bool
GetTrackZips ( ) : bool
GetUppercaseAllFolderNames ( ) : bool
RemoveDownloadFormat ( string value ) : void
Save ( ) : void
SetArtistFlip ( bool value ) : void
SetAutoHandleBool ( bool value ) : void
SetAutoHandleTime ( decimal value ) : void
SetBitrateName ( string bitrate, string name ) : void
SetCurrentVersion ( string value ) : void
SetCustomDirectory ( string value ) : void
SetDeleteTheFolderNames ( bool value ) : void
SetDeleteZipFiles ( bool value ) : void
SetDisableNotifications ( bool value ) : void
SetDownloadFolder ( string value ) : void
SetHandleLoneTsAsAlbums ( bool value ) : void
SetLowercaseAllFolderNames ( bool value ) : void
SetMinimizeToTray ( bool value ) : void
SetRawHandleTime ( decimal time ) : void
SetReleaseFormatName ( string format, string name ) : void
SetRemoveDoubleSpaces ( bool value ) : void
SetSkipReleaseFormatCheck ( bool value ) : void
SetTimeFormat ( string value ) : void
SetTorrentClient ( string value ) : void
SetTorrentClientFolder ( string value ) : void
SetTorrentSaveFolder ( string value ) : void
SetTrackTorrents ( bool value ) : void
SetTrackZips ( bool value ) : void
SetUppercaseAllFolderNames ( bool value ) : void
SettingsHandler ( ) : System

Method Details

AddDownloadFormat() public static method

public static AddDownloadFormat ( string value ) : void
value string
return void

GetArtistFlip() public static method

public static GetArtistFlip ( ) : bool
return bool

GetAutoHandleBool() public static method

public static GetAutoHandleBool ( ) : bool
return bool

GetAutoHandleTime() public static method

public static GetAutoHandleTime ( ) : decimal
return decimal

GetBitrate() public static method

public static GetBitrate ( string bitrate ) : string
bitrate string
return string

GetCurrentVersion() public static method

public static GetCurrentVersion ( ) : string
return string

GetCustomDirectory() public static method

public static GetCustomDirectory ( ) : string
return string

GetDeleteThe() public static method

public static GetDeleteThe ( ) : bool
return bool

GetDeleteZipFiles() public static method

public static GetDeleteZipFiles ( ) : bool
return bool

GetDisableNotifications() public static method

public static GetDisableNotifications ( ) : bool
return bool

GetDoubleSpaceRemoval() public static method

public static GetDoubleSpaceRemoval ( ) : bool
return bool

GetDownloadDirectory() public static method

public static GetDownloadDirectory ( ) : string
return string

GetDownloadFolder() public static method

public static GetDownloadFolder ( ) : string
return string

GetDownloadFormatExists() public static method

public static GetDownloadFormatExists ( string format ) : bool
format string
return bool

GetHandleLoneTAsAlbum() public static method

public static GetHandleLoneTAsAlbum ( ) : bool
return bool

GetLowercaseAllFolderNames() public static method

public static GetLowercaseAllFolderNames ( ) : bool
return bool

GetMinimizeToTray() public static method

public static GetMinimizeToTray ( ) : bool
return bool

GetRawHandleTime() public static method

public static GetRawHandleTime ( ) : decimal
return decimal

GetReleaseFormat() public static method

public static GetReleaseFormat ( string format ) : string
format string
return string

GetSkipReleaseCheck() public static method

public static GetSkipReleaseCheck ( ) : bool
return bool

GetTimeFormat() public static method

public static GetTimeFormat ( ) : string
return string

GetTorrentClient() public static method

public static GetTorrentClient ( ) : string
return string

GetTorrentClientFolder() public static method

public static GetTorrentClientFolder ( ) : string
return string

GetTorrentSaveFolder() public static method

public static GetTorrentSaveFolder ( ) : string
return string

GetTrackTorrents() public static method

public static GetTrackTorrents ( ) : bool
return bool

GetTrackZips() public static method

public static GetTrackZips ( ) : bool
return bool

GetUppercaseAllFolderNames() public static method

public static GetUppercaseAllFolderNames ( ) : bool
return bool

RemoveDownloadFormat() public static method

public static RemoveDownloadFormat ( string value ) : void
value string
return void

Save() public static method

public static Save ( ) : void
return void

SetArtistFlip() public static method

public static SetArtistFlip ( bool value ) : void
value bool
return void

SetAutoHandleBool() public static method

public static SetAutoHandleBool ( bool value ) : void
value bool
return void

SetAutoHandleTime() public static method

public static SetAutoHandleTime ( decimal value ) : void
value decimal
return void

SetBitrateName() public static method

public static SetBitrateName ( string bitrate, string name ) : void
bitrate string
name string
return void

SetCurrentVersion() public static method

public static SetCurrentVersion ( string value ) : void
value string
return void

SetCustomDirectory() public static method

public static SetCustomDirectory ( string value ) : void
value string
return void

SetDeleteTheFolderNames() public static method

public static SetDeleteTheFolderNames ( bool value ) : void
value bool
return void

SetDeleteZipFiles() public static method

public static SetDeleteZipFiles ( bool value ) : void
value bool
return void

SetDisableNotifications() public static method

public static SetDisableNotifications ( bool value ) : void
value bool
return void

SetDownloadFolder() public static method

public static SetDownloadFolder ( string value ) : void
value string
return void

SetHandleLoneTsAsAlbums() public static method

public static SetHandleLoneTsAsAlbums ( bool value ) : void
value bool
return void

SetLowercaseAllFolderNames() public static method

public static SetLowercaseAllFolderNames ( bool value ) : void
value bool
return void

SetMinimizeToTray() public static method

public static SetMinimizeToTray ( bool value ) : void
value bool
return void

SetRawHandleTime() public static method

public static SetRawHandleTime ( decimal time ) : void
time decimal
return void

SetReleaseFormatName() public static method

public static SetReleaseFormatName ( string format, string name ) : void
format string
name string
return void

SetRemoveDoubleSpaces() public static method

public static SetRemoveDoubleSpaces ( bool value ) : void
value bool
return void

SetSkipReleaseFormatCheck() public static method

public static SetSkipReleaseFormatCheck ( bool value ) : void
value bool
return void

SetTimeFormat() public static method

public static SetTimeFormat ( string value ) : void
value string
return void

SetTorrentClient() public static method

public static SetTorrentClient ( string value ) : void
value string
return void

SetTorrentClientFolder() public static method

public static SetTorrentClientFolder ( string value ) : void
value string
return void

SetTorrentSaveFolder() public static method

public static SetTorrentSaveFolder ( string value ) : void
value string
return void

SetTrackTorrents() public static method

public static SetTrackTorrents ( bool value ) : void
value bool
return void

SetTrackZips() public static method

public static SetTrackZips ( bool value ) : void
value bool
return void

SetUppercaseAllFolderNames() public static method

public static SetUppercaseAllFolderNames ( bool value ) : void
value bool
return void

SettingsHandler() public method

public SettingsHandler ( ) : System
return System