View Source
Class ConvertRichTextEditorProperties
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ConvertRichTextEditorProperties : ConvertBlockEditorPropertiesBase, IDiscoverable
Constructors
View Source
ConvertRichTextEditorProperties(IMigrationContext, ILogger<ConvertBlockEditorPropertiesBase>, IContentTypeService, IDataTypeService, IJsonSerializer, IUmbracoContextFactory, ILanguageService, IOptions<ConvertBlockEditorPropertiesOptions>, ICoreScopeProvider)
Declaration
public ConvertRichTextEditorProperties(IMigrationContext context, ILogger<ConvertBlockEditorPropertiesBase> logger, IContentTypeService contentTypeService, IDataTypeService dataTypeService, IJsonSerializer jsonSerializer, IUmbracoContextFactory umbracoContextFactory, ILanguageService languageService, IOptions<ConvertBlockEditorPropertiesOptions> options, ICoreScopeProvider coreScopeProvider)
Parameters
View Source
ConvertRichTextEditorProperties(IMigrationContext, ILogger<ConvertBlockEditorPropertiesBase>, IContentTypeService, IDataTypeService, IJsonSerializer, IUmbracoContextFactory, ILanguageService, ICoreScopeProvider)
Declaration
public ConvertRichTextEditorProperties(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
View Source
IsCandidateForMigration(IPropertyType, IDataType)
Declaration
protected override bool IsCandidateForMigration(IPropertyType propertyType, IDataType dataType)
Parameters
Returns
Type |
Description |
System.Boolean |
|
View Source
UpdateEditorValue(Object)
Declaration
protected override object UpdateEditorValue(object editorValue)
Parameters
Type |
Name |
Description |
System.Object |
editorValue |
|
Returns
Type |
Description |
System.Object |
|