C# 클래스 SonarLint.VisualStudio.Integration.UnitTests.ConfigurableSolutionRuleSetsInformationProvider

상속: ISolutionRuleSetsInformationProvider
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
ClearProjectInfo ( Project project ) : void
RegisterProjectInfo ( Project project ) : void

비공개 메소드들

메소드 설명
ISolutionRuleSetsInformationProvider ( Project project ) : IEnumerable
ISolutionRuleSetsInformationProvider ( Project project, RuleSetDeclaration declaration, string &fullFilePath ) : bool
ISolutionRuleSetsInformationProvider ( ) : string
ISolutionRuleSetsInformationProvider ( string sonarQubeProjectKey, Language language ) : string

메소드 상세

ClearProjectInfo() 공개 메소드

public ClearProjectInfo ( Project project ) : void
project Project
리턴 void

RegisterProjectInfo() 공개 메소드

public RegisterProjectInfo ( Project project ) : void
project Project
리턴 void