Namespace Swan.Mappers
Classes
CopyableAttribute
Represents an attribute to select which properties are copyable between objects.
ObjectMap<TSource, TDestination>
Represents an object map.
ObjectMapper
Represents an AutoMapper-like object to map from one object type to another using defined properties map or using the default behaviour to copy same named properties from one object to another.
The extension methods like CopyPropertiesTo use the default behaviour.
Interfaces
IObjectMap
Interface object map.