NavigationAttributeConventionBase<TAttribute>.GetAttributes Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetAttributes<TCustomAttribute>(IConventionEntityType, IConventionNavigation) |
Retorna os atributos aplicados à navegação fornecida. |
GetAttributes<TCustomAttribute>(IConventionEntityType, IConventionSkipNavigation) |
Retorna os atributos aplicados à navegação de ignorar determinada. |
GetAttributes<TCustomAttribute>(IConventionEntityType, IConventionNavigation)
Retorna os atributos aplicados à navegação fornecida.
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)
Parâmetros de tipo
- TCustomAttribute
O tipo de atributo a ser buscado.
Parâmetros
- entityType
- IConventionEntityType
O tipo de entidade.
- navigation
- IConventionNavigation
A navegação.
Retornos
Os atributos aplicados à navegação fornecida.
Aplica-se a
GetAttributes<TCustomAttribute>(IConventionEntityType, IConventionSkipNavigation)
Retorna os atributos aplicados à navegação de ignorar determinada.
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)
Parâmetros de tipo
- TCustomAttribute
O tipo de atributo a ser buscado.
Parâmetros
- entityType
- IConventionEntityType
O tipo de entidade.
- skipNavigation
- IConventionSkipNavigation
A navegação de ignorar.
Retornos
Os atributos aplicados à navegação de ignorar determinada.
Aplica-se a
Entity Framework