[]
Defines a builder to configurate ODataCollectionViewService<T>.
public class ODataCollectionViewServiceBuilder<T> : BaseODataCollectionViewServiceBuilder<T, ODataCollectionViewService<T>, ODataCollectionViewServiceBuilder<T>>, IHtmlString, ITemplateBuilder<ODataCollectionViewServiceBuilder<T>>
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| ODataCollectionViewServiceBuilder(ODataCollectionViewService<T>) | Creates one ODataCollectionViewServiceBuilder<T> instance to configurate |
| 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. |