Class PropertyValueConverterCollectionBuilder
Represents a builder for the PropertyValueConverterCollection.
Inheritance
object
CollectionBuilderBase<PropertyValueConverterCollectionBuilder, PropertyValueConverterCollection, IPropertyValueConverter>
OrderedCollectionBuilderBase<PropertyValueConverterCollectionBuilder, PropertyValueConverterCollection, IPropertyValueConverter>
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class PropertyValueConverterCollectionBuilder : OrderedCollectionBuilderBase<PropertyValueConverterCollectionBuilder, PropertyValueConverterCollection, IPropertyValueConverter>, ICollectionBuilder<PropertyValueConverterCollection, IPropertyValueConverter>, ICollectionBuilder
Constructors
View SourcePropertyValueConverterCollectionBuilder()
Declaration
public PropertyValueConverterCollectionBuilder()
Properties
View SourceThis
Gets the current builder instance.
Declaration
protected override PropertyValueConverterCollectionBuilder This { get; }
Property Value
| Type | Description |
|---|---|
| PropertyValueConverterCollectionBuilder |