ComponentOne ASP.NET MVC Controls
BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Class Members
Methods 

C1.Web.Mvc.Fluent Namespace : BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Class

The following tables list the members exposed by BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder>.

Public Methods
 NameDescription
Public MethodConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.DataTypes. Sets an object to be used as a map for coercing data types when loading the data.  
Public MethodConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.DataTypes. Sets an object to be used as a map for coercing data types when loading the data.  
Public MethodConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.Expand. Sets a string that specifies whether related entities should be included in the return data.  
Public MethodConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.Fields. Sets an array containing the names of the fields to retrieve from the data source.  
Public MethodConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.FilterDefinition. Sets a string containing an OData filter specification to be used for filtering the data on the server.  
Public MethodConfigurates 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.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)
Public MethodConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.GroupDescriptions. Sets the group descriptions with a name list. (Inherited from C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)
Public MethodConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.GroupDescriptions. Sets the group descriptions. (Inherited from C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)
Public MethodConfigurates C1.Web.Mvc.Component.Id. Sets the id of the service. (Inherited from C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>)
Public MethodConfigurates 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.  
Public MethodConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.JsonReviver. Sets a custom reviver function to use when parsing JSON values returned from the server.  
Public MethodConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.Keys. Sets an array containing the names of the key fields. Key fields are required for update operations (add/remove/delete).  
Public MethodConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.PageIndex. Sets the page index. (Inherited from C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)
Public MethodConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.NewItemCreator. Sets a function that creates new items for the collection. (Inherited from C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)
Public MethodConfigurates ODataVersion. Sets the OData version used by the server.  
Public MethodConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCollectionChanged client event. Occurs when the collection changes. (Inherited from C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)
Public MethodConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCurrentChanged client event. Occurs after the current item changes. (Inherited from C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)
Public MethodConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCurrentChanging client event. Occurs before the current item changes. (Inherited from C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)
Public MethodOverridden. Configurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientError client event. Occurs when there are errors from the server side.  
Public MethodConfigurates the C1.Web.Mvc.BaseODataCollectionViewService<T>.OnClientLoaded client event. Occurs when the C1.Web.Mvc.BaseODataCollectionViewService<T> finishes loading data.  
Public MethodConfigurates the C1.Web.Mvc.BaseODataCollectionViewService<T>.OnClientLoading client event. Occurs when the C1.Web.Mvc.BaseODataCollectionViewService<T> starts loading data.  
Public MethodConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientPageChanged client event. Occurs after the page index changes. (Inherited from C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)
Public MethodConfigurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientPageChanging client event. Occurs before the page index changes. (Inherited from C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)
Public MethodConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.SortDescriptions. Sets the sort descriptions with a name list in ascending order. (Inherited from C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)
Public MethodConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.SortDescriptions. Sets the sort descriptions with a name list in descending order. (Inherited from C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)
Public MethodConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.PageSize. Sets the page size. 0 means to disable paging. (Inherited from C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)
Public MethodConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.GroupDescriptions. Sets the group descriptions with an action. (Inherited from C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)
Public MethodConfigurates 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.  
Public MethodOverloaded. Configurates 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.  
Public MethodConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.ServiceUrl. Sets the url of the OData service.  
Public MethodConfigurates 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.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)
Public MethodConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.SortDescriptions. Sets the sort descriptions. (Inherited from C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)
Public MethodConfigurates C1.Web.Mvc.BaseCollectionViewService<T>.SortNullsFirst. Sets a value that determines whether null values should appear first or last. (Inherited from C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)
Public MethodConfigurates C1.Web.Mvc.BaseODataCollectionViewService<T>.TableName. Sets the name of the table (entity) that this collection is bound to.  
Public MethodWhen the builder works in template mode, bind the property which name is specified to some item which name is specified. (Inherited from C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>)
Public MethodGet an Html string. (Inherited from C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>)
Public MethodTransfers current builder to template mode. (Inherited from C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>)
Top
Extension Methods
 NameDescription
Public Extension MethodRender the html string in template mode.
Top
See Also

Reference

BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Class
C1.Web.Mvc.Fluent Namespace