次の方法で共有


IAnnotationCodeGenerator.IsHandledByConvention メソッド

定義

オーバーロード

IsHandledByConvention(IProperty, IAnnotation)

指定した に適用されたときに、指定 IAnnotation された が規則によって処理されるかどうかを確認します IProperty

IsHandledByConvention(IModel, IAnnotation)

指定した に適用されたときに、指定 IAnnotation された が規則によって処理されるかどうかを確認します IModel

IsHandledByConvention(IKey, IAnnotation)

指定した に適用されたときに、指定 IAnnotation された が規則によって処理されるかどうかを確認します IKey

IsHandledByConvention(IIndex, IAnnotation)

指定した に適用されたときに、指定 IAnnotation された が規則によって処理されるかどうかを確認します IIndex

IsHandledByConvention(IForeignKey, IAnnotation)

指定した に適用されたときに、指定 IAnnotation された が規則によって処理されるかどうかを確認します IForeignKey

IsHandledByConvention(IEntityType, IAnnotation)

指定した に適用されたときに、指定 IAnnotation された が規則によって処理されるかどうかを確認します IEntityType

IsHandledByConvention(IProperty, IAnnotation)

指定した に適用されたときに、指定 IAnnotation された が規則によって処理されるかどうかを確認します 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

パラメーター

property
IProperty

IProperty

annotation
IAnnotation

IAnnotation

戻り値

適用対象

IsHandledByConvention(IModel, IAnnotation)

指定した に適用されたときに、指定 IAnnotation された が規則によって処理されるかどうかを確認します 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

パラメーター

model
IModel

IModel

annotation
IAnnotation

IAnnotation

戻り値

True の場合、注釈は規則によって処理されます。コードを生成する必要がある場合は false。

適用対象

IsHandledByConvention(IKey, IAnnotation)

指定した に適用されたときに、指定 IAnnotation された が規則によって処理されるかどうかを確認します 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

パラメーター

key
IKey

IKey

annotation
IAnnotation

IAnnotation

戻り値

適用対象

IsHandledByConvention(IIndex, IAnnotation)

指定した に適用されたときに、指定 IAnnotation された が規則によって処理されるかどうかを確認します 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

パラメーター

index
IIndex

IIndex

annotation
IAnnotation

IAnnotation

戻り値

適用対象

IsHandledByConvention(IForeignKey, IAnnotation)

指定した に適用されたときに、指定 IAnnotation された が規則によって処理されるかどうかを確認します 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

パラメーター

foreignKey
IForeignKey

IForeignKey

annotation
IAnnotation

IAnnotation

戻り値

適用対象

IsHandledByConvention(IEntityType, IAnnotation)

指定した に適用されたときに、指定 IAnnotation された が規則によって処理されるかどうかを確認します 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

パラメーター

entityType
IEntityType

IEntityType

annotation
IAnnotation

IAnnotation

戻り値

True の場合、注釈は規則によって処理されます。コードを生成する必要がある場合は false。

適用対象