Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConvertRichTextEditorProperties

    Inheritance
    System.Object
    MigrationBase
    ConvertBlockEditorPropertiesBase
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_15_0_0
    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
    Type Name Description
    IMigrationContext context
    ILogger<ConvertBlockEditorPropertiesBase> logger
    IContentTypeService contentTypeService
    IDataTypeService dataTypeService
    IJsonSerializer jsonSerializer
    IUmbracoContextFactory umbracoContextFactory
    ILanguageService languageService
    IOptions<ConvertBlockEditorPropertiesOptions> options
    ICoreScopeProvider coreScopeProvider
    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
    Type Name Description
    IMigrationContext context
    ILogger<ConvertBlockEditorPropertiesBase> logger
    IContentTypeService contentTypeService
    IDataTypeService dataTypeService
    IJsonSerializer jsonSerializer
    IUmbracoContextFactory umbracoContextFactory
    ILanguageService languageService
    ICoreScopeProvider coreScopeProvider

    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
    Type Description
    ConvertBlockEditorPropertiesBase.EditorValueHandling
    View Source

    IsCandidateForMigration(IPropertyType, IDataType)

    Declaration
    protected override bool IsCandidateForMigration(IPropertyType propertyType, IDataType dataType)
    Parameters
    Type Name Description
    IPropertyType propertyType
    IDataType dataType
    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
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ConvertRichTextEditorProperties(IMigrationContext, ILogger<ConvertBlockEditorPropertiesBase>, IContentTypeService, IDataTypeService, IJsonSerializer, IUmbracoContextFactory, ILanguageService, IOptions<ConvertBlockEditorPropertiesOptions>, ICoreScopeProvider)
      • ConvertRichTextEditorProperties(IMigrationContext, ILogger<ConvertBlockEditorPropertiesBase>, IContentTypeService, IDataTypeService, IJsonSerializer, IUmbracoContextFactory, ILanguageService, ICoreScopeProvider)
    • Properties
      • PropertyEditorAliases
    • Methods
      • DetermineEditorValueHandling(Object)
      • IsCandidateForMigration(IPropertyType, IDataType)
      • UpdateEditorValue(Object)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX