ConventionSet.AddBefore メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddBefore<TConvention>(IList<TConvention>, TConvention, Type) |
既存の規則の前に規則を追加します。 |
AddBefore<TConvention>(List<TConvention>, TConvention, Type) |
既存の規則の前に規則を追加します。 |
AddBefore<TConvention>(IList<TConvention>, TConvention, Type)
既存の規則の前に規則を追加します。
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
型パラメーター
- TConvention
追加される規則の種類。
パラメーター
- conventionsList
- IList<TConvention>
スキャンする既存の規則インスタンスの一覧。
- newConvention
- TConvention
新しい規則。
- existingConventionType
- Type
既存の規則の型。
戻り値
true
規則が追加された場合は 。
適用対象
AddBefore<TConvention>(List<TConvention>, TConvention, Type)
既存の規則の前に規則を追加します。
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
型パラメーター
- TConvention
追加される規則の種類。
パラメーター
- conventionsList
- List<TConvention>
スキャンする既存の規則インスタンスの一覧。
- newConvention
- TConvention
新しい規則。
- existingConventionType
- Type
既存の規則の型。
戻り値
true
規則が追加された場合は 。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework