AnnotationCodeGenerator.GenerateDataAnnotation Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GenerateDataAnnotation(IEntityType, IAnnotation) |
Restituisce un frammento di codice dell'attributo di annotazione dati per l'oggetto specificato |
GenerateDataAnnotation(IProperty, IAnnotation) |
Restituisce un frammento di codice dell'attributo di annotazione dati per l'oggetto specificato |
GenerateDataAnnotation(IEntityType, IAnnotation)
- Origine:
- AnnotationCodeGenerator.cs
- Origine:
- AnnotationCodeGenerator.cs
- Origine:
- AnnotationCodeGenerator.cs
- Origine:
- AnnotationCodeGenerator.cs
- Origine:
- AnnotationCodeGenerator.cs
Restituisce un frammento di codice dell'attributo di annotazione dati per l'oggetto specificato annotation
oppure null
se non esiste alcuna annotazione di dati.
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
Parametri
- entityType
- IEntityType
Oggetto IEntityType.
- annotation
- IAnnotation
Oggetto IAnnotation.
Restituisce
null
.
Commenti
L'implementazione predefinita restituisce sempre null
.
Si applica a
GenerateDataAnnotation(IProperty, IAnnotation)
- Origine:
- AnnotationCodeGenerator.cs
- Origine:
- AnnotationCodeGenerator.cs
- Origine:
- AnnotationCodeGenerator.cs
- Origine:
- AnnotationCodeGenerator.cs
- Origine:
- AnnotationCodeGenerator.cs
Restituisce un frammento di codice dell'attributo di annotazione dati per l'oggetto specificato annotation
oppure null
se non esiste alcuna annotazione di dati.
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
Parametri
- annotation
- IAnnotation
Oggetto IAnnotation.
Restituisce
null
.
Commenti
L'implementazione predefinita restituisce sempre null
.