NavigationAttributeConventionBase<TAttribute>.GetAttributes メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>
指定されたスキップ ナビゲーションに適用される属性。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework