C# 클래스 Telerik.Web.Mvc.SharedWebAssetGroupBuilder

Builder class for fluently configuring the shared group.
상속: IHideObjectMembers
파일 보기 프로젝트 열기: juanplopes/simple-telerik 1 사용 예제들

공개 메소드들

메소드 설명
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