ConventionSet.AddBefore Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
AddBefore<TConvention>(IList<TConvention>, TConvention, Type) |
Mevcut bir kuraldan önce bir kural ekler. |
AddBefore<TConvention>(List<TConvention>, TConvention, Type) |
Mevcut bir kuraldan önce bir kural ekler. |
AddBefore<TConvention>(IList<TConvention>, TConvention, Type)
Mevcut bir kuraldan önce bir kural ekler.
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
Tür Parametreleri
- TConvention
Eklenen kuralın türü.
Parametreler
- conventionsList
- IList<TConvention>
Taranacak mevcut kural örneklerinin listesi.
- newConvention
- TConvention
Yeni kural.
- existingConventionType
- Type
Mevcut kuralın türü.
Döndürülenler
true
kural eklendiyse.
Şunlara uygulanır
AddBefore<TConvention>(List<TConvention>, TConvention, Type)
Mevcut bir kuraldan önce bir kural ekler.
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
Tür Parametreleri
- TConvention
Eklenen kuralın türü.
Parametreler
- conventionsList
- List<TConvention>
Taranacak mevcut kural örneklerinin listesi.
- newConvention
- TConvention
Yeni kural.
- existingConventionType
- Type
Mevcut kuralın türü.
Döndürülenler
true
kural eklendiyse.
Şunlara uygulanır
Entity Framework