30 namespace OpenSim.Framework
36 public delegate
bool ConfigurationOptionShouldBeAsked(
string configuration_key);
40 #region ConfigurationTypes enum
45 TYPE_STRING_NOT_EMPTY,
65 public string configurationDefault = String.Empty;
67 public string configurationKey = String.Empty;
68 public string configurationQuestion = String.Empty;
71 public bool configurationUseDefaultNoPrompt =
false;
ConfigurationOptionShouldBeAsked shouldIBeAsked