次の方法で共有


NavigationAttributeConventionBase<TAttribute>.GetAttributes メソッド

定義

オーバーロード

GetAttributes<TCustomAttribute>(IConventionEntityType, IConventionNavigation)

指定したナビゲーションに適用された属性を返します。

GetAttributes<TCustomAttribute>(IConventionEntityType, IConventionSkipNavigation)

指定されたスキップ ナビゲーションに適用された属性を返します。

GetAttributes<TCustomAttribute>(IConventionEntityType, IConventionNavigation)

指定したナビゲーションに適用された属性を返します。

protected static System.Collections.Generic.IEnumerable<TCustomAttribute> GetAttributes<TCustomAttribute> (Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.IConventionNavigation navigation) where TCustomAttribute : Attribute;
static member GetAttributes : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * Microsoft.EntityFrameworkCore.Metadata.IConventionNavigation -> seq<'CustomAttribute (requires 'CustomAttribute :> Attribute)> (requires 'CustomAttribute :> Attribute)
Protected Shared Function GetAttributes(Of TCustomAttribute As Attribute) (entityType As IConventionEntityType, navigation As IConventionNavigation) As IEnumerable(Of TCustomAttribute)

型パラメーター

TCustomAttribute

検索する属性の種類。

パラメーター

entityType
IConventionEntityType

エンティティの型。

navigation
IConventionNavigation

ナビゲーション。

戻り値

IEnumerable<TCustomAttribute>

指定したナビゲーションに適用される属性。

適用対象

GetAttributes<TCustomAttribute>(IConventionEntityType, IConventionSkipNavigation)

指定されたスキップ ナビゲーションに適用された属性を返します。

protected static System.Collections.Generic.IEnumerable<TCustomAttribute> GetAttributes<TCustomAttribute> (Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation skipNavigation) where TCustomAttribute : Attribute;
static member GetAttributes : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation -> seq<'CustomAttribute (requires 'CustomAttribute :> Attribute)> (requires 'CustomAttribute :> Attribute)
Protected Shared Function GetAttributes(Of TCustomAttribute As Attribute) (entityType As IConventionEntityType, skipNavigation As IConventionSkipNavigation) As IEnumerable(Of TCustomAttribute)

型パラメーター

TCustomAttribute

検索する属性の種類。

パラメーター

entityType
IConventionEntityType

エンティティの型。

skipNavigation
IConventionSkipNavigation

スキップ ナビゲーション。

戻り値

IEnumerable<TCustomAttribute>

指定されたスキップ ナビゲーションに適用される属性。

適用対象