C# 클래스 Tp.MashupManager.MashupLibrary.Library

상속: ILibrary
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
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