C# Class Optimus.Umbraco.Trees.BundlingAndMinificationTree

Inheritance: umbraco.cms.presentation.Trees.BaseTree
Afficher le fichier Open project: TimGeyssens/BundlingAndMinificationForTheMasses

Méthodes publiques

Méthode Description
BundlingAndMinificationTree ( string application ) : System
Render ( umbraco.cms.presentation.Trees.XmlTree &tree ) : void
RenderJS ( System &Javascript ) : void

Méthodes protégées

Méthode Description
CreateRootNode ( umbraco.cms.presentation.Trees.XmlTreeNode &rootNode ) : void

Method Details

BundlingAndMinificationTree() public méthode

public BundlingAndMinificationTree ( string application ) : System
application string
Résultat System

CreateRootNode() protected méthode

protected CreateRootNode ( umbraco.cms.presentation.Trees.XmlTreeNode &rootNode ) : void
rootNode umbraco.cms.presentation.Trees.XmlTreeNode
Résultat void

Render() public méthode

public Render ( umbraco.cms.presentation.Trees.XmlTree &tree ) : void
tree umbraco.cms.presentation.Trees.XmlTree
Résultat void

RenderJS() public méthode

public RenderJS ( System &Javascript ) : void
Javascript System
Résultat void