C# Class MixinRefactoring.Settings

stores the settings for the code generation. The settings can be set via an options dialog.
显示文件 Open project: pgenfer/mixinSharp Class Usage Examples

Public Methods

Method Description
Settings ( IServiceProvider serviceProvider ) : Microsoft.VisualStudio.Settings

creates a new settings object. The service provider is needed to create the shell settings manager

Settings ( bool createRegions = false, bool includeDocumentation = false, bool injectMixins = false, bool addInterfacesToChild = false, bool avoidLineBreaksInProperties = true ) : Microsoft.VisualStudio.Settings

default constructor does not load settings from storage, instead it uses default settings

Method Details

Settings() public method

creates a new settings object. The service provider is needed to create the shell settings manager
public Settings ( IServiceProvider serviceProvider ) : Microsoft.VisualStudio.Settings
serviceProvider IServiceProvider
return Microsoft.VisualStudio.Settings

Settings() public method

default constructor does not load settings from storage, instead it uses default settings
public Settings ( bool createRegions = false, bool includeDocumentation = false, bool injectMixins = false, bool addInterfacesToChild = false, bool avoidLineBreaksInProperties = true ) : Microsoft.VisualStudio.Settings
createRegions bool
includeDocumentation bool
injectMixins bool
addInterfacesToChild bool
avoidLineBreaksInProperties bool
return Microsoft.VisualStudio.Settings