名前 | 解説 | |
---|---|---|
CalculatedFields | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.CalculatedFields. Sets the calculated fields. | |
GetError | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.GetError. Sets a callback that determines whether a specific property of an item contains validation errors. | |
GroupBy | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.GroupDescriptions. Sets the group descriptions with a name list. | |
GroupDescriptions | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.GroupDescriptions. Sets the group descriptions. | |
Id | Configurates C1.Web.Mvc.Component.Id. Sets the id of the service. C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>から継承されます。 | |
MoveToPage | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.PageIndex. Sets the page index. | |
NewItemCreator | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.NewItemCreator. Sets a function that creates new items for the collection. | |
OnClientCollectionChanged | Configurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCollectionChanged client event. Occurs when the collection changes. | |
OnClientCurrentChanged | Configurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCurrentChanged client event. Occurs after the current item changes. | |
OnClientCurrentChanging | Configurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientCurrentChanging client event. Occurs before the current item changes. | |
OnClientPageChanged | Configurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientPageChanged client event. Occurs after the page index changes. | |
OnClientPageChanging | Configurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientPageChanging client event. Occurs before the page index changes. | |
OrderBy | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.SortDescriptions. Sets the sort descriptions with a name list in ascending order. | |
OrderByDescending | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.SortDescriptions. Sets the sort descriptions with a name list in descending order. | |
PageSize | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.PageSize. Sets the page size. 0 means to disable paging. | |
PropertyGroupDescriptions | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.GroupDescriptions. Sets the group descriptions with an action. | |
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. | |
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. | |
SortDescriptions | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.SortDescriptions. Sets the sort descriptions. | |
SortNulls | Configurates C1.Web.Mvc.BaseCollectionViewService<T>.SortNulls. Sets a value that determines how null values should be sorted. | |
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>から継承されます。 |