다음을 통해 공유


IConventionAnnotation 인터페이스

정의

를 구현하는 개체에 저장할 수 있는 임의 메타데이터 조각입니다 IConventionAnnotatable.

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

public interface IConventionAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
type IConventionAnnotation = interface
    interface IAnnotation
Public Interface IConventionAnnotation
Implements IAnnotation
구현

설명

자세한 내용 및 예제는 모델 빌드 규칙을 참조하세요.

속성

Name

이 주석의 키를 가져옵니다.

(다음에서 상속됨 IAnnotation)
Value

이 주석에 할당된 값을 가져옵니다.

(다음에서 상속됨 IAnnotation)

메서드

GetConfigurationSource()

이 주석의 구성 원본을 반환합니다.

적용 대상