Interface IPropertyBlockBuilder
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Defines the signature for a component that builds up IPropertyBlock instances.
Namespace: EPiServer.Construction.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public interface IPropertyBlockBuilder
Methods
AddProperties(IPropertyBlock, BlockPropertyDefinitionType)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Adds backing PropertyData properties to a IPropertyBlock instance.
Declaration
void AddProperties(IPropertyBlock blockProperty, BlockPropertyDefinitionType blockDefintionType)
Parameters
Type | Name | Description |
---|---|---|
IPropertyBlock | blockProperty | The block property to add backing data for |
BlockPropertyDefinitionType | blockDefintionType | The property definition for the block property |