C# Class SDE.Tools.DatabaseEditor.Generic.TabsMakerCore.GSearchSettings

This class saves the search settings to the current ConfigAsker associated with the project.
Mostra file Open project: Tokeiburu/RagnarokSDE Class Usage Examples

Public Methods

Method Description
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

Method Details

GSearchSettings() public method

public GSearchSettings ( ConfigAsker configAsker, string settingsGroupName ) : System
configAsker ConfigAsker
settingsGroupName string
return System

Get() public method

public Get ( DbAttribute mode ) : string
mode DbAttribute
return string

Get() public method

public Get ( string mode ) : string
mode string
return string

Link() public method

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

Link() public method

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

OnModified() public method

public OnModified ( ) : void
return void

Set() public method

public Set ( DbAttribute mode, object value ) : void
mode DbAttribute
value object
return void

Set() public method

public Set ( string mode, object value ) : void
mode string
value object
return void

this() public method

public this ( DbAttribute attribute ) : bool
attribute DbAttribute
return bool

this() public method

public this ( string attribute ) : bool
attribute string
return bool