IEdmTypeAnnotation 介面
表示 EDM 型別註釋。
命名空間: Microsoft.Data.Edm.Annotations
組件: Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)
語法
'宣告
Public Interface IEdmTypeAnnotation _
Inherits IEdmVocabularyAnnotation, IEdmElement
'用途
Dim instance As IEdmTypeAnnotation
public interface IEdmTypeAnnotation : IEdmVocabularyAnnotation,
IEdmElement
public interface class IEdmTypeAnnotation : IEdmVocabularyAnnotation,
IEdmElement
type IEdmTypeAnnotation =
interface
interface IEdmVocabularyAnnotation
interface IEdmElement
end
public interface IEdmTypeAnnotation extends IEdmVocabularyAnnotation, IEdmElement
IEdmTypeAnnotation 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Properties | 取得型別的屬性值註釋。 | |
Qualifier | 取得用於區分相同屬性或型別之多個繫結的限定詞。 (繼承自 IEdmVocabularyAnnotation。) | |
Target | 取得註釋套用到的元素。 (繼承自 IEdmVocabularyAnnotation。) | |
Term | 取得註釋繫結的字詞。 (繼承自 IEdmVocabularyAnnotation。) |
上層
擴充 方法
名稱 | 說明 | |
---|---|---|
Errors | 取得屬於此元素或此元素所包含之元素的錯誤 (如果有的話)。例如,結構化型別的錯誤包括型別本身的錯誤及其宣告屬性的錯誤。該方法不會分析此元素所參考的元素。例如,屬性的錯誤不包括其型別中的錯誤。 (由 ValidationExtensionMethods 定義。) | |
FindPropertyBinding(String) | 已多載。 取得型別註釋之型別字詞的屬性繫結。 (由 ExtensionMethods 定義。) | |
FindPropertyBinding(IEdmProperty) | 已多載。 取得型別註釋之型別字詞的屬性繫結。 (由 ExtensionMethods 定義。) | |
GetSchemaNamespace | 取得要進行註釋序列化所在的結構描述。 (由 SerializationExtensionMethods 定義。) | |
GetSerializationLocation | 取得要進行註釋序列化所在的位置。 (由 SerializationExtensionMethods 定義。) | |
IsBad | 指出這個元素是否包含 Errors(IEdmElement) 方法傳回的錯誤。 (由 ValidationExtensionMethods 定義。) | |
Location | 取得指定之項目的位置。 (由 ExtensionMethods 定義。) | |
SetSchemaNamespace | 設定應出現註釋的結構描述。 (由 SerializationExtensionMethods 定義。) | |
SetSerializationLocation | 設定要進行註釋序列化所在的位置。 (由 SerializationExtensionMethods 定義。) | |
TypeTerm | 取得具有指定之註釋的型別字詞。 (由 ExtensionMethods 定義。) |
上層