InversePropertyAttributeConvention Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Convenção para processar instâncias de InversePropertyAttribute encontradas em propriedades no modelo.
public class InversePropertyAttributeConvention : System.Data.Entity.ModelConfiguration.Conventions.PropertyAttributeConfigurationConvention<System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute>
type InversePropertyAttributeConvention = class
inherit PropertyAttributeConfigurationConvention<InversePropertyAttribute>
Public Class InversePropertyAttributeConvention
Inherits PropertyAttributeConfigurationConvention(Of InversePropertyAttribute)
- Herança
-
InversePropertyAttributeConvention
- Herança
-
InversePropertyAttributeConvention
Construtores
InversePropertyAttributeConvention() |
Convenção para processar instâncias de InversePropertyAttribute encontradas em propriedades no modelo. |
Métodos
Apply(PropertyInfo, ConventionTypeConfiguration, InversePropertyAttribute) |
Convenção para processar instâncias de InversePropertyAttribute encontradas em propriedades no modelo. |
Apply(PropertyInfo, ConventionTypeConfiguration, TAttribute) |
Aplica essa convenção a uma propriedade que tem um atributo do tipo TAttribute aplicado. (Herdado de PropertyAttributeConfigurationConvention<TAttribute>) |
Properties() |
Inicia a configuração de uma convenção leve que se aplica a todas as propriedades no modelo. (Herdado de Convention) |
Properties<T>() |
Inicia a configuração de uma convenção leve que se aplica a todas as propriedades primitivas do tipo especificado no modelo. (Herdado de Convention) |
Types() |
Inicia a configuração de uma convenção leve que se aplica a todos os tipos mapeados no modelo. (Herdado de Convention) |
Types<T>() |
Inicia a configuração de uma convenção leve que se aplica a todos os tipos mapeados no modelo que derivam ou implementam o tipo especificado. (Herdado de Convention) |
Aplica-se a
Entity Framework