OwnedNavigationSplitViewBuilder<TOwnerEntity,TDependentEntity> クラス

定義

このクラスのインスタンスは、API を使用する場合に ModelBuilder メソッドから返され、アプリケーション コードで直接構築するようには設計されていません。

public class OwnedNavigationSplitViewBuilder<TOwnerEntity,TDependentEntity> : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationSplitViewBuilder, Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>> where TOwnerEntity : class where TDependentEntity : class
type OwnedNavigationSplitViewBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)> = class
    inherit OwnedNavigationSplitViewBuilder
    interface IInfrastructure<OwnedNavigationBuilder<'OwnerEntity, 'DependentEntity>>
Public Class OwnedNavigationSplitViewBuilder(Of TOwnerEntity, TDependentEntity)
Inherits OwnedNavigationSplitViewBuilder
Implements IInfrastructure(Of OwnedNavigationBuilder(Of TOwnerEntity, TDependentEntity))

型パラメーター

TOwnerEntity

リレーションシップを所有するエンティティ型。

TDependentEntity

リレーションシップの依存エンティティ型。

継承
OwnedNavigationSplitViewBuilder<TOwnerEntity,TDependentEntity>
実装
IInfrastructure<OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>>

コンストラクター

OwnedNavigationSplitViewBuilder<TOwnerEntity,TDependentEntity>(StoreObjectIdentifier, OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>)

これは Entity Framework Core インフラストラクチャをサポートする内部 API であり、パブリック API と同じ互換性標準の対象ではありません。 いかなるリリースでも予告なく変更または削除される場合があります。 コードで直接使用する場合は、細心の注意を払う必要があります。これを行うと、新しい Entity Framework Core リリースに更新するとアプリケーションエラーが発生する可能性があることを認識してください。

プロパティ

MappingFragment

構成されているマッピング フラグメント。

(継承元 OwnedNavigationSplitViewBuilder)
Name

指定したビュー名。

(継承元 OwnedNavigationSplitViewBuilder)
Schema

指定したビュー スキーマ。

(継承元 OwnedNavigationSplitViewBuilder)

メソッド

HasAnnotation(String, Object)

ビューの注釈を追加または更新します。 で指定されたキーを持つ注釈が既に annotation 存在する場合は、その値が更新されます。

Property(String)

プロパティを現在のビューの列にマップし、プロパティが複数のビューにマップされている場合にビュー固有の構成を提供するために使用できるオブジェクトを返します。

(継承元 OwnedNavigationSplitViewBuilder)
Property<TProperty>(Expression<Func<TDependentEntity,TProperty>>)

プロパティを現在のビューの列にマップし、プロパティが複数のビューにマップされている場合にビュー固有の構成を提供するために使用できるオブジェクトを返します。

Property<TProperty>(String)

プロパティを現在のビューの列にマップし、プロパティが複数のビューにマップされている場合にビュー固有の構成を提供するために使用できるオブジェクトを返します。

(継承元 OwnedNavigationSplitViewBuilder)

明示的なインターフェイスの実装

IInfrastructure<OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>>.Instance

このクラスのインスタンスは、API を使用する場合に ModelBuilder メソッドから返され、アプリケーション コードで直接構築するようには設計されていません。

IInfrastructure<OwnedNavigationBuilder>.Instance

このクラスのインスタンスは、API を使用する場合に ModelBuilder メソッドから返され、アプリケーション コードで直接構築するようには設計されていません。

(継承元 OwnedNavigationSplitViewBuilder)

拡張メソッド

GetInfrastructure<T>(IInfrastructure<T>)

を使用して非表示になっているプロパティから値を IInfrastructure<T>取得します。

このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。

適用対象