C# 클래스 Optimus.Bundles

파일 보기 프로젝트 열기: TimGeyssens/BundlingAndMinificationForTheMasses

공개 메소드들

메소드 설명
DeleteBundle ( string bundleType, string virtualPath ) : bool
GetBundleAsViewModel ( string virtualPath, string bundleType ) : BundleViewModel
SaveBundleFromViewModel ( BundleViewModel bundle, string bundleType ) : void

메소드 상세

DeleteBundle() 공개 정적인 메소드

public static DeleteBundle ( string bundleType, string virtualPath ) : bool
bundleType string
virtualPath string
리턴 bool

GetBundleAsViewModel() 공개 정적인 메소드

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

SaveBundleFromViewModel() 공개 정적인 메소드

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