AnnotationCodeGenerator.GenerateDataAnnotation Método
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.
Sobrecargas
GenerateDataAnnotation(IEntityType, IAnnotation) |
Retorna um fragmento de código de atributo de anotação de dados para o determinado |
GenerateDataAnnotation(IProperty, IAnnotation) |
Retorna um fragmento de código de atributo de anotação de dados para o determinado |
GenerateDataAnnotation(IEntityType, IAnnotation)
- Origem:
- AnnotationCodeGenerator.cs
- Origem:
- AnnotationCodeGenerator.cs
- Origem:
- AnnotationCodeGenerator.cs
- Origem:
- AnnotationCodeGenerator.cs
- Origem:
- AnnotationCodeGenerator.cs
Retorna um fragmento de código de atributo de anotação de dados para o determinado annotation
ou null
se não houver nenhuma anotação de dados para ele.
protected virtual Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment GenerateDataAnnotation (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment? GenerateDataAnnotation (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateDataAnnotation : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment
override this.GenerateDataAnnotation : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment
Protected Overridable Function GenerateDataAnnotation (entityType As IEntityType, annotation As IAnnotation) As AttributeCodeFragment
Parâmetros
- entityType
- IEntityType
O IEntityType.
- annotation
- IAnnotation
O IAnnotation.
Retornos
null
.
Comentários
A implementação padrão sempre retorna null
.
Aplica-se a
GenerateDataAnnotation(IProperty, IAnnotation)
- Origem:
- AnnotationCodeGenerator.cs
- Origem:
- AnnotationCodeGenerator.cs
- Origem:
- AnnotationCodeGenerator.cs
- Origem:
- AnnotationCodeGenerator.cs
- Origem:
- AnnotationCodeGenerator.cs
Retorna um fragmento de código de atributo de anotação de dados para o determinado annotation
ou null
se não houver nenhuma anotação de dados para ele.
protected virtual Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment GenerateDataAnnotation (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment? GenerateDataAnnotation (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateDataAnnotation : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment
override this.GenerateDataAnnotation : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment
Protected Overridable Function GenerateDataAnnotation (property As IProperty, annotation As IAnnotation) As AttributeCodeFragment
Parâmetros
- annotation
- IAnnotation
O IAnnotation.
Retornos
null
.
Comentários
A implementação padrão sempre retorna null
.
Aplica-se a
Entity Framework