ConventionSet.AddBefore 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
AddBefore<TConvention>(IList<TConvention>, TConvention, Type) |
Adiciona uma convenção antes de uma convenção existente. |
AddBefore<TConvention>(List<TConvention>, TConvention, Type) |
Adiciona uma convenção antes de uma convenção existente. |
AddBefore<TConvention>(IList<TConvention>, TConvention, Type)
- Origem:
- ConventionSet.cs
- Origem:
- ConventionSet.cs
- Origem:
- ConventionSet.cs
- Origem:
- ConventionSet.cs
Adiciona uma convenção antes de uma convenção existente.
public static bool AddBefore<TConvention> (System.Collections.Generic.IList<TConvention> conventionsList, TConvention newConvention, Type existingConventionType);
static member AddBefore : System.Collections.Generic.IList<'Convention> * 'Convention * Type -> bool
Public Shared Function AddBefore(Of TConvention) (conventionsList As IList(Of TConvention), newConvention As TConvention, existingConventionType As Type) As Boolean
Parâmetros de tipo
- TConvention
O tipo de convenção que está sendo adicionada.
Parâmetros
- conventionsList
- IList<TConvention>
A lista de instâncias de convenção existentes a serem digitalizadas.
- newConvention
- TConvention
A nova convenção.
- existingConventionType
- Type
O tipo da convenção existente.
Retornos
true
se a convenção foi adicionada.
Aplica-se a
AddBefore<TConvention>(List<TConvention>, TConvention, Type)
- Origem:
- ConventionSet.cs
- Origem:
- ConventionSet.cs
- Origem:
- ConventionSet.cs
Adiciona uma convenção antes de uma convenção existente.
public static bool AddBefore<TConvention> (System.Collections.Generic.List<TConvention> conventionsList, TConvention newConvention, Type existingConventionType);
static member AddBefore : System.Collections.Generic.List<'Convention> * 'Convention * Type -> bool
Public Shared Function AddBefore(Of TConvention) (conventionsList As List(Of TConvention), newConvention As TConvention, existingConventionType As Type) As Boolean
Parâmetros de tipo
- TConvention
O tipo de convenção que está sendo adicionada.
Parâmetros
- conventionsList
- List<TConvention>
A lista de instâncias de convenção existentes a serem digitalizadas.
- newConvention
- TConvention
A nova convenção.
- existingConventionType
- Type
O tipo da convenção existente.
Retornos
true
se a convenção foi adicionada.
Aplica-se a
Entity Framework