C# Class Orc.NuGetExplorer.BackupFileSystemService

Inheritance: IBackupFileSystemService
Afficher le fichier Open project: WildGums/Orc.NuGetExplorer

Méthodes publiques

Méthode Description
BackupFileSystemService ( IPackageOperationContextService operationContextService, IFileSystemService fileSystemService ) : System
BackupFolder ( string fullPath ) : void
Restore ( string fullPath ) : void

Method Details

BackupFileSystemService() public méthode

public BackupFileSystemService ( IPackageOperationContextService operationContextService, IFileSystemService fileSystemService ) : System
operationContextService IPackageOperationContextService
fileSystemService IFileSystemService
Résultat System

BackupFolder() public méthode

public BackupFolder ( string fullPath ) : void
fullPath string
Résultat void

Restore() public méthode

public Restore ( string fullPath ) : void
fullPath string
Résultat void