C# Class Optimus.Bundles

Afficher le fichier Open project: TimGeyssens/BundlingAndMinificationForTheMasses

Méthodes publiques

Méthode Description
DeleteBundle ( string bundleType, string virtualPath ) : bool
GetBundleAsViewModel ( string virtualPath, string bundleType ) : BundleViewModel
SaveBundleFromViewModel ( BundleViewModel bundle, string bundleType ) : void

Method Details

DeleteBundle() public static méthode

public static DeleteBundle ( string bundleType, string virtualPath ) : bool
bundleType string
virtualPath string
Résultat bool

GetBundleAsViewModel() public static méthode

public static GetBundleAsViewModel ( string virtualPath, string bundleType ) : BundleViewModel
virtualPath string
bundleType string
Résultat Optimus.Models.BundleViewModel

SaveBundleFromViewModel() public static méthode

public static SaveBundleFromViewModel ( BundleViewModel bundle, string bundleType ) : void
bundle Optimus.Models.BundleViewModel
bundleType string
Résultat void