C# Класс Batman.MVC.Assets.AssetManager

Asset manager class
Показать файл Открыть проект

Открытые методы

Метод Описание
AssetManager ( ) : System

Constructor

CreateBundles ( ) : void

Auto creates the bundles for the given directory

DetermineType ( string Path ) : AssetType

Determines the asset type

Process ( IList Assets, BundleContext Context, BundleResponse Response ) : void

Processes the assets

ToString ( ) : string

Returns a System.String that represents this instance.

Приватные методы

Метод Описание
CreateBundles ( IDirectory Directory ) : void

Auto creates the bundles for the given directory

Описание методов

AssetManager() публичный Метод

Constructor
public AssetManager ( ) : System
Результат System

CreateBundles() публичный Метод

Auto creates the bundles for the given directory
public CreateBundles ( ) : void
Результат void

DetermineType() публичный Метод

Determines the asset type
public DetermineType ( string Path ) : AssetType
Path string Path to the asset
Результат AssetType

Process() публичный Метод

Processes the assets
public Process ( IList Assets, BundleContext Context, BundleResponse Response ) : void
Assets IList Assets to process
Context BundleContext The bundle context
Response BundleResponse The bundle response
Результат void

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string