View Source
Class BlockEditorVarianceHandler
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public sealed class BlockEditorVarianceHandler
Constructors
View Source
BlockEditorVarianceHandler(ILanguageService)
Declaration
public BlockEditorVarianceHandler(ILanguageService languageService)
Parameters
Methods
View Source
AlignedExposeVarianceAsync(BlockValue, IPublishedElement, IPublishedElement)
Declaration
public async Task<IEnumerable<BlockItemVariation>> AlignedExposeVarianceAsync(BlockValue blockValue, IPublishedElement owner, IPublishedElement element)
Parameters
Returns
View Source
AlignedPropertyVarianceAsync(BlockPropertyValue, IPublishedPropertyType, IPublishedElement)
Declaration
public async Task<BlockPropertyValue> AlignedPropertyVarianceAsync(BlockPropertyValue blockPropertyValue, IPublishedPropertyType propertyType, IPublishedElement owner)
Parameters
Returns
View Source
AlignExposeVariance(BlockValue)
Declaration
public void AlignExposeVariance(BlockValue blockValue)
Parameters
View Source
AlignPropertyVarianceAsync(BlockPropertyValue, IPropertyType, String)
Declaration
public async Task AlignPropertyVarianceAsync(BlockPropertyValue blockPropertyValue, IPropertyType propertyType, string culture)
Parameters
Returns