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(스키마 정의 언어) 파일을 저장합니다. 개념적 모델 구문에 대한 설명서 태그를 정의할 수 있습니다.EntityContainerEntityTypeComplexTypeAssociationType 자세한 내용은 설명서 요소(CSDL)를 참조하세요.

속성

Name Description
BuiltInTypeKind

이에 Documentation대한 기본 제공 형식 종류를 가져옵니다.

Documentation

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

(다음에서 상속됨 MetadataItem)
IsEmpty

Documentation 개체에 null만 포함되는지 아니면 빈 Summary 개체와 LongDescription1개만 포함되는지를 나타내는 값을 가져옵니다.

LongDescription

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

MetadataProperties

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

(다음에서 상속됨 MetadataItem)
Summary

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

메서드

Name Description
Equals(Object)

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

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

기본 해시 함수로 사용됩니다.

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

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

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

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

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

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

적용 대상