IModelAnnotationRegister 인터페이스

클래스의 상속에 추가될 경우 모델 주석을 등록하려면 메서드가 있어야 하는 인터페이스를 제공합니다.

네임스페이스:  Microsoft.Data.Schema.SchemaModel
어셈블리:  Microsoft.Data.Schema(Microsoft.Data.Schema.dll)

구문

‘선언
<CLSCompliantAttribute(True)> _
Public Interface IModelAnnotationRegister _
    Inherits IExtension
[CLSCompliantAttribute(true)]
public interface IModelAnnotationRegister : IExtension
[CLSCompliantAttribute(true)]
public interface class IModelAnnotationRegister : IExtension
[<CLSCompliantAttribute(true)>]
type IModelAnnotationRegister =  
    interface
        interface IExtension
    end
public interface IModelAnnotationRegister extends IExtension

IModelAnnotationRegister 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 RegisterModelAnnotations 파생 클래스에서 구현되는 경우 파생 클래스에 필요한 주석을 제공된 모델 스키마에 추가합니다.

위쪽

참고 항목

참조

Microsoft.Data.Schema.SchemaModel 네임스페이스

IExtension