Interface IConfigEditor
Provides a desktop editor for a complex configuration property.
public interface IConfigEditor
- Extension Methods
Methods
LoadValue(ConfigPropertyDef, string)
Loads a configuration value into the editor.
void LoadValue(ConfigPropertyDef Def, string Value)
Parameters
DefConfigPropertyDefValuestring
SaveValue()
Returns the edited configuration value.
string SaveValue()