C# Class Telerik.Web.Mvc.SharedWebAssetGroupBuilder

Builder class for fluently configuring the shared group.
Inheritance: IHideObjectMembers
Afficher le fichier Open project: juanplopes/simple-telerik Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

AddGroup() public méthode

Adds the group.
public AddGroup ( string name, Action configureAction ) : SharedWebAssetGroupBuilder
name string The name.
configureAction Action The configure action.
Résultat SharedWebAssetGroupBuilder

GetGroup() public méthode

Gets the group.
public GetGroup ( string name, Action configureAction ) : SharedWebAssetGroupBuilder
name string The name.
configureAction Action The configure action.
Résultat SharedWebAssetGroupBuilder

SharedWebAssetGroupBuilder() public méthode

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.
Résultat System