C# 클래스 B4BCore.Internal.ConfigInfo

파일 보기 프로젝트 열기: JonPSmith/MvcUsingBower 1 사용 예제들

공개 메소드들

메소드 설명
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