C# 클래스 Nagru___Manga_Organizer.Settings.csSettings

파일 보기 프로젝트 열기: Nagru/Manga-Organizer

공개 프로퍼티들

프로퍼티 타입 설명
BackColour Color
CustomProgram string
ReadInterval int
RemoveAddenda bool
RootLoc string
SaveLoc string
SearchIgnore string[]
ShowCovers bool
ShowDate bool
ShowGrid bool
TagIgnore string[]
bBackColourChanged bool
bDefaultProgramChanged bool
bReadIntervalChanged bool
bRemoveAddendaChanged bool
bRootLocChanged bool
bSaveLocChanged bool
bSearchIgnoreChanged bool
bShowCoversChanged bool
bShowDateChanged bool
bShowGridChanged bool
bTagIgnoreChanged bool

공개 메소드들

메소드 설명
BackColourChanged ( Color cNew ) : bool
DefaultProgramChanged ( string sNew ) : bool
HasSettingChanged ( ) : bool
ReadIntervalChanged ( int iNew ) : bool
RemoveAddendaChanged ( bool bNew ) : bool
RootLocChanged ( string sNew ) : bool
SaveLocChanged ( string sNew ) : bool
SearchIgnoreChanged ( string asNew ) : bool
ShowCoversChanged ( bool bNew ) : bool
ShowDateChanged ( bool bNew ) : bool
ShowGridChanged ( bool bNew ) : bool
TagIgnoreChanged ( string asNew ) : bool
csSettings ( ) : System

메소드 상세

BackColourChanged() 공개 메소드

public BackColourChanged ( Color cNew ) : bool
cNew Color
리턴 bool

DefaultProgramChanged() 공개 메소드

public DefaultProgramChanged ( string sNew ) : bool
sNew string
리턴 bool

HasSettingChanged() 공개 메소드

public HasSettingChanged ( ) : bool
리턴 bool

ReadIntervalChanged() 공개 메소드

public ReadIntervalChanged ( int iNew ) : bool
iNew int
리턴 bool

RemoveAddendaChanged() 공개 메소드

public RemoveAddendaChanged ( bool bNew ) : bool
bNew bool
리턴 bool

RootLocChanged() 공개 메소드

public RootLocChanged ( string sNew ) : bool
sNew string
리턴 bool

SaveLocChanged() 공개 메소드

public SaveLocChanged ( string sNew ) : bool
sNew string
리턴 bool

SearchIgnoreChanged() 공개 메소드

public SearchIgnoreChanged ( string asNew ) : bool
asNew string
리턴 bool

ShowCoversChanged() 공개 메소드

public ShowCoversChanged ( bool bNew ) : bool
bNew bool
리턴 bool

ShowDateChanged() 공개 메소드

public ShowDateChanged ( bool bNew ) : bool
bNew bool
리턴 bool

ShowGridChanged() 공개 메소드

public ShowGridChanged ( bool bNew ) : bool
bNew bool
리턴 bool

TagIgnoreChanged() 공개 메소드

public TagIgnoreChanged ( string asNew ) : bool
asNew string
리턴 bool

csSettings() 공개 메소드

public csSettings ( ) : System
리턴 System

프로퍼티 상세

BackColour 공개적으로 프로퍼티

public Color BackColour
리턴 Color

CustomProgram 공개적으로 프로퍼티

public string CustomProgram
리턴 string

ReadInterval 공개적으로 프로퍼티

public int ReadInterval
리턴 int

RemoveAddenda 공개적으로 프로퍼티

public bool RemoveAddenda
리턴 bool

RootLoc 공개적으로 프로퍼티

public string RootLoc
리턴 string

SaveLoc 공개적으로 프로퍼티

public string SaveLoc
리턴 string

SearchIgnore 공개적으로 프로퍼티

public string[] SearchIgnore
리턴 string[]

ShowCovers 공개적으로 프로퍼티

public bool ShowCovers
리턴 bool

ShowDate 공개적으로 프로퍼티

public bool ShowDate
리턴 bool

ShowGrid 공개적으로 프로퍼티

public bool ShowGrid
리턴 bool

TagIgnore 공개적으로 프로퍼티

public string[] TagIgnore
리턴 string[]

bBackColourChanged 공개적으로 프로퍼티

public bool bBackColourChanged
리턴 bool

bDefaultProgramChanged 공개적으로 프로퍼티

public bool bDefaultProgramChanged
리턴 bool

bReadIntervalChanged 공개적으로 프로퍼티

public bool bReadIntervalChanged
리턴 bool

bRemoveAddendaChanged 공개적으로 프로퍼티

public bool bRemoveAddendaChanged
리턴 bool

bRootLocChanged 공개적으로 프로퍼티

public bool bRootLocChanged
리턴 bool

bSaveLocChanged 공개적으로 프로퍼티

public bool bSaveLocChanged
리턴 bool

bSearchIgnoreChanged 공개적으로 프로퍼티

public bool bSearchIgnoreChanged
리턴 bool

bShowCoversChanged 공개적으로 프로퍼티

public bool bShowCoversChanged
리턴 bool

bShowDateChanged 공개적으로 프로퍼티

public bool bShowDateChanged
리턴 bool

bShowGridChanged 공개적으로 프로퍼티

public bool bShowGridChanged
리턴 bool

bTagIgnoreChanged 공개적으로 프로퍼티

public bool bTagIgnoreChanged
리턴 bool