ASP.NET MVC コントロールヘルプ
DisableServerRead メソッド

C1.Web.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > CollectionViewServiceBuilder<T> クラス : DisableServerRead メソッド
サーバー側のソート、ページング、およびフィルタ処理を無効にするかどうかを示すブール値
サーバー側のソート、ページング、およびフィルタ処理を無効にするかどうかを設定します。
シンタックス
'宣言
 
Public Overrides Function DisableServerRead( _
   ByVal value As System.Boolean _
) As CollectionViewServiceBuilder(Of T)
public override CollectionViewServiceBuilder<T> DisableServerRead( 
   System.bool value
)

パラメータ

value
サーバー側のソート、ページング、およびフィルタ処理を無効にするかどうかを示すブール値

戻り値の型

現在のビルダ
参照

CollectionViewServiceBuilder<T> クラス
CollectionViewServiceBuilder<T> メンバ