[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ODataCollectionViewServiceBuilder-1

ODataCollectionViewServiceBuilder<T> Class

Defines a builder to configurate ODataCollectionViewService<T>.

Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class ODataCollectionViewServiceBuilder<T> : BaseODataCollectionViewServiceBuilder<T, ODataCollectionViewService<T>, ODataCollectionViewServiceBuilder<T>>, IHtmlString, ITemplateBuilder<ODataCollectionViewServiceBuilder<T>>
Type Parameters
Name Description
T

Constructors

Name Description
ODataCollectionViewServiceBuilder(ODataCollectionViewService<T>)

Creates one ODataCollectionViewServiceBuilder<T> instance to configurate component.

Methods

Name Description
DeferCommits(bool)

Configurates DeferCommits. Sets a value that causes the ODataCollectionView to defer commits back to the database.

FilterOnServer(bool)

Configurates FilterOnServer. Sets a value that determines whether filtering should be performed on the server or on the client.

PageOnServer(bool)

Configurates PageOnServer. Sets a value that determines whether paging should be performed on the server or on the client.

SortOnServer(bool)

Configurates SortOnServer. Sets a value that determines whether sort operations should be performed on the server or on the client.

Extension Methods