[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.ODataCollectionViewServiceTagHelper

ODataCollectionViewServiceTagHelper Class

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-odata-source")]
[RestrictChildren("c1-property-group-description", new string[] { "c1-sort-description" })]
public class ODataCollectionViewServiceTagHelper : BaseODataCollectionViewServiceTagHelper<object, ODataCollectionViewService<object>>, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
ODataCollectionViewServiceTagHelper()

Properties

Name Description
CollectionName

Gets the collection name.

DeferCommits

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

FilterOnServer

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

PageOnServer

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

SortOnServer

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