C# Класс B4BCore.Internal.ConfigInfo

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
ReadDefaultConfigFileFromAssembly ( ) : string

Описание методов

GetFileTypeData() публичный Метод

public GetFileTypeData ( CssOrJs cssOrJs ) : FileTypeConfigInfo
cssOrJs CssOrJs
Результат FileTypeConfigInfo

GetFileTypeData() публичный Метод

public GetFileTypeData ( string fileExtension ) : FileTypeConfigInfo
fileExtension string
Результат FileTypeConfigInfo

ReadConfig() публичный статический Метод

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
Результат ConfigInfo

ToString() публичный Метод

public ToString ( ) : string
Результат string