[]
ITagHelper implementation for ODataCollectionViewService<T>.
[HtmlTargetElement("c1-odata-source")]
[RestrictChildren("c1-property-group-description", new string[] { "c1-sort-description" })]
public class ODataCollectionViewServiceTagHelper : BaseODataCollectionViewServiceTagHelper<object, ODataCollectionViewService<object>>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
Name | Description |
---|---|
ODataCollectionViewServiceTagHelper() |
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. |