NotMappedMemberAttributeConvention 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.
Uma convenção que ignora membros em tipos de entidade que têm o NotMappedAttribute.
public class NotMappedMemberAttributeConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IEntityTypeAddedConvention
public class NotMappedMemberAttributeConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IComplexPropertyAddedConvention, Microsoft.EntityFrameworkCore.Metadata.Conventions.IEntityTypeAddedConvention
type NotMappedMemberAttributeConvention = class
interface IEntityTypeAddedConvention
interface IConvention
type NotMappedMemberAttributeConvention = class
interface IEntityTypeAddedConvention
interface IConvention
interface IComplexPropertyAddedConvention
Public Class NotMappedMemberAttributeConvention
Implements IEntityTypeAddedConvention
Public Class NotMappedMemberAttributeConvention
Implements IComplexPropertyAddedConvention, IEntityTypeAddedConvention
- Herança
-
NotMappedMemberAttributeConvention
- Implementações
Comentários
Consulte Convenções de criação de modelo para obter mais informações e exemplos.
Construtores
NotMappedMemberAttributeConvention(ProviderConventionSetBuilderDependencies) |
Cria uma nova instância de NotMappedMemberAttributeConvention. |
Propriedades
Dependencies |
Dependências para esse serviço. |
Métodos
ProcessComplexPropertyAdded(IConventionComplexPropertyBuilder, IConventionContext<IConventionComplexPropertyBuilder>) |
Chamado depois que uma propriedade complexa é adicionada a um objeto semelhante a um tipo. |
ProcessEntityTypeAdded(IConventionEntityTypeBuilder, IConventionContext<IConventionEntityTypeBuilder>) |
Chamado depois que um tipo de entidade é adicionado ao modelo. |
ShouldIgnore(MemberInfo) |
Retorna um valor que indica se o membro CLR determinado deve ser ignorado. |
Aplica-se a
Entity Framework