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

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

Méthodes publiques

Méthode 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 méthode

public GSearchSettings ( ConfigAsker configAsker, string settingsGroupName ) : System
configAsker ConfigAsker
settingsGroupName string
Résultat System

Get() public méthode

public Get ( DbAttribute mode ) : string
mode DbAttribute
Résultat string

Get() public méthode

public Get ( string mode ) : string
mode string
Résultat string

Link() public méthode

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

Link() public méthode

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

OnModified() public méthode

public OnModified ( ) : void
Résultat void

Set() public méthode

public Set ( DbAttribute mode, object value ) : void
mode DbAttribute
value object
Résultat void

Set() public méthode

public Set ( string mode, object value ) : void
mode string
value object
Résultat void

this() public méthode

public this ( DbAttribute attribute ) : bool
attribute DbAttribute
Résultat bool

this() public méthode

public this ( string attribute ) : bool
attribute string
Résultat bool