Search Results for

    Show / Hide Table of Contents

    Class UmbracoBuilderExtensions

    Provides extension methods to the class.

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: cs.temp.dll.dll
    Syntax
    public static class UmbracoBuilderExtensions

    Methods

    Mappers(IUmbracoBuilder)

    Gets the mappers collection builder.

    Declaration
    public static MapperCollectionBuilder Mappers(this IUmbracoBuilder builder)
    Parameters
    Type Name Description
    IUmbracoBuilder builder

    The builder.

    Returns
    Type Description
    MapperCollectionBuilder

    NPocoMappers(IUmbracoBuilder)

    Declaration
    public static NPocoMapperCollectionBuilder NPocoMappers(this IUmbracoBuilder builder)
    Parameters
    Type Name Description
    IUmbracoBuilder builder
    Returns
    Type Description
    NPocoMapperCollectionBuilder

    PackageMigrationPlans(IUmbracoBuilder)

    Gets the package migration plans collection builder.

    Declaration
    public static PackageMigrationPlanCollectionBuilder PackageMigrationPlans(this IUmbracoBuilder builder)
    Parameters
    Type Name Description
    IUmbracoBuilder builder

    The builder.

    Returns
    Type Description
    PackageMigrationPlanCollectionBuilder
    In This Article
    • Methods
      • Mappers(IUmbracoBuilder)
      • NPocoMappers(IUmbracoBuilder)
      • PackageMigrationPlans(IUmbracoBuilder)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX