C# 클래스 N2Bootstrap.Library.Less.ThemedLessEngine

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

공개 메소드들

메소드 설명
CompileLess ( string file, string contents, string theme ) : Cassette.CompileResult
CompileLess ( string file, string contents, string theme, string>.Dictionary themeLessVariables ) : Cassette.CompileResult
GetOrCreateThemeConfiguration ( string theme = null ) : BootstrapThemeConfiguration
GetThemeVariables ( BootstrapThemeConfiguration configuration ) : string>.Dictionary
GetThemedFile ( string file, string theme ) : string
IsThemeable ( string file ) : bool

메소드 상세

CompileLess() 공개 정적인 메소드

public static CompileLess ( string file, string contents, string theme ) : Cassette.CompileResult
file string
contents string
theme string
리턴 Cassette.CompileResult

CompileLess() 공개 정적인 메소드

public static CompileLess ( string file, string contents, string theme, string>.Dictionary themeLessVariables ) : Cassette.CompileResult
file string
contents string
theme string
themeLessVariables string>.Dictionary
리턴 Cassette.CompileResult

GetOrCreateThemeConfiguration() 공개 정적인 메소드

public static GetOrCreateThemeConfiguration ( string theme = null ) : BootstrapThemeConfiguration
theme string
리턴 N2Bootstrap.Library.Models.BootstrapThemeConfiguration

GetThemeVariables() 공개 정적인 메소드

public static GetThemeVariables ( BootstrapThemeConfiguration configuration ) : string>.Dictionary
configuration N2Bootstrap.Library.Models.BootstrapThemeConfiguration
리턴 string>.Dictionary

GetThemedFile() 공개 정적인 메소드

public static GetThemedFile ( string file, string theme ) : string
file string
theme string
리턴 string

IsThemeable() 공개 정적인 메소드

public static IsThemeable ( string file ) : bool
file string
리턴 bool