AnnotationCodeGenerator.GenerateDataAnnotation Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
GenerateDataAnnotation(IEntityType, IAnnotation) |
Zwraca fragment kodu atrybutu adnotacji danych dla danego |
GenerateDataAnnotation(IProperty, IAnnotation) |
Zwraca fragment kodu atrybutu adnotacji danych dla danego |
GenerateDataAnnotation(IEntityType, IAnnotation)
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
Zwraca fragment kodu atrybutu adnotacji danych dla danego annotation
elementu lub null
jeśli nie istnieje dla niego adnotacja danych.
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
Parametry
- entityType
- IEntityType
Element IEntityType.
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
null
.
Uwagi
Domyślna implementacja zawsze zwraca wartość null
.
Dotyczy
GenerateDataAnnotation(IProperty, IAnnotation)
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
Zwraca fragment kodu atrybutu adnotacji danych dla danego annotation
elementu lub null
jeśli nie istnieje dla niego adnotacja danych.
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
Parametry
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
null
.
Uwagi
Domyślna implementacja zawsze zwraca wartość null
.