C# Class RazorView.Properties.Settings

Inheritance: global::System.Configuration.ApplicationSettingsBase
Mostra file Open project: gnoso/razordb

Private Properties

Property Type Description
SettingChangingEventHandler void
SettingsSavingEventHandler void

Public Methods

Method Description
AddVisualizerAssembly ( string assemblyName ) : void
RemoveVisualizerAssembly ( string assemblyName ) : void
Settings ( ) : System.Collections.Generic

Private Methods

Method Description
SettingChangingEventHandler ( object sender, System e ) : void
SettingsSavingEventHandler ( object sender, System e ) : void

Method Details

AddVisualizerAssembly() public method

public AddVisualizerAssembly ( string assemblyName ) : void
assemblyName string
return void

RemoveVisualizerAssembly() public method

public RemoveVisualizerAssembly ( string assemblyName ) : void
assemblyName string
return void

Settings() public method

public Settings ( ) : System.Collections.Generic
return System.Collections.Generic