ComplexPropertiesConfigurationBuilder<TProperty> 클래스

정의

규칙이 실행되기 전에 속성 기본값을 설정하기 위한 간단한 API 표면을 제공합니다.

public class ComplexPropertiesConfigurationBuilder<TProperty> : Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexPropertiesConfigurationBuilder
type ComplexPropertiesConfigurationBuilder<'Property> = class
    inherit ComplexPropertiesConfigurationBuilder
Public Class ComplexPropertiesConfigurationBuilder(Of TProperty)
Inherits ComplexPropertiesConfigurationBuilder

형식 매개 변수

TProperty
상속
ComplexPropertiesConfigurationBuilder<TProperty>

설명

이 클래스의 인스턴스는 API를 사용할 ModelConfigurationBuilder 때 메서드에서 반환되며 애플리케이션 코드에서 직접 생성되도록 설계되지 않았습니다.

생성자

ComplexPropertiesConfigurationBuilder<TProperty>(ComplexPropertyConfiguration)

이 API는 Entity Framework Core 인프라를 지원하며 공용 API와 동일한 호환성 표준이 적용되지 않는 내부 API입니다. 릴리스에서 예고 없이 변경되거나 제거될 수 있습니다. 코드에서 직접 사용해야 하며, 이렇게 하면 새 Entity Framework Core 릴리스로 업데이트할 때 애플리케이션 오류가 발생할 수 있다는 것을 알고 있어야 합니다.

속성

Configuration

이 API는 Entity Framework Core 인프라를 지원하며 공용 API와 동일한 호환성 표준이 적용되지 않는 내부 API입니다. 릴리스에서 예고 없이 변경되거나 제거될 수 있습니다. 코드에서 직접 사용해야 하며, 이렇게 하면 새 Entity Framework Core 릴리스로 업데이트할 때 애플리케이션 오류가 발생할 수 있다는 것을 알고 있어야 합니다.

(다음에서 상속됨 ComplexPropertiesConfigurationBuilder)

적용 대상