ASP.NET MVC コントロールヘルプ
BaseODataCollectionViewService<T> クラス
メンバ 

C1.Web.Mvc アセンブリ > C1.Web.Mvc 名前空間 : BaseODataCollectionViewService<T> クラス
OData サービスの連結に使用されるコレクションビューの基本クラスを定義します。
オブジェクト モデル
BaseODataCollectionViewService<T> クラス
シンタックス
'宣言
 
Public MustInherit Class BaseODataCollectionViewService(Of T) 
   Inherits BaseCollectionViewService(Of T)
   Implements IItemsSource(Of T)ITemplate 
public abstract class BaseODataCollectionViewService<T> : BaseCollectionViewService<T>, IItemsSource<T>ITemplate  
型パラメータ
T
継承階層

System.Object
   C1.Web.Mvc.Component
         C1.Web.Mvc.BaseCollectionViewService<T>
            C1.Web.Mvc.BaseODataCollectionViewService<T>
               C1.Web.Mvc.ODataCollectionViewService<T>
               C1.Web.Mvc.ODataVirtualCollectionViewService<T>

参照

BaseODataCollectionViewService<T> メンバ
C1.Web.Mvc 名前空間