Documentation 클래스

정의

개념적 모델 구문과 관련된 설명서를 나타냅니다.

public ref class Documentation sealed : System::Data::Metadata::Edm::MetadataItem
public sealed class Documentation : System.Data.Metadata.Edm.MetadataItem
type Documentation = class
    inherit MetadataItem
Public NotInheritable Class Documentation
Inherits MetadataItem
상속
Documentation

설명

Documentation 클래스 인스턴스는 CSDL(개념 스키마 정의 언어) 파일 및 SSDL(저장소 스키마 정의 언어) 파일에 정의된 설명서 태그의 내용을 나타냅니다. , , EntityType및 와 같은 개념적 모델 구문에 EntityContainer대한 설명서 태그를 정의할 ComplexTypeAssociationType수 있습니다. 자세한 내용은 설명서 요소 (CSDL)합니다.

속성

BuiltInTypeKind

Documentation의 기본 제공 형식 유형을 가져옵니다.

Documentation

이 형식과 관련된 설명서를 가져오거나 설정합니다.

(다음에서 상속됨 MetadataItem)
IsEmpty

Documentation 개체에 null만 포함되었는지 아니면 빈 SummaryLongDescription이 포함되었는지 나타내는 값을 가져옵니다.

LongDescription

Documentation에 대한 자세한 설명을 가져옵니다.

MetadataProperties

현재 형식의 속성 목록을 가져옵니다.

(다음에서 상속됨 MetadataItem)
Summary

Documentation에 대한 요약을 가져옵니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

Documentation에 대한 요약을 반환합니다.

적용 대상