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>)

이 API는 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>숨겨지는 속성의 값을 가져옵니다.

이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

적용 대상