Compartilhar via


InversePropertyAttributeConvention Classe

Definição

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
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