Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConvertBlockGridEditorProperties

    Inheritance
    System.Object
    MigrationBase
    ConvertBlockEditorPropertiesBase
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_15_0_0
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class ConvertBlockGridEditorProperties : ConvertBlockEditorPropertiesBase, IDiscoverable

    Constructors

    View Source

    ConvertBlockGridEditorProperties(IMigrationContext, ILogger<ConvertBlockEditorPropertiesBase>, IContentTypeService, IDataTypeService, IJsonSerializer, IUmbracoContextFactory, ILanguageService, IOptions<ConvertBlockEditorPropertiesOptions>, ICoreScopeProvider)

    Declaration
    public ConvertBlockGridEditorProperties(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

    ConvertBlockGridEditorProperties(IMigrationContext, ILogger<ConvertBlockEditorPropertiesBase>, IContentTypeService, IDataTypeService, IJsonSerializer, IUmbracoContextFactory, ILanguageService, ICoreScopeProvider)

    Declaration
    public ConvertBlockGridEditorProperties(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
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ConvertBlockGridEditorProperties(IMigrationContext, ILogger<ConvertBlockEditorPropertiesBase>, IContentTypeService, IDataTypeService, IJsonSerializer, IUmbracoContextFactory, ILanguageService, IOptions<ConvertBlockEditorPropertiesOptions>, ICoreScopeProvider)
      • ConvertBlockGridEditorProperties(IMigrationContext, ILogger<ConvertBlockEditorPropertiesBase>, IContentTypeService, IDataTypeService, IJsonSerializer, IUmbracoContextFactory, ILanguageService, ICoreScopeProvider)
    • Properties
      • PropertyEditorAliases
    • Methods
      • DetermineEditorValueHandling(Object)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX