Previous Docs Version

The documentation you are viewing is for a previous version of the Vendr product. Click here to jump to the current stable version.

CountryMapper

API reference for CountryMapper in Vendr, the eCommerce solution for Umbraco v8+

CountryMapper

public static class CountryMapper

Namespace

Methods

CountryEntitiesToBasicDtos

public static IEnumerable<CountryBasicDto> CountryEntitiesToBasicDtos(
    IEnumerable<CountryReadOnly> entities)

CountryEntitiesToBasicDtos<TDto>

public static IEnumerable<TDto> CountryEntitiesToBasicDtos<TDto>(
    IEnumerable<CountryReadOnly> entities)
    where TDto : CountryBasicDto, new()

CountryEntityToBasicDto<TDto>

public static TDto CountryEntityToBasicDto<TDto>(CountryReadOnly entity, TDto dto = default(TDto))
    where TDto : CountryBasicDto, new()

CountryEntityToEditDto

public static CountryEditDto CountryEntityToEditDto(CountryReadOnly entity, 
    CountryEditDto dto = null)

CountrySaveDtoToEntity

public static Country CountrySaveDtoToEntity(CountrySaveDto dto, Country entity)

Edit this page on GitHub

Site + logo design © 2025 Outfield Digital Ltd. Content contributions licensed under MIT.
Vendr® is a Registered Trademark of Outfield Digital Ltd.