IAnnotationCodeGenerator.GenerateDataAnnotationAttributes Método

Definición

Sobrecargas

GenerateDataAnnotationAttributes(IAnnotatable, IDictionary<String,IAnnotation>)

Para las anotaciones especificadas que tienen atributos de anotación de datos correspondientes, devuelve esos fragmentos de código de atributo y quita las anotaciones.

GenerateDataAnnotationAttributes(IEntityType, IDictionary<String,IAnnotation>)

Para las anotaciones especificadas que tienen atributos de anotación de datos correspondientes, devuelve esos fragmentos de código de atributo y quita las anotaciones.

GenerateDataAnnotationAttributes(IProperty, IDictionary<String,IAnnotation>)

Para las anotaciones especificadas que tienen atributos de anotación de datos correspondientes, devuelve esos fragmentos de código de atributo y quita las anotaciones.

GenerateDataAnnotationAttributes(IAnnotatable, IDictionary<String,IAnnotation>)

Para las anotaciones especificadas que tienen atributos de anotación de datos correspondientes, devuelve esos fragmentos de código de atributo y quita las anotaciones.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment> GenerateDataAnnotationAttributes (Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable annotatable, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateDataAnnotationAttributes : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment>
override this.GenerateDataAnnotationAttributes : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment>
Public Overridable Function GenerateDataAnnotationAttributes (annotatable As IAnnotatable, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of AttributeCodeFragment)

Parámetros

annotatable
IAnnotatable

Annotatable al que se aplican las anotaciones.

annotations
IDictionary<String,IAnnotation>

Conjunto de anotaciones desde las que se van a generar llamadas API fluidas.

Devoluciones

Se aplica a

GenerateDataAnnotationAttributes(IEntityType, IDictionary<String,IAnnotation>)

Para las anotaciones especificadas que tienen atributos de anotación de datos correspondientes, devuelve esos fragmentos de código de atributo y quita las anotaciones.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment> GenerateDataAnnotationAttributes (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateDataAnnotationAttributes : Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment>
override this.GenerateDataAnnotationAttributes : Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment>
Public Overridable Function GenerateDataAnnotationAttributes (entityType As IEntityType, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of AttributeCodeFragment)

Parámetros

entityType
IEntityType

Tipo de entidad al que se aplican las anotaciones.

annotations
IDictionary<String,IAnnotation>

Conjunto de anotaciones desde las que se van a generar llamadas API fluidas.

Devoluciones

Se aplica a

GenerateDataAnnotationAttributes(IProperty, IDictionary<String,IAnnotation>)

Para las anotaciones especificadas que tienen atributos de anotación de datos correspondientes, devuelve esos fragmentos de código de atributo y quita las anotaciones.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment> GenerateDataAnnotationAttributes (Microsoft.EntityFrameworkCore.Metadata.IProperty property, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateDataAnnotationAttributes : Microsoft.EntityFrameworkCore.Metadata.IProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment>
override this.GenerateDataAnnotationAttributes : Microsoft.EntityFrameworkCore.Metadata.IProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment>
Public Overridable Function GenerateDataAnnotationAttributes (property As IProperty, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of AttributeCodeFragment)

Parámetros

property
IProperty

Propiedad a la que se aplican las anotaciones.

annotations
IDictionary<String,IAnnotation>

Conjunto de anotaciones desde las que se van a generar llamadas API fluidas.

Devoluciones

Se aplica a