C# 클래스 SonarLint.VisualStudio.Integration.TeamExplorer.ServerViewModel

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

공개 메소드들

메소드 설명
ServerViewModel ( ConnectionInformation connectionInformation, bool isExpanded = true ) : SonarLint.VisualStudio.Integration.Resources
SetProjects ( IEnumerable projectsToSet ) : void

Will clear any existing project view models and will replace them with the specified ones. The project view models will be alphabetically sorted by ProjectInformation.Name for the StringComparer.CurrentCulture

메소드 상세

ServerViewModel() 공개 메소드

public ServerViewModel ( ConnectionInformation connectionInformation, bool isExpanded = true ) : SonarLint.VisualStudio.Integration.Resources
connectionInformation SonarLint.VisualStudio.Integration.Service.ConnectionInformation
isExpanded bool
리턴 SonarLint.VisualStudio.Integration.Resources

SetProjects() 공개 메소드

Will clear any existing project view models and will replace them with the specified ones. The project view models will be alphabetically sorted by ProjectInformation.Name for the StringComparer.CurrentCulture
public SetProjects ( IEnumerable projectsToSet ) : void
projectsToSet IEnumerable
리턴 void