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 SourceMappers(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)
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 |
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 |
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 |