Interface IMapperCollection
Namespace: Umbraco.Cms.Infrastructure.Persistence.Mappers
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IMapperCollection : IBuilderCollection<BaseMapper>
Properties
View SourceItem[Type]
Declaration
BaseMapper this[Type type] { get; }
Parameters
Type | Name | Description |
---|---|---|
Type | type |
Property Value
Type | Description |
---|---|
Base |
Methods
View SourceTryGetMapper(Type, out BaseMapper)
Declaration
bool TryGetMapper(Type type, out BaseMapper mapper)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
Base |
mapper |
Returns
Type | Description |
---|---|
System. |