IAnnotationCodeGenerator.IsHandledByConvention 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
IsHandledByConvention(IProperty, IAnnotation) |
Sprawdza, czy dana IAnnotation wartość jest obsługiwana przez konwencję, gdy jest stosowana do danego IProperty. |
IsHandledByConvention(IModel, IAnnotation) |
Sprawdza, czy dana IAnnotation wartość jest obsługiwana przez konwencję, gdy jest stosowana do danego IModel. |
IsHandledByConvention(IKey, IAnnotation) |
Sprawdza, czy dana IAnnotation wartość jest obsługiwana przez konwencję, gdy jest stosowana do danego IKey. |
IsHandledByConvention(IIndex, IAnnotation) |
Sprawdza, czy dana IAnnotation wartość jest obsługiwana przez konwencję, gdy jest stosowana do danego IIndex. |
IsHandledByConvention(IForeignKey, IAnnotation) |
Sprawdza, czy dana IAnnotation wartość jest obsługiwana przez konwencję, gdy jest stosowana do danego IForeignKey. |
IsHandledByConvention(IEntityType, IAnnotation) |
Sprawdza, czy dana IAnnotation wartość jest obsługiwana przez konwencję, gdy jest stosowana do danego IEntityType. |
IsHandledByConvention(IProperty, IAnnotation)
Sprawdza, czy dana IAnnotation wartość jest obsługiwana przez konwencję, gdy jest stosowana do danego IProperty.
public bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Function IsHandledByConvention (property As IProperty, annotation As IAnnotation) As Boolean
Parametry
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
Dotyczy
IsHandledByConvention(IModel, IAnnotation)
Sprawdza, czy dana IAnnotation wartość jest obsługiwana przez konwencję, gdy jest stosowana do danego IModel.
public bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Function IsHandledByConvention (model As IModel, annotation As IAnnotation) As Boolean
Parametry
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
Prawda, jeśli adnotacja jest obsługiwana zgodnie z konwencją; false, jeśli należy wygenerować kod.
Dotyczy
IsHandledByConvention(IKey, IAnnotation)
Sprawdza, czy dana IAnnotation wartość jest obsługiwana przez konwencję, gdy jest stosowana do danego IKey.
public bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Function IsHandledByConvention (key As IKey, annotation As IAnnotation) As Boolean
Parametry
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
Dotyczy
IsHandledByConvention(IIndex, IAnnotation)
Sprawdza, czy dana IAnnotation wartość jest obsługiwana przez konwencję, gdy jest stosowana do danego IIndex.
public bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Function IsHandledByConvention (index As IIndex, annotation As IAnnotation) As Boolean
Parametry
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
Dotyczy
IsHandledByConvention(IForeignKey, IAnnotation)
Sprawdza, czy dana IAnnotation wartość jest obsługiwana przez konwencję, gdy jest stosowana do danego IForeignKey.
public bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Function IsHandledByConvention (foreignKey As IForeignKey, annotation As IAnnotation) As Boolean
Parametry
- foreignKey
- IForeignKey
Element IForeignKey.
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
Dotyczy
IsHandledByConvention(IEntityType, IAnnotation)
Sprawdza, czy dana IAnnotation wartość jest obsługiwana przez konwencję, gdy jest stosowana do danego IEntityType.
public bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Function IsHandledByConvention (entityType As IEntityType, annotation As IAnnotation) As Boolean
Parametry
- entityType
- IEntityType
Element IEntityType.
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
Prawda, jeśli adnotacja jest obsługiwana zgodnie z konwencją; false, jeśli należy wygenerować kod.