C# Class ConditionalMapping.When_configuring_a_reverse_map_to_ignore_all_source_properties_with_an_inaccessible_setter

Inheritance: AutoMapperSpecBase
Show file Open project: jbogard/AutoMapper

Protected Methods

Method Description
Because_of ( ) : void

Private Methods

Method Description
Should_consider_the_configuration_valid_even_if_some_properties_with_an_inaccessible_setter_are_unmapped ( ) : void
Should_forward_and_reverse_map_a_property_that_is_accessible_on_both_source_and_destination ( ) : void
Should_forward_and_reverse_map_an_inaccessible_destination_property_if_a_mapping_is_defined ( ) : void
Should_forward_and_reverse_map_an_inaccessible_source_property_even_if_a_mapping_is_not_defined ( ) : void
Should_forward_and_reverse_map_an_inaccessible_source_property_if_a_mapping_is_defined ( ) : void

Method Details

Because_of() protected method

protected Because_of ( ) : void
return void