C# 클래스 Cruncher.Postprocessors.AutoPrefixer.AutoPrefixerProcessor

The auto prefixer processor. Many thanks here to Taritsyn's
상속: IDisposable
파일 보기 프로젝트 열기: JimBobSquarePants/Cruncher 1 사용 예제들

공개 메소드들

메소드 설명
AutoPrefixerProcessor ( Func javascriptEngineFactory ) : System

Initializes a new instance of the AutoPrefixerProcessor class.

Dispose ( ) : void

Disposes the object and frees resources for the Garbage Collector.

Process ( string input, AutoPrefixerOptions options ) : string

Gets a string containing the compiled CoffeeScript result.

비공개 메소드들

메소드 설명
ConvertAutoPrefixerOptionsToJson ( AutoPrefixerOptions options ) : Newtonsoft.Json.Linq.JObject

Converts AutoPrefixerOptions to JSON

Dispose ( bool disposing ) : void

Disposes the object and frees resources for the Garbage Collector.

FormatErrorDetails ( JToken errorDetails ) : string

Generates a detailed error message

Initialize ( ) : void

Initializes CSS autoprefixer

메소드 상세

AutoPrefixerProcessor() 공개 메소드

Initializes a new instance of the AutoPrefixerProcessor class.
public AutoPrefixerProcessor ( Func javascriptEngineFactory ) : System
javascriptEngineFactory Func /// The javascript engine factory. ///
리턴 System

Dispose() 공개 메소드

Disposes the object and frees resources for the Garbage Collector.
public Dispose ( ) : void
리턴 void

Process() 공개 메소드

Gets a string containing the compiled CoffeeScript result.
public Process ( string input, AutoPrefixerOptions options ) : string
input string /// The input to process. ///
options AutoPrefixerOptions /// The AutoPrefixer options. ///
리턴 string