Used to configure object mapper. It tells to map a member from source object to a member in dest object.
Used to configure object mapper. It tells to map a member from source object to a user-defined delegate.
Used to ignore a member in the destination object.
Define AutoMapper configuration.
ObjectMapper configuration.
Base class for create a config about a member in an object mapper.
ForMemberConfig mapping type
Precise the naming convention for dest object in a mapper
A struct that act like a flag to indicate that the mapper must be reversed.
A struct to configure the naming convention used in the source object.
Is the provided type a configuration object ?
Tell if its a DestNamingConventionConfig
Tell if it's an ObjectMapperConfig
Tell if its a ObjectMemberMappingConfig
Tell if its a ReverseMapConfig
Tell if its a SourceNamingConventionConfig
AutoMapper configuration.