C# Class B4BCore.Internal.ConfigInfo

Afficher le fichier Open project: JonPSmith/MvcUsingBower Class Usage Examples

Méthodes publiques

Méthode Description
GetFileTypeData ( CssOrJs cssOrJs ) : FileTypeConfigInfo
GetFileTypeData ( string fileExtension ) : FileTypeConfigInfo
ReadConfig ( string configFilePath ) : ConfigInfo

This returns the config for the BundlerForBower. It forms this by reading the default setting from the manifest and then merges in any user config file, if present

ToString ( ) : string

Private Methods

Méthode Description
ReadDefaultConfigFileFromAssembly ( ) : string

Method Details

GetFileTypeData() public méthode

public GetFileTypeData ( CssOrJs cssOrJs ) : FileTypeConfigInfo
cssOrJs CssOrJs
Résultat FileTypeConfigInfo

GetFileTypeData() public méthode

public GetFileTypeData ( string fileExtension ) : FileTypeConfigInfo
fileExtension string
Résultat FileTypeConfigInfo

ReadConfig() public static méthode

This returns the config for the BundlerForBower. It forms this by reading the default setting from the manifest and then merges in any user config file, if present
public static ReadConfig ( string configFilePath ) : ConfigInfo
configFilePath string
Résultat ConfigInfo

ToString() public méthode

public ToString ( ) : string
Résultat string