public enum INIGenerationOptionPublic Enumeration INIGenerationOptionpublic enum class INIGenerationOptionGemstone.Configuration.INIConfigurationExtensions.INIGenerationOption = function();
Gemstone.Configuration.INIConfigurationExtensions.INIGenerationOption.createEnum('Gemstone.Configuration.INIConfigurationExtensions.INIGenerationOption', false);| CommentedValue | 0 | Generate all settings with their values commented. |
| UncommentedValue | 1 | Generate all settings with their values uncommented. |
| UncommentedValueIfDifferent | 2 | Generate all settings with their values uncommented, but only if the value is different from the default. |
| GetDescription |
Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name
if no description is available.
(Defined by EnumExtensions) |
| GetFormattedName |
Retrieves a formatted name of the value that this Enum represents for visual display.
Enum string name is converted to a label with spaces before each capital letter, other than the first.
(Defined by EnumExtensions) |