Class SortHandlerCollectionBuilder
A collection builder for ISortHandler implementations.
Inheritance
object
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public sealed class SortHandlerCollectionBuilder : LazyCollectionBuilderBase<SortHandlerCollectionBuilder, SortHandlerCollection, ISortHandler>, ICollectionBuilder<SortHandlerCollection, ISortHandler>, ICollectionBuilder
Constructors
View SourceSortHandlerCollectionBuilder()
Declaration
public SortHandlerCollectionBuilder()
Properties
View SourceThis
Gets the current builder instance.
Declaration
protected override SortHandlerCollectionBuilder This { get; }
Property Value
| Type | Description |
|---|---|
| SortHandlerCollectionBuilder |