ModelBuilderNonGenericStringTest.NonGenericStringManyToOneType
ModelBuilderNonGenericStringTest.NonGenericStringManyToOneType
Class
Definition
public class NonGenericStringManyToOneType : ModelBuilderTest.ManyToOneTestBase
Public Class NonGenericStringManyToOneType
Inherits ModelBuilderTest.ManyToOneTestBase
- Inheritance
-
System.ObjectSystem.ObjectModelBuilderNonGenericStringTest.NonGenericStringManyToOneTypeModelBuilderNonGenericStringTest.NonGenericStringManyToOneType
Methods
AssertEqual(IEnumerable, IEnumerable, ForeignKeyStrictComparer)
AssertEqual(IEnumerable(Of IForeignKey), IEnumerable(Of IForeignKey), ForeignKeyStrictComparer)
Inherited from ModelBuilderTest.ModelBuilderTestBase
AssertEqual(IEnumerable, IEnumerable, IndexComparer)
AssertEqual(IEnumerable(Of IIndex), IEnumerable(Of IIndex), IndexComparer)
Inherited from ModelBuilderTest.ModelBuilderTestBase
AssertEqual(IEnumerable, IEnumerable, KeyComparer)
AssertEqual(IEnumerable(Of IKey), IEnumerable(Of IKey), KeyComparer)
Inherited from ModelBuilderTest.ModelBuilderTestBase
AssertEqual(IEnumerable, IEnumerable, NavigationComparer)
AssertEqual(IEnumerable(Of INavigation), IEnumerable(Of INavigation), NavigationComparer)
Inherited from ModelBuilderTest.ModelBuilderTestBase
AssertEqual(IEnumerable, IEnumerable, PropertyComparer)
AssertEqual(IEnumerable(Of IProperty), IEnumerable(Of IProperty), PropertyComparer)
Inherited from ModelBuilderTest.ModelBuilderTestBase
AssertEqual(IEnumerable, IEnumerable, StringComparer)
AssertEqual(IEnumerable(Of String), IEnumerable(Of String), StringComparer)
Inherited from ModelBuilderTest.ModelBuilderTestBase
Can_change_delete_behavior() Can_change_delete_behavior()
Inherited from ModelBuilderTest.ManyToOneTestBase
Can_create_shadow_navigations_between_shadow_entity_types() Can_create_shadow_navigations_between_shadow_entity_types()
public virtual void Can_create_shadow_navigations_between_shadow_entity_types()
Public Overridable Sub Can_create_shadow_navigations_between_shadow_entity_types
Can_have_FK_by_convention_specified_with_explicit_principal_key() Can_have_FK_by_convention_specified_with_explicit_principal_key()
Inherited from ModelBuilderTest.ManyToOneTestBase
Can_have_FK_by_convention_specified_with_explicit_principal_key_in_any_order() Can_have_FK_by_convention_specified_with_explicit_principal_key_in_any_order()
Inherited from ModelBuilderTest.ManyToOneTestBase
Can_have_both_convention_properties_specified() Can_have_both_convention_properties_specified()
Inherited from ModelBuilderTest.ManyToOneTestBase
Can_have_both_convention_properties_specified_in_any_order() Can_have_both_convention_properties_specified_in_any_order()
Inherited from ModelBuilderTest.ManyToOneTestBase
Can_have_principal_key_by_convention_specified_with_explicit_PK() Can_have_principal_key_by_convention_specified_with_explicit_PK()
Inherited from ModelBuilderTest.ManyToOneTestBase
Can_have_principal_key_by_convention_specified_with_explicit_PK_in_any_order() Can_have_principal_key_by_convention_specified_with_explicit_PK_in_any_order()
Inherited from ModelBuilderTest.ManyToOneTestBase
Can_set_foreign_key_property_when_matching_property_added() Can_set_foreign_key_property_when_matching_property_added()
Inherited from ModelBuilderTest.ManyToOneTestBase
Can_use_alternate_composite_key() Can_use_alternate_composite_key()
Inherited from ModelBuilderTest.ManyToOneTestBase
Can_use_alternate_composite_key_in_any_order() Can_use_alternate_composite_key_in_any_order()
Inherited from ModelBuilderTest.ManyToOneTestBase
Can_use_explicitly_specified_PK() Can_use_explicitly_specified_PK()
Inherited from ModelBuilderTest.ManyToOneTestBase
Can_use_non_PK_principal() Can_use_non_PK_principal()
Inherited from ModelBuilderTest.ManyToOneTestBase
Cannot_create_navigation_on_non_shadow_entity_targeting_shadow_entity() Cannot_create_navigation_on_non_shadow_entity_targeting_shadow_entity()
public virtual void Cannot_create_navigation_on_non_shadow_entity_targeting_shadow_entity()
Public Overridable Sub Cannot_create_navigation_on_non_shadow_entity_targeting_shadow_entity
Cannot_create_shadow_navigation_between_non_shadow_entity_types() Cannot_create_shadow_navigation_between_non_shadow_entity_types()
public virtual void Cannot_create_shadow_navigation_between_non_shadow_entity_types()
Public Overridable Sub Cannot_create_shadow_navigation_between_non_shadow_entity_types
CreateTestModelBuilder(ModelBuilder) CreateTestModelBuilder(ModelBuilder)
protected override ModelBuilderTest.TestModelBuilder CreateTestModelBuilder(ModelBuilder modelBuilder)
Protected Overrides Function CreateTestModelBuilder(modelBuilder As ModelBuilder) As ModelBuilderTest.TestModelBuilder
Parameters
- modelBuilder
- ModelBuilder ModelBuilder
Returns
- Overrides
Creates_both_navigations_and_creates_FK_specified() Creates_both_navigations_and_creates_FK_specified()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_both_navigations_and_creates_composite_FK_specified() Creates_both_navigations_and_creates_composite_FK_specified()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_both_navigations_and_creates_new_FK() Creates_both_navigations_and_creates_new_FK()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_both_navigations_and_creates_shadow_FK() Creates_both_navigations_and_creates_shadow_FK()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_both_navigations_and_does_not_use_existing_FK() Creates_both_navigations_and_does_not_use_existing_FK()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_both_navigations_and_finds_existing_composite_FK() Creates_both_navigations_and_finds_existing_composite_FK()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_both_navigations_and_matches_shadow_FK_by_convention() Creates_both_navigations_and_matches_shadow_FK_by_convention()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_both_navigations_and_overrides_existing_FK_if_uniqueness_does_not_match() Creates_both_navigations_and_overrides_existing_FK_if_uniqueness_does_not_match()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_both_navigations_and_uses_specified_FK_even_if_found_by_convention() Creates_both_navigations_and_uses_specified_FK_even_if_found_by_convention()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_both_navigations_with_existing_FK_not_found_by_convention() Creates_both_navigations_with_existing_FK_not_found_by_convention()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_relationship_on_existing_FK_is_using_different_principal_key() Creates_relationship_on_existing_FK_is_using_different_principal_key()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_relationship_on_existing_FK_is_using_different_principal_key_different_order() Creates_relationship_on_existing_FK_is_using_different_principal_key_different_order()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_relationship_with_navigation_to_dependent() Creates_relationship_with_navigation_to_dependent()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_relationship_with_navigation_to_principal() Creates_relationship_with_navigation_to_principal()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_relationship_with_no_navigations() Creates_relationship_with_no_navigations()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_relationship_with_no_navigations_and_specified_FK() Creates_relationship_with_no_navigations_and_specified_FK()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_relationship_with_no_navigations_and_specified_composite_FK() Creates_relationship_with_no_navigations_and_specified_composite_FK()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_shadow_FK_property_with_non_shadow_PK() Creates_shadow_FK_property_with_non_shadow_PK()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_shadow_FK_property_with_shadow_PK() Creates_shadow_FK_property_with_shadow_PK()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_shadow_FK_with_navigation_to_dependent() Creates_shadow_FK_with_navigation_to_dependent()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_shadow_FK_with_navigation_to_principal() Creates_shadow_FK_with_navigation_to_principal()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_shadow_FK_with_no_navigations_with() Creates_shadow_FK_with_no_navigations_with()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_shadow_property_for_foreign_key_according_to_navigation_to_principal_name_when_present() Creates_shadow_property_for_foreign_key_according_to_navigation_to_principal_name_when_present()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_shadow_property_for_foreign_key_according_to_target_type_when_navigation_to_principal_name_not_present() Creates_shadow_property_for_foreign_key_according_to_target_type_when_navigation_to_principal_name_not_present()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_specified_FK_with_navigation_to_dependent() Creates_specified_FK_with_navigation_to_dependent()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_specified_FK_with_navigation_to_principal() Creates_specified_FK_with_navigation_to_principal()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_specified_composite_FK_with_navigation_to_dependent() Creates_specified_composite_FK_with_navigation_to_dependent()
Inherited from ModelBuilderTest.ManyToOneTestBase
Creates_specified_composite_FK_with_navigation_to_principal() Creates_specified_composite_FK_with_navigation_to_principal()
Inherited from ModelBuilderTest.ManyToOneTestBase
Finds_existing_navigation_to_dependent_and_uses_associated_FK() Finds_existing_navigation_to_dependent_and_uses_associated_FK()
Inherited from ModelBuilderTest.ManyToOneTestBase
Finds_existing_navigation_to_principal_and_uses_associated_FK() Finds_existing_navigation_to_principal_and_uses_associated_FK()
Inherited from ModelBuilderTest.ManyToOneTestBase
Finds_existing_navigations_and_uses_associated_FK() Finds_existing_navigations_and_uses_associated_FK()
Inherited from ModelBuilderTest.ManyToOneTestBase
Handles_identity_correctly_while_removing_navigation() Handles_identity_correctly_while_removing_navigation()
Inherited from ModelBuilderTest.ManyToOneTestBase
Non_nullable_FK_are_required_by_default() Non_nullable_FK_are_required_by_default()
Inherited from ModelBuilderTest.ManyToOneTestBase
Non_nullable_FK_can_be_made_optional_separetely() Non_nullable_FK_can_be_made_optional_separetely()
Inherited from ModelBuilderTest.ManyToOneTestBase
Non_nullable_FK_cannot_be_made_optional() Non_nullable_FK_cannot_be_made_optional()
Inherited from ModelBuilderTest.ManyToOneTestBase
Nullable_FK_are_optional_by_default() Nullable_FK_are_optional_by_default()
Inherited from ModelBuilderTest.ManyToOneTestBase
Nullable_FK_can_be_made_required() Nullable_FK_can_be_made_required()
Inherited from ModelBuilderTest.ManyToOneTestBase
One_to_many_relationship_has_no_ambiguity_explicit() One_to_many_relationship_has_no_ambiguity_explicit()
Inherited from ModelBuilderTest.ManyToOneTestBase
Removes_existing_unidirectional_one_to_one_relationship() Removes_existing_unidirectional_one_to_one_relationship()
Inherited from ModelBuilderTest.ManyToOneTestBase
Throws_on_existing_one_to_one_relationship() Throws_on_existing_one_to_one_relationship()
Inherited from ModelBuilderTest.ManyToOneTestBase