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