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


In This Topic
    CollectionViewServiceTagHelper Class Members
    In This Topic

    The following tables list the members exposed by CollectionViewServiceTagHelper.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyOverridden. Configurates C1.Web.Mvc.CollectionViewService<T>.BatchEdit. Sets a bool value indicates whether to edit the batch data.  
    Public PropertyOverridden. Configurates C1.Web.Mvc.CollectionViewService<T>.BatchEditActionUrl. Sets the url of batch edit action.  
    Public PropertyConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCollectionChanged client event. Occurs when the collection changes. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<object,CollectionViewService<object>>)
    Public PropertyOverridden. Configurates C1.Web.Mvc.CollectionViewService<T>.CreateActionUrl. Sets the url of create action.  
    Public PropertyConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCurrentChanged client event. Occurs after the current item changes. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<object,CollectionViewService<object>>)
    Public PropertyConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCurrentChanging client event. Occurs before the current item changes. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<object,CollectionViewService<object>>)
    Public PropertyOverridden. Configurates C1.Web.Mvc.CollectionViewService<T>.DeleteActionUrl. Sets the url of delete action.  
    Public PropertyOverridden. Configurates C1.Web.Mvc.CollectionViewService<T>.DisableServerRead. Sets whether to disable server-side sorting, paging and filtering.  
    Public PropertyOverridden. Configurates the C1.Web.Mvc.CollectionViewService<T>.OnClientError client event. Occurs when there are errors from the server side.  
    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<object,CollectionViewService<object>>)
    Public PropertyConfigurates C1.Web.Mvc.CollectionViewService<T>.GroupDescriptions. Sets the group descriptions. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<object,CollectionViewService<object>>)
    Public PropertyConfigurates C1.Web.Mvc.Component.Id. Sets the id of the service. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<TControl>)
    Public PropertyOverridden. Configurates C1.Web.Mvc.CollectionViewService<T>.InitialItemsCount. Sets a number value which decides the count of the initial loaded items.  
    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.BaseCollectionViewService<T>.NewItemCreator. Sets a function that creates new items for the collection. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<object,CollectionViewService<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<object,CollectionViewService<object>>)
    Public PropertyConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientPageChanged client event. Occurs after the page index changes. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<object,CollectionViewService<object>>)
    Public PropertyConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientPageChanging client event. Occurs before the page index changes. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<object,CollectionViewService<object>>)
    Public PropertyConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.PageIndex. Sets the page index. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<object,CollectionViewService<object>>)
    Public PropertyConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.PageSize. Sets the page size. 0 means to disable paging. (Inherited from C1.Web.Mvc.TagHelpers.BaseCollectionViewServiceTagHelper<object,CollectionViewService<object>>)
    Public PropertyOverridden. Configurates the C1.Web.Mvc.CollectionViewService<T>.OnClientQueryComplete client event. Occurs when the query requests complete.  
    Public PropertyOverridden. Configurates the C1.Web.Mvc.CollectionViewService<T>.OnClientQueryData client event. Sets the name JavaScript function which to collect the ajax query data.  
    Public PropertyOverridden. Configurates C1.Web.Mvc.CollectionViewService<T>.ReadActionUrl. Sets the url of read action.  
    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<object,CollectionViewService<object>>)
    Public PropertyConfigurates the C1.Web.Mvc.CollectionViewService<T>.OnClientReponseTextParsing client event. Occurs when parsing the response text.  
    Public PropertyConfigurates the C1.Web.Mvc.CollectionViewService<T>.OnClientRequestDataStringifying client event. Occurs when serializing the request data.  
    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<object,CollectionViewService<object>>)
    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<object,CollectionViewService<object>>)
    Public PropertyOverridden. Configurates C1.Web.Mvc.CollectionViewService<T>.SourceCollection. Sets the source collection.  
    Public PropertyOverridden. Configurates the C1.Web.Mvc.CollectionViewService<T>.OnClientSourceCollectionChanged client event. Occurs after the sourceCollection property in client changes.  
    Public PropertyOverridden. Configurates the C1.Web.Mvc.CollectionViewService<T>.OnClientSourceCollectionChanging client event. Occurs before the sourceCollection property in client changes.  
    Public PropertyConfigurates CollectionViewService<T>.TemplateBindings. Sets the collection of the template bindings. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<TControl>)
    Public PropertyOverridden. Configurates C1.Web.Mvc.CollectionViewService<T>.UpdateActionUrl. Sets the url of update action.  
    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<object,CollectionViewService<object>>)
    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<object,CollectionViewService<object>>)
    Top
    See Also