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 |
public GSearchSettings ( ConfigAsker configAsker, string settingsGroupName ) : System | ||
configAsker | ConfigAsker | |
settingsGroupName | string | |
return | System |
public Link ( System.Windows.Controls.CheckBox box, DbAttribute attribute, bool defaultValue = null ) : bool | ||
box | System.Windows.Controls.CheckBox | |
attribute | DbAttribute | |
defaultValue | bool | |
return | bool |
public Link ( System.Windows.Controls.CheckBox box, string attribute, bool defaultValue = null ) : bool | ||
box | System.Windows.Controls.CheckBox | |
attribute | string | |
defaultValue | bool | |
return | bool |
public Set ( DbAttribute mode, object value ) : void | ||
mode | DbAttribute | |
value | object | |
return | void |
public Set ( string mode, object value ) : void | ||
mode | string | |
value | object | |
return | void |