Convention Class
A convention that doesn't override configuration.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.ModelConfiguration.Conventions.Convention
System.Data.Entity.Infrastructure.IncludeMetadataConvention
System.Data.Entity.Infrastructure.ModelNamespaceConvention
System.Data.Entity.ModelConfiguration.Conventions.AttributeToColumnAnnotationConvention<TAttribute, TAnnotation>
System.Data.Entity.ModelConfiguration.Conventions.AttributeToTableAnnotationConvention<TAttribute, TAnnotation>
System.Data.Entity.ModelConfiguration.Conventions.KeyAttributeConvention
System.Data.Entity.ModelConfiguration.Conventions.PrimitivePropertyAttributeConfigurationConvention<TAttribute>
System.Data.Entity.ModelConfiguration.Conventions.PropertyAttributeConfigurationConvention<TAttribute>
System.Data.Entity.ModelConfiguration.Conventions.RequiredNavigationPropertyAttributeConvention
System.Data.Entity.ModelConfiguration.Conventions.TypeAttributeConfigurationConvention<TAttribute>
Name | Description | |
---|---|---|
![]() | Convention() | The derived class can use the default constructor to apply a set rule of that change the model configuration. |
Name | Description | |
---|---|---|
![]() | 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. |
![]() | Properties<T>() | Begins configuration of a lightweight convention that applies to all primitive properties of the specified type in the model. |
![]() | ToString() | (Inherited from Object.) |
![]() | Types() | Begins configuration of a lightweight convention that applies to all mapped types in the model. |
![]() | Types<T>() | Begins configuration of a lightweight convention that applies to all mapped types in the model that derive from or implement the specified type. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.