C# Class Goose.Core.Configuration.ActionConfiguration

显示文件 Open project: sebastianhallen/Goose Class Usage Examples

Public Methods

Method Description
ActionConfiguration ( Trigger trigger, string glob, string workingDirectory, string command, string solutionRoot, string projectRoot, CommandScope scope )

Method Details

ActionConfiguration() public method

public ActionConfiguration ( Trigger trigger, string glob, string workingDirectory, string command, string solutionRoot, string projectRoot, CommandScope scope )
trigger Trigger
glob string
workingDirectory string
command string
solutionRoot string
projectRoot string
scope CommandScope