ASP.NET Core MVC コントロールヘルプ
BaseODataCollectionViewService<T> クラス メンバ
プロパティ  メソッド 

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : BaseODataCollectionViewService<T> クラス

BaseODataCollectionViewService<T>データ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
 名前解説
Public プロパティGets or sets an object where the keys represent calculated fields and the values are expressions. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティGets the child components. C1.Web.Mvc.Componentから継承されます。
Public プロパティGets or sets an object to be used as a map for coercing data types when loading the data.  
Public プロパティGets or sets a string that specifies whether related entities should be included in the return data.  
Public プロパティGets or sets an array containing the names of the fields to retrieve from the data source.  
Public プロパティGets or sets a string containing an OData filter specification to be used for filtering the data on the server.  
Public プロパティGets or sets a callback that determines whether a specific property of an item contains validation errors. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティGets the group descriptions. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティGets or sets the component id. C1.Web.Mvc.Componentから継承されます。
Public プロパティGets or sets a value that determines whether fields that contain strings that look like standard date representations should be converted to dates automatically.  
Public プロパティGets or sets a custom reviver function to use when parsing JSON values returned from the server.  
Public プロパティGets or sets an array containing the names of the key fields. Key fields are required for update operations (add/remove/delete).  
Public プロパティGets or sets a function that creates new items for the collection. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティGets or sets the OData version used by the server.  
Public プロパティOccurs when the collection changes. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティOccurs after the current item changes. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティOccurs before the current item changes. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティオーバーライドされます。 Occurs when there is an error reading or writing data.  
Public プロパティOccurs when the BaseODataCollectionViewService<T> finishes loading data.  
Public プロパティOccurs when the BaseODataCollectionViewService<T> starts loading data.  
Public プロパティOccurs after the page index changes. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティOccurs before the page index changes. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティGets or sets the page index. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティオーバーライドされます。 Gets or sets the page size. 0 means to disable paging.  
Public プロパティGets or sets a value that determines whether the CollectionView should automatically refresh its results (by applying the sort, filter, and grouping operations) after items are edited. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティGets or sets an object containing request headers to be used when sending or requesting data. The most typical use for this property is in scenarios where authentication is required.  
Public プロパティGets or sets the url of the OData service.  
Public プロパティGets or sets a value that determines whether dates should be adjusted to look like GMT rather than local dates. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティGets the sort descriptions. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティGets or sets a value that determines how null values should be sorted. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティGets or sets the name of the table (entity) that this collection is bound to.  
Public プロパティオーバーライドされます。 Overrides to remove this attribute.  
トップ
パブリック メソッド
 名前解説
Public メソッドWriter the process result of current instance to the writer. C1.Web.Mvc.Componentから継承されます。
トップ
参照

BaseODataCollectionViewService<T> クラス
C1.Web.Mvc 名前空間