C# Class Goose.Core.Solution.DefaultConfigReader

Inheritance: IConfigReader
显示文件 Open project: sebastianhallen/Goose

Public Methods

Method Description
DefaultConfigReader ( ) : System.Collections.Generic
GetActionConfigurations ( ISolutionProject project ) : IEnumerable

Private Methods

Method Description
TryGetConfigPath ( ISolutionProject project, string &configPath ) : bool

Method Details

DefaultConfigReader() public method

public DefaultConfigReader ( ) : System.Collections.Generic
return System.Collections.Generic

GetActionConfigurations() public method

public GetActionConfigurations ( ISolutionProject project ) : IEnumerable
project ISolutionProject
return IEnumerable