C# Класс SonarLint.VisualStudio.Integration.TeamExplorer.ServerViewModel

Наследование: ViewModelBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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