C# Class WebMarkupMin.Core.MinificationResultBase

Base class for the minification results
Show file Open project: Taritsyn/WebMarkupMin

Protected Methods

Method Description
MinificationResultBase ( string minifiedContent ) : System.Collections.Generic

Constructs instance of minification result

MinificationResultBase ( string minifiedContent, IList errors ) : System.Collections.Generic

Constructs instance of minification result

MinificationResultBase ( string minifiedContent, IList errors, IList warnings ) : System.Collections.Generic

Constructs instance of minification result

Method Details

MinificationResultBase() protected method

Constructs instance of minification result
protected MinificationResultBase ( string minifiedContent ) : System.Collections.Generic
minifiedContent string Minified content
return System.Collections.Generic

MinificationResultBase() protected method

Constructs instance of minification result
protected MinificationResultBase ( string minifiedContent, IList errors ) : System.Collections.Generic
minifiedContent string Minified content
errors IList List of the errors
return System.Collections.Generic

MinificationResultBase() protected method

Constructs instance of minification result
protected MinificationResultBase ( string minifiedContent, IList errors, IList warnings ) : System.Collections.Generic
minifiedContent string Minified content
errors IList List of the errors
warnings IList List of the warnings
return System.Collections.Generic