View Source
Class ConvertBlockListEditorProperties
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ConvertBlockListEditorProperties : ConvertBlockEditorPropertiesBase, IDiscoverable
Constructors
View Source
ConvertBlockListEditorProperties(IMigrationContext, ILogger<ConvertBlockEditorPropertiesBase>, IContentTypeService, IDataTypeService, IJsonSerializer, IUmbracoContextFactory, ILanguageService, IOptions<ConvertBlockEditorPropertiesOptions>, ICoreScopeProvider)
Declaration
public ConvertBlockListEditorProperties(IMigrationContext context, ILogger<ConvertBlockEditorPropertiesBase> logger, IContentTypeService contentTypeService, IDataTypeService dataTypeService, IJsonSerializer jsonSerializer, IUmbracoContextFactory umbracoContextFactory, ILanguageService languageService, IOptions<ConvertBlockEditorPropertiesOptions> options, ICoreScopeProvider coreScopeProvider)
Parameters
View Source
ConvertBlockListEditorProperties(IMigrationContext, ILogger<ConvertBlockEditorPropertiesBase>, IContentTypeService, IDataTypeService, IJsonSerializer, IUmbracoContextFactory, ILanguageService, ICoreScopeProvider)
Declaration
public ConvertBlockListEditorProperties(IMigrationContext context, ILogger<ConvertBlockEditorPropertiesBase> logger, IContentTypeService contentTypeService, IDataTypeService dataTypeService, IJsonSerializer jsonSerializer, IUmbracoContextFactory umbracoContextFactory, ILanguageService languageService, ICoreScopeProvider coreScopeProvider)
Parameters
Properties
View Source
PropertyEditorAliases
Declaration
protected override IEnumerable<string> PropertyEditorAliases { get; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|
Methods
View Source
DetermineEditorValueHandling(Object)
Declaration
protected override ConvertBlockEditorPropertiesBase.EditorValueHandling DetermineEditorValueHandling(object editorValue)
Parameters
Type |
Name |
Description |
System.Object |
editorValue |
|
Returns