Class UmbracoBuilderExtensions
Provides extension methods to the
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 |