AnnotationCodeGenerator.IsHandledByConvention メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
IsHandledByConvention(IRelationalPropertyOverrides, IAnnotation) |
指定した に適用されたときに、指定 |
IsHandledByConvention(ITrigger, IAnnotation) |
指定した に適用されたときに、指定 |
IsHandledByConvention(ISkipNavigation, IAnnotation) |
指定した に適用されたときに、指定 |
IsHandledByConvention(ISequence, IAnnotation) |
指定した に適用されたときに、指定 |
IsHandledByConvention(IProperty, IAnnotation) |
指定した に適用されたときに、指定 |
IsHandledByConvention(INavigation, IAnnotation) |
指定した に適用されたときに、指定 |
IsHandledByConvention(IModel, IAnnotation) |
指定した に適用されたときに、指定 |
IsHandledByConvention(IIndex, IAnnotation) |
指定した に適用されたときに、指定 |
IsHandledByConvention(IForeignKey, IAnnotation) |
指定した に適用されたときに、指定 |
IsHandledByConvention(IEntityTypeMappingFragment, IAnnotation) |
指定した に適用されたときに、指定 |
IsHandledByConvention(IEntityType, IAnnotation) |
指定した に適用されたときに、指定 |
IsHandledByConvention(IComplexType, IAnnotation) |
指定した に適用されたときに、指定 |
IsHandledByConvention(IComplexProperty, IAnnotation) |
指定した に適用されたときに、指定 |
IsHandledByConvention(ICheckConstraint, IAnnotation) |
指定した に適用されたときに、指定 |
IsHandledByConvention(IKey, IAnnotation) |
指定した に適用されたときに、指定 |
IsHandledByConvention(IRelationalPropertyOverrides, IAnnotation)
指定した に適用されたときに、指定 annotation
された が規則によって処理されるかどうかを確認します overrides
。
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides overrides, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (overrides As IRelationalPropertyOverrides, annotation As IAnnotation) As Boolean
パラメーター
- annotation
- IAnnotation
戻り値
false
.
注釈
既定の実装では、常に false
を返します。
適用対象
IsHandledByConvention(ITrigger, IAnnotation)
指定した に適用されたときに、指定 annotation
された が規則によって処理されるかどうかを確認します trigger
。
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.ITrigger trigger, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ITrigger * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ITrigger * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (trigger As ITrigger, annotation As IAnnotation) As Boolean
パラメーター
- annotation
- IAnnotation
戻り値
false
.
注釈
既定の実装では、常に false
を返します。
適用対象
IsHandledByConvention(ISkipNavigation, IAnnotation)
指定した に適用されたときに、指定 annotation
された が規則によって処理されるかどうかを確認します navigation
。
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation navigation, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (navigation As ISkipNavigation, annotation As IAnnotation) As Boolean
パラメーター
- navigation
- ISkipNavigation
- annotation
- IAnnotation
戻り値
false
.
注釈
既定の実装では、常に false
を返します。
適用対象
IsHandledByConvention(ISequence, IAnnotation)
指定した に適用されたときに、指定 annotation
された が規則によって処理されるかどうかを確認します sequence
。
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.ISequence sequence, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ISequence * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ISequence * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (sequence As ISequence, annotation As IAnnotation) As Boolean
パラメーター
- annotation
- IAnnotation
戻り値
false
.
注釈
既定の実装では、常に false
を返します。
適用対象
IsHandledByConvention(IProperty, IAnnotation)
指定した に適用されたときに、指定 annotation
された が規則によって処理されるかどうかを確認します property
。
public virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (property As IProperty, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (property As IProperty, annotation As IAnnotation) As Boolean
パラメーター
- annotation
- IAnnotation
戻り値
false
.
実装
注釈
既定の実装では、常に false
を返します。
適用対象
IsHandledByConvention(INavigation, IAnnotation)
指定した に適用されたときに、指定 annotation
された が規則によって処理されるかどうかを確認します navigation
。
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.INavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.INavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (navigation As INavigation, annotation As IAnnotation) As Boolean
パラメーター
- navigation
- INavigation
- annotation
- IAnnotation
戻り値
false
.
注釈
既定の実装では、常に false
を返します。
適用対象
IsHandledByConvention(IModel, IAnnotation)
指定した に適用されたときに、指定 annotation
された が規則によって処理されるかどうかを確認します model
。
public virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (model As IModel, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (model As IModel, annotation As IAnnotation) As Boolean
パラメーター
- annotation
- IAnnotation
戻り値
true
注釈が規則によって処理される場合。 false
コードを生成する必要がある場合は 。
実装
注釈
既定の実装では、常に false
を返します。
適用対象
IsHandledByConvention(IIndex, IAnnotation)
指定した に適用されたときに、指定 annotation
された が規則によって処理されるかどうかを確認します index
。
public virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (index As IIndex, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (index As IIndex, annotation As IAnnotation) As Boolean
パラメーター
- annotation
- IAnnotation
戻り値
false
.
実装
注釈
既定の実装では、常に false
を返します。
適用対象
IsHandledByConvention(IForeignKey, IAnnotation)
指定した に適用されたときに、指定 annotation
された が規則によって処理されるかどうかを確認します foreignKey
。
public virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (foreignKey As IForeignKey, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (foreignKey As IForeignKey, annotation As IAnnotation) As Boolean
パラメーター
- foreignKey
- IForeignKey
- annotation
- IAnnotation
戻り値
false
.
実装
注釈
既定の実装では、常に false
を返します。
適用対象
IsHandledByConvention(IEntityTypeMappingFragment, IAnnotation)
指定した に適用されたときに、指定 annotation
された が規則によって処理されるかどうかを確認します fragment
。
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment fragment, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (fragment As IEntityTypeMappingFragment, annotation As IAnnotation) As Boolean
パラメーター
- annotation
- IAnnotation
戻り値
false
.
注釈
既定の実装では、常に false
を返します。
適用対象
IsHandledByConvention(IEntityType, IAnnotation)
指定した に適用されたときに、指定 annotation
された が規則によって処理されるかどうかを確認します entityType
。
public virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (entityType As IEntityType, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (entityType As IEntityType, annotation As IAnnotation) As Boolean
パラメーター
- entityType
- IEntityType
- annotation
- IAnnotation
戻り値
false
.
実装
注釈
既定の実装では、常に false
を返します。
適用対象
IsHandledByConvention(IComplexType, IAnnotation)
指定した に適用されたときに、指定 annotation
された が規則によって処理されるかどうかを確認します complexType
。
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IComplexType complexType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IComplexType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IComplexType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (complexType As IComplexType, annotation As IAnnotation) As Boolean
パラメーター
- complexType
- IComplexType
- annotation
- IAnnotation
戻り値
false
.
注釈
既定の実装では、常に false
を返します。
適用対象
IsHandledByConvention(IComplexProperty, IAnnotation)
指定した に適用されたときに、指定 annotation
された が規則によって処理されるかどうかを確認します complexProperty
。
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IComplexProperty complexProperty, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (complexProperty As IComplexProperty, annotation As IAnnotation) As Boolean
パラメーター
- complexProperty
- IComplexProperty
- annotation
- IAnnotation
戻り値
false
.
注釈
既定の実装では、常に false
を返します。
適用対象
IsHandledByConvention(ICheckConstraint, IAnnotation)
指定した に適用されたときに、指定 annotation
された が規則によって処理されるかどうかを確認します checkConstraint
。
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint checkConstraint, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (checkConstraint As ICheckConstraint, annotation As IAnnotation) As Boolean
パラメーター
- checkConstraint
- ICheckConstraint
- annotation
- IAnnotation
戻り値
false
.
注釈
既定の実装では、常に false
を返します。
適用対象
IsHandledByConvention(IKey, IAnnotation)
指定した に適用されたときに、指定 annotation
された が規則によって処理されるかどうかを確認します key
。
public virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (key As IKey, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (key As IKey, annotation As IAnnotation) As Boolean
パラメーター
- annotation
- IAnnotation
戻り値
false
.
実装
注釈
既定の実装では、常に false
を返します。
適用対象
Entity Framework