ASP.NET Core MVC コントロールヘルプ
BaseCollectionViewServiceBuilder<T,TControl,TBuilder> クラス
メンバ 

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 : BaseCollectionViewServiceBuilder<T,TControl,TBuilder> クラス
Defines a builder to configurate C1.Web.Mvc.BaseCollectionViewService<T>.
オブジェクト モデル
BaseCollectionViewServiceBuilder<T,TControl,TBuilder> クラス
シンタックス
'宣言
 
Public MustInherit Class BaseCollectionViewServiceBuilder
    (Of T,TControl As BaseCollectionViewService(Of T),
     TBuilder As BaseCollectionViewServiceBuilder(Of T,TControl,TBuilder)) 
   Inherits ServiceBuilder(Of TControl,TBuilder)
   Implements ITemplateBuilder(Of TBuilder), Microsoft.AspNetCore.Html.IHtmlContent 
public abstract class BaseCollectionViewServiceBuilder<T,TControl,TBuilder> : ServiceBuilder<TControl,TBuilder>, ITemplateBuilder<TBuilder>, Microsoft.AspNetCore.Html.IHtmlContent  
where TControl: BaseCollectionViewService<T>
where TBuilder: BaseCollectionViewServiceBuilder<T,TControl,TBuilder>
型パラメータ
T
TControl
TBuilder
継承階層

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>
               C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>
                  C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder>
                  C1.Web.Mvc.Fluent.CollectionViewServiceBuilder<T>

参照

BaseCollectionViewServiceBuilder<T,TControl,TBuilder> メンバ
C1.Web.Mvc.Fluent 名前空間