ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ODataCollectionViewServiceTagHelper Class
Properties Methods


In This Topic
    ODataCollectionViewServiceTagHelper Class Members
    In This Topic

    The following tables list the members exposed by ODataCollectionViewServiceTagHelper.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCollectionChanged client event. Occurs when the collection changes. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<T,TControl>)
    Public PropertyConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCurrentChanged client event. Occurs after the current item changes. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<T,TControl>)
    Public PropertyConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCurrentChanging client event. Occurs before the current item changes. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.DataTypes. Sets an object to be used as a map for coercing data types when loading the data. (Inherited from C1.Web.Mvc.TagHelpers.BaseODataCollectionViewServiceTagHelper<object,ODataCollectionViewService<object>>)
    Public PropertyConfigurates C1.Web.Mvc.ODataCollectionViewService<T>.DeferCommits. Sets a value that causes the ODataCollectionView to defer commits back to the database.  
    Public PropertyConfigurates the C1.Web.Mvc.BaseODataCollectionViewService<T>.OnClientError client event. Occurs when there is an error reading or writing data. (Inherited from C1.Web.Mvc.TagHelpers.BaseODataCollectionViewServiceTagHelper<object,ODataCollectionViewService<object>>)
    Public PropertyConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.Expand. Sets a string that specifies whether related entities should be included in the return data. (Inherited from C1.Web.Mvc.TagHelpers.BaseODataCollectionViewServiceTagHelper<object,ODataCollectionViewService<object>>)
    Public PropertyConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.Fields. Sets a string containing a comma-separated list which represents the names of the fields to retrieve from the data source. (Inherited from C1.Web.Mvc.TagHelpers.BaseODataCollectionViewServiceTagHelper<object,ODataCollectionViewService<object>>)
    Public PropertyConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.FilterDefinition. Sets a string containing an OData filter specification to be used for filtering the data on the server. (Inherited from C1.Web.Mvc.TagHelpers.BaseODataCollectionViewServiceTagHelper<object,ODataCollectionViewService<object>>)
    Public PropertyConfigurates C1.Web.Mvc.ODataCollectionViewService<T>.FilterOnServer. Sets a value that determines whether filtering should be performed on the server or on the client.  
    Public PropertyConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.GetError. Sets a callback that determines whether a specific property of an item contains validation errors. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.CollectionViewService<T>.GroupDescriptions. Sets the group descriptions. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.Component.Id. Sets the id of the service. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.InferDataTypes. Sets a value that determines whether fields that contain strings that look like standard date representations should be converted to dates automatically. (Inherited from C1.Web.Mvc.TagHelpers.BaseODataCollectionViewServiceTagHelper<object,ODataCollectionViewService<object>>)
    Public PropertyConfigurates CollectionViewService<T>.IsTemplate. Sets a boolean value which indicates whether transfer this C1.Web.Mvc.CollectionViewService<T> to template mode. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.JsonReviver. Sets a custom reviver function to use when parsing JSON values returned from the server. (Inherited from C1.Web.Mvc.TagHelpers.BaseODataCollectionViewServiceTagHelper<object,ODataCollectionViewService<object>>)
    Public PropertyConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.Keys. Sets a string containing a comma-separated list which represents the names of the key fields. Key fields are required for update operations (add/remove/delete). (Inherited from C1.Web.Mvc.TagHelpers.BaseODataCollectionViewServiceTagHelper<object,ODataCollectionViewService<object>>)
    Public PropertyConfigurates the C1.Web.Mvc.BaseODataCollectionViewService<T>.OnClientLoaded client event. Occurs when the C1.Web.Mvc.BaseODataCollectionViewService<T> finishes loading data. (Inherited from C1.Web.Mvc.TagHelpers.BaseODataCollectionViewServiceTagHelper<object,ODataCollectionViewService<object>>)
    Public PropertyConfigurates the C1.Web.Mvc.BaseODataCollectionViewService<T>.OnClientLoading client event. Occurs when the C1.Web.Mvc.BaseODataCollectionViewService<T> starts loading data. (Inherited from C1.Web.Mvc.TagHelpers.BaseODataCollectionViewServiceTagHelper<object,ODataCollectionViewService<object>>)
    Public PropertyConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.NewItemCreator. Sets a function that creates new items for the collection. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.ODataVersion. Sets the OData version used by the server. (Inherited from C1.Web.Mvc.TagHelpers.BaseODataCollectionViewServiceTagHelper<object,ODataCollectionViewService<object>>)
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public PropertyConfigurates C1.Web.Mvc.CollectionViewService<T>.SortDescriptions. Sets the sort descriptions. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<T,TControl>)
    Public PropertyConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientPageChanged client event. Occurs after the page index changes. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<T,TControl>)
    Public PropertyConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientPageChanging client event. Occurs before the page index changes. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.PageIndex. Sets the page index. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.ODataCollectionViewService<T>.PageOnServer. Sets a value that determines whether paging should be performed on the server or on the client.  
    Public PropertyConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.PageSize. Sets the page size. 0 means to disable paging. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.RefreshOnEdit. Sets a value that determines whether the CollectionView should automatically refresh its results (by applying the sort, filter, and grouping operations) after items are edited. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.RequestHeaders. Sets an object containing request headers to be used when sending or requesting data. The most typical use for this property is in scenarios where authentication is required. (Inherited from C1.Web.Mvc.TagHelpers.BaseODataCollectionViewServiceTagHelper<object,ODataCollectionViewService<object>>)
    Public PropertyConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.ServiceUrl. Sets the url of the OData service. (Inherited from C1.Web.Mvc.TagHelpers.BaseODataCollectionViewServiceTagHelper<object,ODataCollectionViewService<object>>)
    Public PropertyConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.ShowDatesAsGmt. Sets a value that determines whether dates should be adjusted to look like GMT rather than local dates. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.SortNulls. Sets a value that determines how null values should be sorted. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<T,TControl>)
    Public PropertyConfigurates C1.Web.Mvc.ODataCollectionViewService<T>.SortOnServer. Sets a value that determines whether sort operations should be performed on the server or on the client.  
    Public PropertyConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.TableName. Sets the name of the table (entity) that this collection is bound to. (Inherited from C1.Web.Mvc.TagHelpers.BaseODataCollectionViewServiceTagHelper<object,ODataCollectionViewService<object>>)
    Public PropertyConfigurates CollectionViewService<T>.TemplateBindings. Sets the collection of the template bindings. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<TControl>)
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the collection name.  
    Protected PropertyGets the customized default proeprty name. Overrides this property to customize the default property name for this tag. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<T,TControl>)
    Protected PropertyOverrides to re-define getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<TControl>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public MethodSynchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the TControl instance. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodProcesses all attributes of current taghelper. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<TControl>)
    Protected MethodProcesses the child content. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodRenders the startup scripts. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<TControl>)
    Protected MethodUpdates the sub-property specified by its name and value. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<T,TControl>)
    Top
    See Also