Interface IMapperCollection
Namespace: Umbraco.Core.Persistence.Mappers
Assembly: Umbraco.Core.dll
Syntax
public interface IMapperCollection : IBuilderCollection<BaseMapper>, IEnumerable<BaseMapper>, IEnumerable
Properties
View SourceItem[Type]
Declaration
BaseMapper this[Type type] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Type | type |
Property Value
Type | Description |
---|---|
BaseMapper |