Sdílet prostřednictvím


IAnnotationCodeGenerator.IsHandledByConvention Metoda

Definice

Přetížení

IsHandledByConvention(IProperty, IAnnotation)

Kontroluje, jestli se daná hodnota IAnnotation zpracovává konvencem při použití na danou IProperty.

IsHandledByConvention(IModel, IAnnotation)

Kontroluje, jestli se daná hodnota IAnnotation zpracovává konvencem při použití na danou IModel.

IsHandledByConvention(IKey, IAnnotation)

Kontroluje, jestli se daná hodnota IAnnotation zpracovává konvencem při použití na danou IKey.

IsHandledByConvention(IIndex, IAnnotation)

Kontroluje, jestli se daná hodnota IAnnotation zpracovává konvencem při použití na danou IIndex.

IsHandledByConvention(IForeignKey, IAnnotation)

Kontroluje, jestli se daná hodnota IAnnotation zpracovává konvencem při použití na danou IForeignKey.

IsHandledByConvention(IEntityType, IAnnotation)

Kontroluje, jestli se daná hodnota IAnnotation zpracovává konvencem při použití na danou IEntityType.

IsHandledByConvention(IProperty, IAnnotation)

Kontroluje, jestli se daná hodnota IAnnotation zpracovává konvencem při použití na danou 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

property
IProperty

Hodnota IProperty

annotation
IAnnotation

Hodnota IAnnotation

Návraty

Platí pro

IsHandledByConvention(IModel, IAnnotation)

Kontroluje, jestli se daná hodnota IAnnotation zpracovává konvencem při použití na danou 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

model
IModel

Hodnota IModel

annotation
IAnnotation

Hodnota IAnnotation

Návraty

True Pokud anotaci je zpracována konvencí; false, pokud musí být vygenerován kód.

Platí pro

IsHandledByConvention(IKey, IAnnotation)

Kontroluje, jestli se daná hodnota IAnnotation zpracovává konvencem při použití na danou 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

key
IKey

Hodnota IKey

annotation
IAnnotation

Hodnota IAnnotation

Návraty

Platí pro

IsHandledByConvention(IIndex, IAnnotation)

Kontroluje, jestli se daná hodnota IAnnotation zpracovává konvencem při použití na danou 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

index
IIndex

Hodnota IIndex

annotation
IAnnotation

Hodnota IAnnotation

Návraty

Platí pro

IsHandledByConvention(IForeignKey, IAnnotation)

Kontroluje, jestli se daná hodnota IAnnotation zpracovává konvencem při použití na danou 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

Hodnota IForeignKey

annotation
IAnnotation

Hodnota IAnnotation

Návraty

Platí pro

IsHandledByConvention(IEntityType, IAnnotation)

Kontroluje, jestli se daná hodnota IAnnotation zpracovává konvencem při použití na danou 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

Hodnota IEntityType

annotation
IAnnotation

Hodnota IAnnotation

Návraty

True Pokud anotaci je zpracována konvencí; false, pokud musí být vygenerován kód.

Platí pro