英語で読む

次の方法で共有


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);

パラメーター

annotation
IAnnotation

IAnnotation

戻り値

false.

注釈

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

適用対象

IsHandledByConvention(ITrigger, IAnnotation)

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

protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.ITrigger trigger, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);

パラメーター

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);

パラメーター

annotation
IAnnotation

IAnnotation

戻り値

false.

注釈

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

適用対象

IsHandledByConvention(ISequence, IAnnotation)

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

protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.ISequence sequence, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);

パラメーター

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);

パラメーター

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);

パラメーター

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);

パラメーター

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);

パラメーター

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);

パラメーター

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);

パラメーター

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);

パラメーター

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);

パラメーター

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);

パラメーター

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);

パラメーター

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);

パラメーター

key
IKey

IKey

annotation
IAnnotation

IAnnotation

戻り値

false.

実装

注釈

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

適用対象