C# 클래스 SonarLint.VisualStudio.Integration.ProfileConflicts.RuleSetInformation

Data-only class that represents aggregated rule set information. Same rule sets should be represented by the same instance of RuleSetInformation and have their RuleSetDeclaration.ConfigurationContext associated with the shared instance by adding them into ConfigurationContexts.
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
RuleSetInformation ( string projectFullName, string baselineRuleSet, string projectRuleSet, IEnumerable ruleSetDirectories ) : System

메소드 상세

RuleSetInformation() 공개 메소드

public RuleSetInformation ( string projectFullName, string baselineRuleSet, string projectRuleSet, IEnumerable ruleSetDirectories ) : System
projectFullName string
baselineRuleSet string
projectRuleSet string
ruleSetDirectories IEnumerable
리턴 System