View Source
Class ConvertBlockGridEditorProperties
Inheritance
System.Object
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
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
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