C# Класс Cruncher.Postprocessors.AutoPrefixer.AutoPrefixerProcessor

The auto prefixer processor. Many thanks here to Taritsyn's
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

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