C# Class Optimus.Bundles

显示文件 Open project: TimGeyssens/BundlingAndMinificationForTheMasses

Public Methods

Method Description
DeleteBundle ( string bundleType, string virtualPath ) : bool
GetBundleAsViewModel ( string virtualPath, string bundleType ) : BundleViewModel
SaveBundleFromViewModel ( BundleViewModel bundle, string bundleType ) : void

Method Details

DeleteBundle() public static method

public static DeleteBundle ( string bundleType, string virtualPath ) : bool
bundleType string
virtualPath string
return bool

GetBundleAsViewModel() public static method

public static GetBundleAsViewModel ( string virtualPath, string bundleType ) : BundleViewModel
virtualPath string
bundleType string
return Optimus.Models.BundleViewModel

SaveBundleFromViewModel() public static method

public static SaveBundleFromViewModel ( BundleViewModel bundle, string bundleType ) : void
bundle Optimus.Models.BundleViewModel
bundleType string
return void