C# 클래스 Telerik.Web.Mvc.UI.WebAssetItemCollectionBuilder

Defines the fluent interface for configuring web assets.
상속: IHideObjectMembers
파일 보기 프로젝트 열기: juanplopes/simple-telerik 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string source ) : WebAssetItemCollectionBuilder

Adds a new web asset

AddGroup ( string name, Action configureAction ) : WebAssetItemCollectionBuilder

Adds a new web asset group.

AddSharedGroup ( string name ) : WebAssetItemCollectionBuilder

Adds the specified shared group.

GetGroup ( string name, Action configureAction ) : WebAssetItemCollectionBuilder

Executes the provided delegate that is used to configure the group fluently.

WebAssetItemCollectionBuilder ( WebAssetType assetType, WebAssetItemCollection assets ) : System

Initializes a new instance of the WebAssetItemCollectionBuilder class.

비공개 메소드들

메소드 설명
ToCollection ( ) : WebAssetItemCollection

메소드 상세

Add() 공개 메소드

Adds a new web asset
public Add ( string source ) : WebAssetItemCollectionBuilder
source string The source.
리턴 WebAssetItemCollectionBuilder

AddGroup() 공개 메소드

Adds a new web asset group.
public AddGroup ( string name, Action configureAction ) : WebAssetItemCollectionBuilder
name string The name.
configureAction Action The configure action.
리턴 WebAssetItemCollectionBuilder

AddSharedGroup() 공개 메소드

Adds the specified shared group.
public AddSharedGroup ( string name ) : WebAssetItemCollectionBuilder
name string The name.
리턴 WebAssetItemCollectionBuilder

GetGroup() 공개 메소드

Executes the provided delegate that is used to configure the group fluently.
public GetGroup ( string name, Action configureAction ) : WebAssetItemCollectionBuilder
name string The name.
configureAction Action The configure action.
리턴 WebAssetItemCollectionBuilder

WebAssetItemCollectionBuilder() 공개 메소드

Initializes a new instance of the WebAssetItemCollectionBuilder class.
public WebAssetItemCollectionBuilder ( WebAssetType assetType, WebAssetItemCollection assets ) : System
assetType WebAssetType Type of the asset.
assets WebAssetItemCollection The assets.
리턴 System