InversePropertyAttributeConvention Class
Represents a convention to process instances of InversePropertyAttribute found on properties in the model.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.ModelConfiguration.Conventions.Convention
System.Data.Entity.ModelConfiguration.Conventions.PropertyAttributeConfigurationConvention<TAttribute>
System.Data.Entity.ModelConfiguration.Conventions.InversePropertyAttributeConvention
Name | Description | |
---|---|---|
![]() | InversePropertyAttributeConvention() | Initializes a new instance of the InversePropertyAttributeConvention class. |
Name | Description | |
---|---|---|
![]() | Apply(PropertyInfo, ConventionTypeConfiguration, InversePropertyAttribute) | Applies the convention to the specified attribute with configuration.(Overrides PropertyAttributeConfigurationConvention<TAttribute>.Apply(PropertyInfo, ConventionTypeConfiguration, TAttribute).) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Properties() | Begins configuration of a lightweight convention that applies to all properties in the model.(Inherited from Convention.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Types() | Begins configuration of a lightweight convention that applies to all mapped types in the model.(Inherited from Convention.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.