C# Class LiveWriterPluginManager.ViewModel.CreatePackageViewModel

Inheritance: ViewModelBase
Mostrar archivo Open project: ScottIsAFool/LiveWriterPluginManager

Public Methods

Method Description
AddFiles ( string filenames ) : void
CreatePackageViewModel ( IZipService zipService, IFileService fileService, IMessageService messageService ) : System
OpenPackage ( string file ) : System.Threading.Tasks.Task

Method Details

AddFiles() public method

public AddFiles ( string filenames ) : void
filenames string
return void

CreatePackageViewModel() public method

public CreatePackageViewModel ( IZipService zipService, IFileService fileService, IMessageService messageService ) : System
zipService IZipService
fileService IFileService
messageService IMessageService
return System

OpenPackage() public method

public OpenPackage ( string file ) : System.Threading.Tasks.Task
file string
return System.Threading.Tasks.Task