C# Class CodeSlice.Web.Baler.Bale

Inheritance: IBale
Mostra file Open project: kouphax/baler Class Usage Examples

Public Methods

Method Description
After ( string>.Func processor ) : IBale
After ( string>.Func processor, int order ) : IBale
AsCss ( ) : string
AsJs ( ) : string
Attr ( string name ) : IBale
Attr ( string name, string value ) : IBale
Before ( Func processor ) : IBale
Before ( Func processor, int order ) : IBale
Hash ( ) : string

Private Methods

Method Description
Bale ( ) : System
ConcatenateAllFiles ( ) : string
GenerateBale ( string extension, string template ) : string
GetOutputFileWithPath ( string filename ) : string
GetRelativeOutputPath ( string filename ) : string

Method Details

After() public method

public After ( string>.Func processor ) : IBale
processor string>.Func
return IBale

After() public method

public After ( string>.Func processor, int order ) : IBale
processor string>.Func
order int
return IBale

AsCss() public method

public AsCss ( ) : string
return string

AsJs() public method

public AsJs ( ) : string
return string

Attr() public method

public Attr ( string name ) : IBale
name string
return IBale

Attr() public method

public Attr ( string name, string value ) : IBale
name string
value string
return IBale

Before() public method

public Before ( Func processor ) : IBale
processor Func
return IBale

Before() public method

public Before ( Func processor, int order ) : IBale
processor Func
order int
return IBale

Hash() public static method

public static Hash ( ) : string
return string