C# Class SolutionExtensions.Settings

ファイルを表示 Open project: madskristensen/SolutionExtensions

Public Methods

Method Description
IgnoreFileType ( IEnumerable fileTypes, bool ignore ) : void
IgnoreSolution ( bool ignore ) : void
Initialize ( IServiceProvider serviceProvider ) : void
IsFileTypeIgnored ( IEnumerable fileTypes ) : bool
IsSolutionIgnored ( ) : bool

Private Methods

Method Description
GetPropertyName ( string solution ) : string

Method Details

IgnoreFileType() public static method

public static IgnoreFileType ( IEnumerable fileTypes, bool ignore ) : void
fileTypes IEnumerable
ignore bool
return void

IgnoreSolution() public static method

public static IgnoreSolution ( bool ignore ) : void
ignore bool
return void

Initialize() public static method

public static Initialize ( IServiceProvider serviceProvider ) : void
serviceProvider IServiceProvider
return void

IsFileTypeIgnored() public static method

public static IsFileTypeIgnored ( IEnumerable fileTypes ) : bool
fileTypes IEnumerable
return bool

IsSolutionIgnored() public static method

public static IsSolutionIgnored ( ) : bool
return bool