ConstructorBindingConvention 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
慣例,會根據實體類型建構函式參數的名稱,將實體類型建構函式參數系結至現有的屬性和服務屬性:
- [參數名稱]
- [pascal-cased 參數名稱]
- _[參數名稱]
- _[pascal-cased 參數名稱]
- m_[參數名稱]
- m_[pascal-cased 參數名稱]
public class ConstructorBindingConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelFinalizedConvention
public class ConstructorBindingConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelFinalizingConvention
type ConstructorBindingConvention = class
interface IModelFinalizedConvention
interface IConvention
type ConstructorBindingConvention = class
interface IModelFinalizingConvention
interface IConvention
Public Class ConstructorBindingConvention
Implements IModelFinalizedConvention
Public Class ConstructorBindingConvention
Implements IModelFinalizingConvention
- 繼承
-
ConstructorBindingConvention
- 實作
備註
如需詳細資訊和範例,請參閱 模型建置慣例 。
建構函式
ConstructorBindingConvention(ProviderConventionSetBuilderDependencies) |
建立 ConstructorBindingConvention 的新執行個體。 |
屬性
Dependencies |
此服務的相依性。 |