View Source
Class MapperCollectionBuilder
Assembly: Umbraco.Infrastructure.dll
Syntax
public class MapperCollectionBuilder : SetCollectionBuilderBase<MapperCollectionBuilder, MapperCollection, BaseMapper>, ICollectionBuilder<MapperCollection, BaseMapper>, ICollectionBuilder
Properties
View Source
This
Declaration
protected override MapperCollectionBuilder This { get; }
Property Value
Methods
View Source
AddCoreMappers()
Declaration
public MapperCollectionBuilder AddCoreMappers()
Returns
View Source
RegisterWith(IServiceCollection)
Registers the builder so it can build the collection, by
registering the collection and the types.
Declaration
public override void RegisterWith(IServiceCollection services)
Parameters
| Type |
Name |
Description |
| IServiceCollection |
services |
|