C# Class NinjaCoder.MvvmCross.Services.FileOperationService

Defines the FileOperationService type.
Inheritance: IFileOperationService
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes publiques

Méthode Description
FileOperationService ( IVisualStudioService visualStudioService, ISettingsService settingsService ) : System.Collections.Generic

Initializes a new instance of the FileOperationService class.

ProcessCommand ( FileOperation fileOperation ) : void

Processes the command.

Private Methods

Méthode Description
GetFileItems ( FileOperation fileOperation, IProjectService projectService ) : IEnumerable

Gets the file items.

ReplaceText ( FileOperation fileOperation, IProjectService projectService, IProjectItemService projectItemService ) : void

Replaces the text.

UpdateProperty ( FileOperation fileOperation, IProjectItemService projectItemService ) : void

Updates the property.

Method Details

FileOperationService() public méthode

Initializes a new instance of the FileOperationService class.
public FileOperationService ( IVisualStudioService visualStudioService, ISettingsService settingsService ) : System.Collections.Generic
visualStudioService IVisualStudioService The visual studio service.
settingsService ISettingsService The settings service.
Résultat System.Collections.Generic

ProcessCommand() public méthode

Processes the command.
public ProcessCommand ( FileOperation fileOperation ) : void
fileOperation FileOperation The file operation.
Résultat void