PropertyOverridesConvention 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
確保宣告屬性為屬性覆寫的目前慣例。
public class PropertyOverridesConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IPropertyAddedConvention
type PropertyOverridesConvention = class
interface IPropertyAddedConvention
interface IConvention
Public Class PropertyOverridesConvention
Implements IPropertyAddedConvention
- 繼承
-
PropertyOverridesConvention
- 實作
備註
如需詳細資訊和範例,請參閱 模型建置慣例 和 實體類型階層對應 。
建構函式
PropertyOverridesConvention(ProviderConventionSetBuilderDependencies, RelationalConventionSetBuilderDependencies) |
建立 PropertyOverridesConvention 的新執行個體。 |
屬性
Dependencies |
此服務的相依性。 |
RelationalDependencies |
此服務的關聯式提供者特定相依性。 |
方法
ProcessPropertyAdded(IConventionPropertyBuilder, IConventionContext<IConventionPropertyBuilder>) |
在屬性新增至實體類型之後呼叫。 |