NavigationAttributeConventionBase<TAttribute>.GetAttributes Yöntem

Tanım

Aşırı Yüklemeler

GetAttributes<TCustomAttribute>(IConventionEntityType, IConventionNavigation)

Verilen gezintiye uygulanan öznitelikleri döndürür.

GetAttributes<TCustomAttribute>(IConventionEntityType, IConventionSkipNavigation)

Verilen atlama gezintisine uygulanan öznitelikleri döndürür.

GetAttributes<TCustomAttribute>(IConventionEntityType, IConventionNavigation)

Verilen gezintiye uygulanan öznitelikleri döndürür.

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)

Tür Parametreleri

TCustomAttribute

Aranacak öznitelik türü.

Parametreler

entityType
IConventionEntityType

Varlık türü.

navigation
IConventionNavigation

Gezinti.

Döndürülenler

IEnumerable<TCustomAttribute>

Verilen gezintiye uygulanan öznitelikler.

Şunlara uygulanır

GetAttributes<TCustomAttribute>(IConventionEntityType, IConventionSkipNavigation)

Verilen atlama gezintisine uygulanan öznitelikleri döndürür.

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)

Tür Parametreleri

TCustomAttribute

Aranacak öznitelik türü.

Parametreler

entityType
IConventionEntityType

Varlık türü.

skipNavigation
IConventionSkipNavigation

Atlama gezintisi.

Döndürülenler

IEnumerable<TCustomAttribute>

Verilen atlama gezintisine uygulanan öznitelikler.

Şunlara uygulanır