C# Класс Telerik.Web.Mvc.SharedWebAssetGroupBuilder

Builder class for fluently configuring the shared group.
Наследование: IHideObjectMembers
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddGroup ( string name, Action configureAction ) : SharedWebAssetGroupBuilder

Adds the group.

GetGroup ( string name, Action configureAction ) : SharedWebAssetGroupBuilder

Gets the group.

SharedWebAssetGroupBuilder ( string defaultPath, WebAssetItemGroup>.IDictionary assets ) : System

Initializes a new instance of the SharedWebAssetGroupBuilder class.

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

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

Adds the group.
public AddGroup ( string name, Action configureAction ) : SharedWebAssetGroupBuilder
name string The name.
configureAction Action The configure action.
Результат SharedWebAssetGroupBuilder

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

Gets the group.
public GetGroup ( string name, Action configureAction ) : SharedWebAssetGroupBuilder
name string The name.
configureAction Action The configure action.
Результат SharedWebAssetGroupBuilder

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

Initializes a new instance of the SharedWebAssetGroupBuilder class.
public SharedWebAssetGroupBuilder ( string defaultPath, WebAssetItemGroup>.IDictionary assets ) : System
defaultPath string The default path.
assets WebAssetItemGroup>.IDictionary The assets.
Результат System