C# Class Wia.Tasks.BuildTask

Inheritance: Wia.Model.ITask
Show file Open project: nansen/wia

Public Methods

Method Description
DependsUpon ( ) : IEnumerable
Execute ( WebsiteContext context ) : void

Method Details

DependsUpon() public method

public DependsUpon ( ) : IEnumerable
return IEnumerable

Execute() public method

public Execute ( WebsiteContext context ) : void
context Wia.Commands.WebsiteContext
return void