次の方法で共有


AnnotationCodeGenerator.IsHandledByConvention メソッド

定義

オーバーロード

IsHandledByConvention(IRelationalPropertyOverrides, IAnnotation)

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

IsHandledByConvention(ITrigger, IAnnotation)

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

IsHandledByConvention(ISkipNavigation, IAnnotation)

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

IsHandledByConvention(ISequence, IAnnotation)

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

IsHandledByConvention(IProperty, IAnnotation)

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

IsHandledByConvention(INavigation, IAnnotation)

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

IsHandledByConvention(IModel, IAnnotation)

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

IsHandledByConvention(IIndex, IAnnotation)

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

IsHandledByConvention(IForeignKey, IAnnotation)

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

IsHandledByConvention(IEntityTypeMappingFragment, IAnnotation)

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

IsHandledByConvention(IEntityType, IAnnotation)

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

IsHandledByConvention(IComplexType, IAnnotation)

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

IsHandledByConvention(IComplexProperty, IAnnotation)

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

IsHandledByConvention(ICheckConstraint, IAnnotation)

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

IsHandledByConvention(IKey, IAnnotation)

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

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

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

パラメーター

trigger
ITrigger

ITrigger

annotation
IAnnotation

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

パラメーター

annotation
IAnnotation

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

パラメーター

sequence
ISequence

ISequence

annotation
IAnnotation

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

パラメーター

property
IProperty

IProperty

annotation
IAnnotation

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

INavigation

annotation
IAnnotation

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

パラメーター

model
IModel

IModel

annotation
IAnnotation

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

パラメーター

index
IIndex

IIndex

annotation
IAnnotation

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

IForeignKey

annotation
IAnnotation

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

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

IEntityType

annotation
IAnnotation

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

IComplexType

annotation
IAnnotation

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

IComplexProperty

annotation
IAnnotation

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

ICheckConstraint

annotation
IAnnotation

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

パラメーター

key
IKey

IKey

annotation
IAnnotation

IAnnotation

戻り値

false.

実装

注釈

既定の実装では、常に false を返します。

適用対象