次の方法で共有


IEdmDirectValueAnnotationsManager インターフェイス

定義

EDM 要素に対する直接注釈の取得と設定を管理します。

public interface IEdmDirectValueAnnotationsManager
type IEdmDirectValueAnnotationsManager = interface
Public Interface IEdmDirectValueAnnotationsManager
派生

メソッド

GetAnnotationValue(IEdmElement, String, String)

EDM 要素の注釈値を取得します。 指定された要素に指定された名前の注釈がない場合、null を返します。

GetAnnotationValues(IEnumerable<IEdmDirectValueAnnotationBinding>)

注釈値のセットを取得します。 それぞれの要求された値に対して、指定された要素に指定された名前の注釈がない場合、null を返します。

GetDirectValueAnnotations(IEdmElement)

要素に関連付けられた注釈を取得します。

SetAnnotationValue(IEdmElement, String, String, Object)

EDM 要素の注釈値を設定します。 値が null の場合、注釈は追加されず、同じ名前を持つ既存の注釈が削除されます。

SetAnnotationValues(IEnumerable<IEdmDirectValueAnnotationBinding>)

注釈値のセットを設定します。 指定された値が null の場合、注釈は追加されず、同じ名前を持つ既存の注釈が削除されます。

適用対象