C# 클래스 SDE.Tools.DatabaseEditor.Generic.TabsMakerCore.GSearchSettings

This class saves the search settings to the current ConfigAsker associated with the project.
파일 보기 프로젝트 열기: Tokeiburu/RagnarokSDE 1 사용 예제들

공개 메소드들

메소드 설명
GSearchSettings ( ConfigAsker configAsker, string settingsGroupName ) : System
Get ( DbAttribute mode ) : string
Get ( string mode ) : string
Link ( System.Windows.Controls.CheckBox box, DbAttribute attribute, bool defaultValue = null ) : bool
Link ( System.Windows.Controls.CheckBox box, string attribute, bool defaultValue = null ) : bool
OnModified ( ) : void
Set ( DbAttribute mode, object value ) : void
Set ( string mode, object value ) : void
this ( DbAttribute attribute ) : bool
this ( string attribute ) : bool

메소드 상세

GSearchSettings() 공개 메소드

public GSearchSettings ( ConfigAsker configAsker, string settingsGroupName ) : System
configAsker ConfigAsker
settingsGroupName string
리턴 System

Get() 공개 메소드

public Get ( DbAttribute mode ) : string
mode DbAttribute
리턴 string

Get() 공개 메소드

public Get ( string mode ) : string
mode string
리턴 string

Link() 공개 메소드

public Link ( System.Windows.Controls.CheckBox box, DbAttribute attribute, bool defaultValue = null ) : bool
box System.Windows.Controls.CheckBox
attribute DbAttribute
defaultValue bool
리턴 bool

Link() 공개 메소드

public Link ( System.Windows.Controls.CheckBox box, string attribute, bool defaultValue = null ) : bool
box System.Windows.Controls.CheckBox
attribute string
defaultValue bool
리턴 bool

OnModified() 공개 메소드

public OnModified ( ) : void
리턴 void

Set() 공개 메소드

public Set ( DbAttribute mode, object value ) : void
mode DbAttribute
value object
리턴 void

Set() 공개 메소드

public Set ( string mode, object value ) : void
mode string
value object
리턴 void

this() 공개 메소드

public this ( DbAttribute attribute ) : bool
attribute DbAttribute
리턴 bool

this() 공개 메소드

public this ( string attribute ) : bool
attribute string
리턴 bool