| 名前 | 解説 |
| CalculatedFields | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.CalculatedFields. Sets the calculated fields. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>から継承されます。 |
| DataType | Configurates C1.Web.Mvc.BaseODataCollectionViewService<T>.DataTypes. Sets an object to be used as a map for coercing data types when loading the data. C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder<T,ODataCollectionViewService<T>,ODataCollectionViewServiceBuilder<T>>から継承されます。 |
| DataTypes | Configurates C1.Web.Mvc.BaseODataCollectionViewService<T>.DataTypes. Sets an object to be used as a map for coercing data types when loading the data. C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder<T,ODataCollectionViewService<T>,ODataCollectionViewServiceBuilder<T>>から継承されます。 |
| DeferCommits | Configurates C1.Web.Mvc.ODataCollectionViewService<T>.DeferCommits. Sets a value that causes the ODataCollectionView to defer commits back to the database. |
| Expand | Configurates C1.Web.Mvc.BaseODataCollectionViewService<T>.Expand. Sets a string that specifies whether related entities should be included in the return data. C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder<T,ODataCollectionViewService<T>,ODataCollectionViewServiceBuilder<T>>から継承されます。 |
| Fields | Configurates C1.Web.Mvc.BaseODataCollectionViewService<T>.Fields. Sets an array containing the names of the fields to retrieve from the data source. C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder<T,ODataCollectionViewService<T>,ODataCollectionViewServiceBuilder<T>>から継承されます。 |
| FilterDefinition | Configurates C1.Web.Mvc.BaseODataCollectionViewService<T>.FilterDefinition. Sets a string containing an OData filter specification to be used for filtering the data on the server. C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder<T,ODataCollectionViewService<T>,ODataCollectionViewServiceBuilder<T>>から継承されます。 |
| FilterOnServer | Configurates C1.Web.Mvc.ODataCollectionViewService<T>.FilterOnServer. Sets a value that determines whether filtering should be performed on the server or on the client. |
| GetError | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.GetError. Sets a callback that determines whether a specific property of an item contains validation errors. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>から継承されます。 |
| GroupBy | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.GroupDescriptions. Sets the group descriptions with a name list. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>から継承されます。 |
| GroupDescriptions | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.GroupDescriptions. Sets the group descriptions. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>から継承されます。 |
| Id | Configurates C1.Web.Mvc.Component.Id. Sets the id of the service. C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>から継承されます。 |
| InferDataTypes | Configurates 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. C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder<T,ODataCollectionViewService<T>,ODataCollectionViewServiceBuilder<T>>から継承されます。 |
| JsonReviver | Configurates C1.Web.Mvc.BaseODataCollectionViewService<T>.JsonReviver. Sets a custom reviver function to use when parsing JSON values returned from the server. C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder<T,ODataCollectionViewService<T>,ODataCollectionViewServiceBuilder<T>>から継承されます。 |
| Keys | Configurates 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). C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder<T,ODataCollectionViewService<T>,ODataCollectionViewServiceBuilder<T>>から継承されます。 |
| MoveToPage | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.PageIndex. Sets the page index. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>から継承されます。 |
| NewItemCreator | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.NewItemCreator. Sets a function that creates new items for the collection. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>から継承されます。 |
| ODataVersion | Configurates ODataVersion. Sets the OData version used by the server. C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder<T,ODataCollectionViewService<T>,ODataCollectionViewServiceBuilder<T>>から継承されます。 |
| OnClientCollectionChanged | Configurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCollectionChanged client event. Occurs when the collection changes. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>から継承されます。 |
| OnClientCurrentChanged | Configurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCurrentChanged client event. Occurs after the current item changes. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>から継承されます。 |
| OnClientCurrentChanging | Configurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCurrentChanging client event. Occurs before the current item changes. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>から継承されます。 |
| OnClientError | Configurates the C1.Web.Mvc.BaseODataCollectionViewService<T>.OnClientError client event. Occurs when there is an error reading or writing data. C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder<T,ODataCollectionViewService<T>,ODataCollectionViewServiceBuilder<T>>から継承されます。 |
| OnClientLoaded | Configurates the C1.Web.Mvc.BaseODataCollectionViewService<T>.OnClientLoaded client event. Occurs when the C1.Web.Mvc.BaseODataCollectionViewService<T> finishes loading data. C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder<T,ODataCollectionViewService<T>,ODataCollectionViewServiceBuilder<T>>から継承されます。 |
| OnClientLoading | Configurates the C1.Web.Mvc.BaseODataCollectionViewService<T>.OnClientLoading client event. Occurs when the C1.Web.Mvc.BaseODataCollectionViewService<T> starts loading data. C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder<T,ODataCollectionViewService<T>,ODataCollectionViewServiceBuilder<T>>から継承されます。 |
| OnClientPageChanged | Configurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientPageChanged client event. Occurs after the page index changes. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>から継承されます。 |
| OnClientPageChanging | Configurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientPageChanging client event. Occurs before the page index changes. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>から継承されます。 |
| OrderBy | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.SortDescriptions. Sets the sort descriptions with a name list in ascending order. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>から継承されます。 |
| OrderByDescending | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.SortDescriptions. Sets the sort descriptions with a name list in descending order. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>から継承されます。 |
| PageOnServer | Configurates C1.Web.Mvc.ODataCollectionViewService<T>.PageOnServer. Sets a value that determines whether paging should be performed on the server or on the client. |
| PageSize | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.PageSize. Sets the page size. 0 means to disable paging. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>から継承されます。 |
| PropertyGroupDescriptions | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.GroupDescriptions. Sets the group descriptions with an action. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>から継承されます。 |
| RefreshOnEdit | Configurates 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. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>から継承されます。 |
| RequestHeader | 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. C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder<T,ODataCollectionViewService<T>,ODataCollectionViewServiceBuilder<T>>から継承されます。 |
| RequestHeaders | オーバーロードされます。 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. C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder<T,ODataCollectionViewService<T>,ODataCollectionViewServiceBuilder<T>>から継承されます。 |
| ServiceUrl | Configurates C1.Web.Mvc.BaseODataCollectionViewService<T>.ServiceUrl. Sets the url of the OData service. C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder<T,ODataCollectionViewService<T>,ODataCollectionViewServiceBuilder<T>>から継承されます。 |
| ShowDatesAsGmt | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.ShowDatesAsGmt. Sets a value that determines whether dates should be adjusted to look like GMT rather than local dates. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>から継承されます。 |
| SortDescriptions | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.SortDescriptions. Sets the sort descriptions. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>から継承されます。 |
| SortNulls | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.SortNulls. Sets a value that determines how null values should be sorted. C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>から継承されます。 |
| SortOnServer | Configurates C1.Web.Mvc.ODataCollectionViewService<T>.SortOnServer. Sets a value that determines whether sort operations should be performed on the server or on the client. |
| TableName | Configurates C1.Web.Mvc.BaseODataCollectionViewService<T>.TableName. Sets the name of the table (entity) that this collection is bound to. C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder<T,ODataCollectionViewService<T>,ODataCollectionViewServiceBuilder<T>>から継承されます。 |
| TemplateBind | When the builder works in template mode, bind the property which name is specified to some item which name is specified. C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>から継承されます。 |
| ToTemplate | Transfers current builder to template mode. C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>から継承されます。 |
| WriteTo | Writer the process result of current instance to the writer. C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>から継承されます。 |