Search Results for

    Show / Hide Table of Contents

    Class PreValueMigratorBase

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_8_0_0.DataTypes
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class PreValueMigratorBase : IPreValueMigrator

    Methods

    CanMigrate(String)

    Declaration
    public abstract bool CanMigrate(string editorAlias)
    Parameters
    Type Name Description
    System.String editorAlias
    Returns
    Type Description
    System.Boolean

    GetBoolValue(Dictionary<String, PreValueDto>, String, Boolean)

    Declaration
    protected bool GetBoolValue(Dictionary<string, PreValueDto> preValues, string alias, bool defaultValue = false)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, PreValueDto> preValues
    System.String alias
    System.Boolean defaultValue
    Returns
    Type Description
    System.Boolean

    GetConfiguration(Int32, String, Dictionary<String, PreValueDto>)

    Declaration
    public abstract object GetConfiguration(int dataTypeId, string editorAlias, Dictionary<string, PreValueDto> preValues)
    Parameters
    Type Name Description
    System.Int32 dataTypeId
    System.String editorAlias
    System.Collections.Generic.Dictionary<System.String, PreValueDto> preValues
    Returns
    Type Description
    System.Object

    GetDecimalValue(Dictionary<String, PreValueDto>, String, Decimal)

    Declaration
    protected decimal GetDecimalValue(Dictionary<string, PreValueDto> preValues, string alias, decimal defaultValue = 0M)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, PreValueDto> preValues
    System.String alias
    System.Decimal defaultValue
    Returns
    Type Description
    System.Decimal

    GetNewAlias(String)

    Declaration
    public virtual string GetNewAlias(string editorAlias)
    Parameters
    Type Name Description
    System.String editorAlias
    Returns
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX