Namespace Umbraco.Cms.Core.Mapping
Classes
MapDefinitionCollection
Represents a collection of IMapDefinition instances used for object mapping.
MapDefinitionCollectionBuilder
Builds the MapDefinitionCollection by allowing registration of IMapDefinition instances.
MapperContext
Represents a mapper context.
UmbracoDefaultMapper
Provides default type conversion logic for mapping Umbraco database values to .NET types, extending the base mapping behavior with support for additional types such as decimal, DateOnly, and TimeOnly.
UmbracoMapper
Umbraco Mapper.
Interfaces
IMapDefinition
Defines maps for IUmbracoMapper.
IUmbracoMapper
Provides object-to-object mapping functionality for Umbraco.