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) ファイルで定義されている Documentation タグの内容を表します。 、 などのEntityContainerEntityType概念モデルコンストラクトのドキュメント タグをComplexTypeAssociationType定義できます。 詳細については、「 Documentation 要素 (CSDL)」を参照してください。

プロパティ

BuiltInTypeKind

この Documentation の組み込み型種別を取得します。

Documentation

この型に関連付けられているドキュメントを取得または設定します。

(継承元 MetadataItem)
IsEmpty

この Documentation オブジェクトの内容が NULL または空の Summary および LongDescription であるかどうかを示す値を取得します。

LongDescription

この Documentation の長い説明を取得します。

MetadataProperties

現在の型のプロパティの一覧を取得します。

(継承元 MetadataItem)
Summary

この Documentation の概要を取得します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

この Documentation の概要を返します。

適用対象