C# 클래스 Orc.NuGetExplorer.BackupFileSystemService

상속: IBackupFileSystemService
파일 보기 프로젝트 열기: WildGums/Orc.NuGetExplorer

공개 메소드들

메소드 설명
BackupFileSystemService ( IPackageOperationContextService operationContextService, IFileSystemService fileSystemService ) : System
BackupFolder ( string fullPath ) : void
Restore ( string fullPath ) : void

메소드 상세

BackupFileSystemService() 공개 메소드

public BackupFileSystemService ( IPackageOperationContextService operationContextService, IFileSystemService fileSystemService ) : System
operationContextService IPackageOperationContextService
fileSystemService IFileSystemService
리턴 System

BackupFolder() 공개 메소드

public BackupFolder ( string fullPath ) : void
fullPath string
리턴 void

Restore() 공개 메소드

public Restore ( string fullPath ) : void
fullPath string
리턴 void