EdmTypeAnnotation 類別
表示 EDM 型別註釋。
繼承階層
System.Object
Microsoft.Data.Edm.Library.EdmElement
Microsoft.Data.Edm.Library.Annotations.EdmVocabularyAnnotation
Microsoft.Data.Edm.Library.Annotations.EdmTypeAnnotation
命名空間: Microsoft.Data.Edm.Library.Annotations
組件: Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)
語法
'宣告
Public Class EdmTypeAnnotation _
Inherits EdmVocabularyAnnotation _
Implements IEdmTypeAnnotation, IEdmVocabularyAnnotation, IEdmElement
'用途
Dim instance As EdmTypeAnnotation
public class EdmTypeAnnotation : EdmVocabularyAnnotation,
IEdmTypeAnnotation, IEdmVocabularyAnnotation, IEdmElement
public ref class EdmTypeAnnotation : public EdmVocabularyAnnotation,
IEdmTypeAnnotation, IEdmVocabularyAnnotation, IEdmElement
type EdmTypeAnnotation =
class
inherit EdmVocabularyAnnotation
interface IEdmTypeAnnotation
interface IEdmVocabularyAnnotation
interface IEdmElement
end
public class EdmTypeAnnotation extends EdmVocabularyAnnotation implements IEdmTypeAnnotation, IEdmVocabularyAnnotation, IEdmElement
EdmTypeAnnotation 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
EdmTypeAnnotation | 初始化 EdmTypeAnnotation 類別的新執行個體。 |
上層
屬性
名稱 | 說明 | |
---|---|---|
Properties | 取得型別的屬性值註釋。 | |
Qualifier | 取得或設定用於區分相同屬性或型別之多個繫結的限定詞。 (繼承自 EdmVocabularyAnnotation。) | |
Target | 取得或設定註釋套用到的元素。 (繼承自 EdmVocabularyAnnotation。) | |
Term | 取得或設定註釋繫結的字詞。 (繼承自 EdmVocabularyAnnotation。) |
上層
方法
名稱 | 說明 | |
---|---|---|
AddProperty | 新增 [屬性] 至此型別註釋。 | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
RemoveProperty | 從此型別註釋移除 [屬性]。 | |
ToString | (繼承自 Object。) |
上層
擴充 方法
名稱 | 說明 | |
---|---|---|
Errors | 取得屬於此元素或此元素所包含之元素的錯誤 (如果有的話)。例如,結構化型別的錯誤包括型別本身的錯誤及其宣告屬性的錯誤。該方法不會分析此元素所參考的元素。例如,屬性的錯誤不包括其型別中的錯誤。 (由 ValidationExtensionMethods 定義。) | |
FindPropertyBinding(String) | 已多載。 取得型別註釋之型別字詞的屬性繫結。 (由 ExtensionMethods 定義。) | |
FindPropertyBinding(IEdmProperty) | 已多載。 取得型別註釋之型別字詞的屬性繫結。 (由 ExtensionMethods 定義。) | |
GetSchemaNamespace | 取得要進行註釋序列化所在的結構描述。 (由 SerializationExtensionMethods 定義。) | |
GetSerializationLocation | 取得要進行註釋序列化所在的位置。 (由 SerializationExtensionMethods 定義。) | |
IsBad | 指出這個元素是否包含 Errors(IEdmElement) 方法傳回的錯誤。 (由 ValidationExtensionMethods 定義。) | |
Location | 取得指定之項目的位置。 (由 ExtensionMethods 定義。) | |
SetSchemaNamespace | 設定應出現註釋的結構描述。 (由 SerializationExtensionMethods 定義。) | |
SetSerializationLocation | 設定要進行註釋序列化所在的位置。 (由 SerializationExtensionMethods 定義。) | |
TypeTerm | 取得具有指定之註釋的型別字詞。 (由 ExtensionMethods 定義。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。