OwnedAttributeConvention クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
が所有されているエンティティ型を構成する OwnedAttribute 規則。
public class OwnedAttributeConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.TypeAttributeConventionBase<Microsoft.EntityFrameworkCore.OwnedAttribute>, Microsoft.EntityFrameworkCore.Metadata.Conventions.IComplexPropertyAddedConvention
type OwnedAttributeConvention = class
inherit TypeAttributeConventionBase<OwnedAttribute>
interface IComplexPropertyAddedConvention
interface IConvention
Public Class OwnedAttributeConvention
Inherits TypeAttributeConventionBase(Of OwnedAttribute)
Implements IComplexPropertyAddedConvention
- 継承
- 実装
注釈
詳細と例については、「 モデルの構築規則 」を参照してください。
コンストラクター
| OwnedAttributeConvention(ProviderConventionSetBuilderDependencies) |
OwnedAttributeConvention の新しいインスタンスを作成します。 |
プロパティ
| Dependencies |
このサービスの依存関係。 (継承元 TypeAttributeConventionBase<TAttribute>) |