MetadataProperty クラス

定義

アイテムのメタデータ属性を表すクラス

public class MetadataProperty : System.Data.Entity.Core.Metadata.Edm.MetadataItem
type MetadataProperty = class
    inherit MetadataItem
Public Class MetadataProperty
Inherits MetadataItem
継承
MetadataProperty

プロパティ

BuiltInTypeKind

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

Documentation

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

(継承元 MetadataItem)
IsAnnotation

メタデータ プロパティが注釈であるかどうかを示すブール値を取得します。

MetadataProperties

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

(継承元 MetadataItem)
Name

この MetadataProperty の名前を取得します。

PropertyKind

この PropertyKind の値を取得します。

TypeUsage

この TypeUsage の型と、その型のファセットの両方を含んだ MetadataProperty クラスのインスタンスを取得します。

Value

この MetadataProperty の値を取得します。

メソッド

AddAnnotation(String, Object)

指定した名前と値を使用して注釈を追加または更新します。

(継承元 MetadataItem)
Create(String, TypeUsage, Object)

MetadataProperty オブジェクトを構築するためのファクトリ メソッド。

CreateAnnotation(String, Object)

指定した名前と値を持つメタデータ注釈を作成します。

RemoveAnnotation(String)

指定した名前の注釈を削除します。

(継承元 MetadataItem)

適用対象