C# 클래스 ConditionalMapping.When_configuring_a_map_to_ignore_all_properties_with_an_inaccessible_setter

상속: AutoMapperSpecBase
파일 보기 프로젝트 열기: jbogard/AutoMapper

보호된 메소드들

메소드 설명
Because_of ( ) : void

비공개 메소드들

메소드 설명
Should_consider_the_configuration_valid_even_if_some_properties_with_an_inaccessible_setter_are_unmapped ( ) : void
Should_map_a_property_with_an_inaccessible_setter_if_a_specific_mapping_is_configured_after_the_ignore_method ( ) : void
Should_not_map_a_property_with_an_inaccessible_setter_if_no_specific_mapping_is_configured_even_though_name_and_type_match ( ) : void
Should_not_map_a_property_with_no_public_setter_if_a_specific_mapping_is_configured_before_the_ignore_method ( ) : void

메소드 상세

Because_of() 보호된 메소드

protected Because_of ( ) : void
리턴 void