C# Class Telerik.Web.Mvc.SharedWebAssetGroupBuilder

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

Public Methods

Method 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 method

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

GetGroup() public method

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

SharedWebAssetGroupBuilder() public method

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.
return System