C# 클래스 CSL.SettingsHandler

파일 보기 프로젝트 열기: joslinm/CSL

공개 메소드들

메소드 설명
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
GetMovieCustomDirectory ( ) : string
GetMovieDownloadDirectory ( ) : string
GetOtherDownloadDirectory ( ) : string
GetRawHandleTime ( ) : decimal
GetReleaseFormat ( string format ) : string
GetSkipReleaseCheck ( ) : bool
GetTimeFormat ( ) : string
GetTorrentClient ( ) : string
GetTorrentClientFolder ( ) : string
GetTorrentSaveFolder ( ) : string
GetTrackTorrents ( ) : bool
GetTrackZips ( ) : bool
GetUppercaseAllFolderNames ( ) : bool
GetVariousArtistsDownloadDirectory ( ) : string
GetVariousArtistsDownloadSwitches ( ) : string
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
SetMovieCustomDirectory ( string value ) : void
SetMovieDownloadDirectory ( string value ) : void
SetOtherDownloadDirectory ( string 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
SetVariousArtistsDownloadDirectory ( string value ) : void
SetVariousArtistsDownloadSwitches ( string value ) : void
SettingsHandler ( ) : System

메소드 상세

AddDownloadFormat() 공개 정적인 메소드

public static AddDownloadFormat ( string value ) : void
value string
리턴 void

GetArtistFlip() 공개 정적인 메소드

public static GetArtistFlip ( ) : bool
리턴 bool

GetAutoHandleBool() 공개 정적인 메소드

public static GetAutoHandleBool ( ) : bool
리턴 bool

GetAutoHandleTime() 공개 정적인 메소드

public static GetAutoHandleTime ( ) : decimal
리턴 decimal

GetBitrate() 공개 정적인 메소드

public static GetBitrate ( string bitrate ) : string
bitrate string
리턴 string

GetCurrentVersion() 공개 정적인 메소드

public static GetCurrentVersion ( ) : string
리턴 string

GetCustomDirectory() 공개 정적인 메소드

public static GetCustomDirectory ( ) : string
리턴 string

GetDeleteThe() 공개 정적인 메소드

public static GetDeleteThe ( ) : bool
리턴 bool

GetDeleteZipFiles() 공개 정적인 메소드

public static GetDeleteZipFiles ( ) : bool
리턴 bool

GetDisableNotifications() 공개 정적인 메소드

public static GetDisableNotifications ( ) : bool
리턴 bool

GetDoubleSpaceRemoval() 공개 정적인 메소드

public static GetDoubleSpaceRemoval ( ) : bool
리턴 bool

GetDownloadDirectory() 공개 정적인 메소드

public static GetDownloadDirectory ( ) : string
리턴 string

GetDownloadFolder() 공개 정적인 메소드

public static GetDownloadFolder ( ) : string
리턴 string

GetDownloadFormatExists() 공개 정적인 메소드

public static GetDownloadFormatExists ( string format ) : bool
format string
리턴 bool

GetHandleLoneTAsAlbum() 공개 정적인 메소드

public static GetHandleLoneTAsAlbum ( ) : bool
리턴 bool

GetLowercaseAllFolderNames() 공개 정적인 메소드

public static GetLowercaseAllFolderNames ( ) : bool
리턴 bool

GetMinimizeToTray() 공개 정적인 메소드

public static GetMinimizeToTray ( ) : bool
리턴 bool

GetMovieCustomDirectory() 공개 정적인 메소드

public static GetMovieCustomDirectory ( ) : string
리턴 string

GetMovieDownloadDirectory() 공개 정적인 메소드

public static GetMovieDownloadDirectory ( ) : string
리턴 string

GetOtherDownloadDirectory() 공개 정적인 메소드

public static GetOtherDownloadDirectory ( ) : string
리턴 string

GetRawHandleTime() 공개 정적인 메소드

public static GetRawHandleTime ( ) : decimal
리턴 decimal

GetReleaseFormat() 공개 정적인 메소드

public static GetReleaseFormat ( string format ) : string
format string
리턴 string

GetSkipReleaseCheck() 공개 정적인 메소드

public static GetSkipReleaseCheck ( ) : bool
리턴 bool

GetTimeFormat() 공개 정적인 메소드

public static GetTimeFormat ( ) : string
리턴 string

GetTorrentClient() 공개 정적인 메소드

public static GetTorrentClient ( ) : string
리턴 string

GetTorrentClientFolder() 공개 정적인 메소드

public static GetTorrentClientFolder ( ) : string
리턴 string

GetTorrentSaveFolder() 공개 정적인 메소드

public static GetTorrentSaveFolder ( ) : string
리턴 string

GetTrackTorrents() 공개 정적인 메소드

public static GetTrackTorrents ( ) : bool
리턴 bool

GetTrackZips() 공개 정적인 메소드

public static GetTrackZips ( ) : bool
리턴 bool

GetUppercaseAllFolderNames() 공개 정적인 메소드

public static GetUppercaseAllFolderNames ( ) : bool
리턴 bool

GetVariousArtistsDownloadDirectory() 공개 정적인 메소드

public static GetVariousArtistsDownloadDirectory ( ) : string
리턴 string

GetVariousArtistsDownloadSwitches() 공개 정적인 메소드

public static GetVariousArtistsDownloadSwitches ( ) : string
리턴 string

RemoveDownloadFormat() 공개 정적인 메소드

public static RemoveDownloadFormat ( string value ) : void
value string
리턴 void

Save() 공개 정적인 메소드

public static Save ( ) : void
리턴 void

SetArtistFlip() 공개 정적인 메소드

public static SetArtistFlip ( bool value ) : void
value bool
리턴 void

SetAutoHandleBool() 공개 정적인 메소드

public static SetAutoHandleBool ( bool value ) : void
value bool
리턴 void

SetAutoHandleTime() 공개 정적인 메소드

public static SetAutoHandleTime ( decimal value ) : void
value decimal
리턴 void

SetBitrateName() 공개 정적인 메소드

public static SetBitrateName ( string bitrate, string name ) : void
bitrate string
name string
리턴 void

SetCurrentVersion() 공개 정적인 메소드

public static SetCurrentVersion ( string value ) : void
value string
리턴 void

SetCustomDirectory() 공개 정적인 메소드

public static SetCustomDirectory ( string value ) : void
value string
리턴 void

SetDeleteTheFolderNames() 공개 정적인 메소드

public static SetDeleteTheFolderNames ( bool value ) : void
value bool
리턴 void

SetDeleteZipFiles() 공개 정적인 메소드

public static SetDeleteZipFiles ( bool value ) : void
value bool
리턴 void

SetDisableNotifications() 공개 정적인 메소드

public static SetDisableNotifications ( bool value ) : void
value bool
리턴 void

SetDownloadFolder() 공개 정적인 메소드

public static SetDownloadFolder ( string value ) : void
value string
리턴 void

SetHandleLoneTsAsAlbums() 공개 정적인 메소드

public static SetHandleLoneTsAsAlbums ( bool value ) : void
value bool
리턴 void

SetLowercaseAllFolderNames() 공개 정적인 메소드

public static SetLowercaseAllFolderNames ( bool value ) : void
value bool
리턴 void

SetMinimizeToTray() 공개 정적인 메소드

public static SetMinimizeToTray ( bool value ) : void
value bool
리턴 void

SetMovieCustomDirectory() 공개 정적인 메소드

public static SetMovieCustomDirectory ( string value ) : void
value string
리턴 void

SetMovieDownloadDirectory() 공개 정적인 메소드

public static SetMovieDownloadDirectory ( string value ) : void
value string
리턴 void

SetOtherDownloadDirectory() 공개 정적인 메소드

public static SetOtherDownloadDirectory ( string value ) : void
value string
리턴 void

SetRawHandleTime() 공개 정적인 메소드

public static SetRawHandleTime ( decimal time ) : void
time decimal
리턴 void

SetReleaseFormatName() 공개 정적인 메소드

public static SetReleaseFormatName ( string format, string name ) : void
format string
name string
리턴 void

SetRemoveDoubleSpaces() 공개 정적인 메소드

public static SetRemoveDoubleSpaces ( bool value ) : void
value bool
리턴 void

SetSkipReleaseFormatCheck() 공개 정적인 메소드

public static SetSkipReleaseFormatCheck ( bool value ) : void
value bool
리턴 void

SetTimeFormat() 공개 정적인 메소드

public static SetTimeFormat ( string value ) : void
value string
리턴 void

SetTorrentClient() 공개 정적인 메소드

public static SetTorrentClient ( string value ) : void
value string
리턴 void

SetTorrentClientFolder() 공개 정적인 메소드

public static SetTorrentClientFolder ( string value ) : void
value string
리턴 void

SetTorrentSaveFolder() 공개 정적인 메소드

public static SetTorrentSaveFolder ( string value ) : void
value string
리턴 void

SetTrackTorrents() 공개 정적인 메소드

public static SetTrackTorrents ( bool value ) : void
value bool
리턴 void

SetTrackZips() 공개 정적인 메소드

public static SetTrackZips ( bool value ) : void
value bool
리턴 void

SetUppercaseAllFolderNames() 공개 정적인 메소드

public static SetUppercaseAllFolderNames ( bool value ) : void
value bool
리턴 void

SetVariousArtistsDownloadDirectory() 공개 정적인 메소드

public static SetVariousArtistsDownloadDirectory ( string value ) : void
value string
리턴 void

SetVariousArtistsDownloadSwitches() 공개 정적인 메소드

public static SetVariousArtistsDownloadSwitches ( string value ) : void
value string
리턴 void

SettingsHandler() 공개 메소드

public SettingsHandler ( ) : System
리턴 System