C# Class SonarLint.VisualStudio.Integration.UnitTests.ConfigurableSolutionRuleStore

Inheritance: ISolutionRuleStore
Mostrar archivo Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Public Methods

Method Description
RegisterRuleSetPath ( Language language, string path ) : void

Private Methods

Method Description
ISolutionRuleStore ( Language language ) : RuleSetInformation
ISolutionRuleStore ( RuleSet>.IDictionary ruleSets ) : void

Method Details

RegisterRuleSetPath() public method

public RegisterRuleSetPath ( Language language, string path ) : void
language Language
path string
return void