IAnnotationCodeGenerator.IsHandledByConvention メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- annotation
- 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
パラメーター
- annotation
- 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
パラメーター
- annotation
- 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
パラメーター
- annotation
- 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
- annotation
- 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
- annotation
- IAnnotation
戻り値
True の場合、注釈は規則によって処理されます。コードを生成する必要がある場合は false。
適用対象
Entity Framework