[]
        
(Showing Draft Content)

C1.Web.Mvc.ODataCollectionViewService-1

ODataCollectionViewService<T> Class

Inheritance
Service
ODataCollectionViewService<T>
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class ODataCollectionViewService<T> : BaseODataCollectionViewService<T>, IHtmlString, ITemplate, IItemsSource<T>
Type Parameters
Name Description
T

Properties

Name Description
DeferCommits

Gets or sets a value that causes the ODataCollectionView to defer commits back to the database.

FilterOnServer

Gets or sets a value that determines whether filtering should be performed on the server or on the client.

PageOnServer

Gets or sets a value that determines whether paging should be performed on the server or on the client.

SortOnServer

Gets or sets a value that determines whether sort operations should be performed on the server or on the client.

Extension Methods