PropertyTest
PropertyTest
Class
Definition
public class PropertyTest
Public Class PropertyTest
- Inheritance
-
System.ObjectSystem.Object
PropertyTestPropertyTest
Methods
Adding_a_nullable_property_to_a_key_throws()
Adding_a_nullable_property_to_a_key_throws()
public void Adding_a_nullable_property_to_a_key_throws()
Public Sub Adding_a_nullable_property_to_a_key_throws
Can_mark_property_as_concurrency_token()
Can_mark_property_as_concurrency_token()
public void Can_mark_property_as_concurrency_token()
Public Sub Can_mark_property_as_concurrency_token
Can_mark_property_as_using_ValueGenerated()
Can_mark_property_as_using_ValueGenerated()
public void Can_mark_property_as_using_ValueGenerated()
Public Sub Can_mark_property_as_using_ValueGenerated
Can_mark_property_to_always_use_store_generated_values()
Can_mark_property_to_always_use_store_generated_values()
public void Can_mark_property_to_always_use_store_generated_values()
Public Sub Can_mark_property_to_always_use_store_generated_values
Can_set_ClrType()
Can_set_ClrType()
public void Can_set_ClrType()
Public Sub Can_set_ClrType
Default_nullability_of_property_is_based_on_nullability_of_CLR_type()
Default_nullability_of_property_is_based_on_nullability_of_CLR_type()
public void Default_nullability_of_property_is_based_on_nullability_of_CLR_type()
Public Sub Default_nullability_of_property_is_based_on_nullability_of_CLR_type
Equals(Object)
Equals(Object)
Inherited from System.Object
Equals(Object, Object)
Equals(Object, Object)
Inherited from System.Object
GetHashCode()
GetHashCode()
Inherited from System.Object
GetType()
GetType()
Inherited from System.Object
IsShadowProperty_is_set()
IsShadowProperty_is_set()
public void IsShadowProperty_is_set()
Public Sub IsShadowProperty_is_set
MemberwiseClone()
MemberwiseClone()
Inherited from System.Object
Properties_which_are_part_of_primary_key_cannot_be_made_nullable()
Properties_which_are_part_of_primary_key_cannot_be_made_nullable()
public void Properties_which_are_part_of_primary_key_cannot_be_made_nullable()
Public Sub Properties_which_are_part_of_primary_key_cannot_be_made_nullable
Properties_with_non_nullable_types_cannot_be_made_nullable()
Properties_with_non_nullable_types_cannot_be_made_nullable()
public void Properties_with_non_nullable_types_cannot_be_made_nullable()
Public Sub Properties_with_non_nullable_types_cannot_be_made_nullable
Property_can_be_marked_as_read_only_after_save()
Property_can_be_marked_as_read_only_after_save()
public void Property_can_be_marked_as_read_only_after_save()
Public Sub Property_can_be_marked_as_read_only_after_save
Property_can_be_marked_as_read_only_always()
Property_can_be_marked_as_read_only_always()
public void Property_can_be_marked_as_read_only_always()
Public Sub Property_can_be_marked_as_read_only_always
Property_can_be_marked_as_read_only_before_save()
Property_can_be_marked_as_read_only_before_save()
public void Property_can_be_marked_as_read_only_before_save()
Public Sub Property_can_be_marked_as_read_only_before_save
Property_does_not_use_ValueGenerated_by_default()
Property_does_not_use_ValueGenerated_by_default()
public void Property_does_not_use_ValueGenerated_by_default()
Public Sub Property_does_not_use_ValueGenerated_by_default
Property_is_not_concurrency_token_by_default()
Property_is_not_concurrency_token_by_default()
public void Property_is_not_concurrency_token_by_default()
Public Sub Property_is_not_concurrency_token_by_default
Property_is_read_write_by_default()
Property_is_read_write_by_default()
public void Property_is_read_write_by_default()
Public Sub Property_is_read_write_by_default
Property_nullability_can_be_mutated()
Property_nullability_can_be_mutated()
public void Property_nullability_can_be_mutated()
Public Sub Property_nullability_can_be_mutated
ReferenceEquals(Object, Object)
ReferenceEquals(Object, Object)
Inherited from System.Object
Store_generated_concurrency_tokens_always_use_store_values_by_default()
Store_generated_concurrency_tokens_always_use_store_values_by_default()
public void Store_generated_concurrency_tokens_always_use_store_values_by_default()
Public Sub Store_generated_concurrency_tokens_always_use_store_values_by_default
ToString()
ToString()
Inherited from System.Object
UnderlyingType_returns_correct_underlying_type()
UnderlyingType_returns_correct_underlying_type()
public void UnderlyingType_returns_correct_underlying_type()
Public Sub UnderlyingType_returns_correct_underlying_type
Use_of_custom_IPropertyBase_throws()
Use_of_custom_IPropertyBase_throws()
public void Use_of_custom_IPropertyBase_throws()
Public Sub Use_of_custom_IPropertyBase_throws
Use_of_custom_IProperty_throws()
Use_of_custom_IProperty_throws()
public void Use_of_custom_IProperty_throws()
Public Sub Use_of_custom_IProperty_throws