Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoBuilderExtensions

    Provides extension methods to the IUmbracoBuilder class.

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

    Methods

    View Source

    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
    View Source

    NPocoMappers(IUmbracoBuilder)

    Gets the NPoco mappers collection builder.

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

    The builder.

    Returns
    Type Description
    NPocoMapperCollectionBuilder
    View Source

    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
    View Source

    RuntimeModeValidators(IUmbracoBuilder)

    Gets the runtime mode validators collection builder.

    Declaration
    public static RuntimeModeValidatorCollectionBuilder RuntimeModeValidators(this IUmbracoBuilder builder)
    Parameters
    Type Name Description
    IUmbracoBuilder builder

    The builder.

    Returns
    Type Description
    RuntimeModeValidatorCollectionBuilder
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Mappers(IUmbracoBuilder)
      • NPocoMappers(IUmbracoBuilder)
      • PackageMigrationPlans(IUmbracoBuilder)
      • RuntimeModeValidators(IUmbracoBuilder)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX