C# Класс Tp.MashupManager.MashupLibrary.Library

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

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

Метод Описание
GetPackageDetailed ( PackageCommandArg commandArg ) : PackageDetailedDto
GetRepositories ( ) : IEnumerable
Library ( ILibraryRepositoryFactory libraryRepositoryFactory, ILibraryRepositoryConfigStorage configStorage ) : System.Collections.Generic
Refresh ( ) : void

Приватные методы

Метод Описание
GetPackages ( ILibraryRepositoryConfig config ) : IEnumerable

Описание методов

GetPackageDetailed() публичный Метод

public GetPackageDetailed ( PackageCommandArg commandArg ) : PackageDetailedDto
commandArg Tp.MashupManager.CustomCommands.Args.PackageCommandArg
Результат Tp.MashupManager.CustomCommands.Dtos.PackageDetailedDto

GetRepositories() публичный Метод

public GetRepositories ( ) : IEnumerable
Результат IEnumerable

Library() публичный Метод

public Library ( ILibraryRepositoryFactory libraryRepositoryFactory, ILibraryRepositoryConfigStorage configStorage ) : System.Collections.Generic
libraryRepositoryFactory ILibraryRepositoryFactory
configStorage ILibraryRepositoryConfigStorage
Результат System.Collections.Generic

Refresh() публичный Метод

public Refresh ( ) : void
Результат void