IEdmEnumType 介面
表示 EDM 列舉型別的定義。
命名空間: Microsoft.Data.Edm
組件: Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)
語法
'宣告
Public Interface IEdmEnumType _
Inherits IEdmSchemaType, IEdmSchemaElement, IEdmNamedElement, IEdmVocabularyAnnotatable, _
IEdmType, IEdmElement
'用途
Dim instance As IEdmEnumType
public interface IEdmEnumType : IEdmSchemaType,
IEdmSchemaElement, IEdmNamedElement, IEdmVocabularyAnnotatable, IEdmType, IEdmElement
public interface class IEdmEnumType : IEdmSchemaType,
IEdmSchemaElement, IEdmNamedElement, IEdmVocabularyAnnotatable, IEdmType, IEdmElement
type IEdmEnumType =
interface
interface IEdmSchemaType
interface IEdmSchemaElement
interface IEdmNamedElement
interface IEdmVocabularyAnnotatable
interface IEdmType
interface IEdmElement
end
public interface IEdmEnumType extends IEdmSchemaType, IEdmSchemaElement, IEdmNamedElement, IEdmVocabularyAnnotatable, IEdmType, IEdmElement
IEdmEnumType 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() |
Members | 取得此列舉型別的成員。 |
![]() |
Name | 取得此元素的名稱。 (繼承自 IEdmNamedElement。) |
![]() |
Namespace | 取得此結構描述元素所屬的命名空間。 (繼承自 IEdmSchemaElement。) |
![]() |
SchemaElementKind | 取得此結構描述元素的類型。 (繼承自 IEdmSchemaElement。) |
![]() |
TreatAsBits | 取得指示是否可將列舉型別視為位元欄位的值。 |
![]() |
TypeKind | 取得此型別的類型。 (繼承自 IEdmType。) |
![]() |
UnderlyingType | 取得此列舉型別的基礎型別。 |
上層
擴充 方法
名稱 | 說明 | |
---|---|---|
![]() |
Errors | 取得屬於此元素或此元素所包含之元素的錯誤 (如果有的話)。例如,結構化型別的錯誤包括型別本身的錯誤及其宣告屬性的錯誤。該方法不會分析此元素所參考的元素。例如,屬性的錯誤不包括其型別中的錯誤。 (由 ValidationExtensionMethods 定義。) |
![]() |
FullName | 取得具有指定之元素的完整名稱。 (由 ExtensionMethods 定義。) |
![]() |
IsBad | 指出這個元素是否包含 Errors(IEdmElement) 方法傳回的錯誤。 (由 ValidationExtensionMethods 定義。) |
![]() |
IsEquivalentTo | 如果相比較的型別在語意上等於此型別,則傳回 true。 (由 EdmElementComparer 定義。) |
![]() |
IsOrInheritsFrom | 判斷型別是否相當於或衍生自另一個型別。 (由 EdmTypeSemantics 定義。) |
![]() |
IsSpatial | 判斷這個定義是否參考空間型別。 (由 EdmTypeSemantics 定義。) |
![]() |
Location | 取得指定之項目的位置。 (由 ExtensionMethods 定義。) |
![]() |
ToTraceString() | 已多載。 傳回目前物件的文字表示。 (由 ToTraceStringExtensionMethods 定義。) |
![]() |
ToTraceString() | 已多載。 傳回目前物件的文字表示。 (由 ToTraceStringExtensionMethods 定義。) |
![]() |
ToTraceString() | 已多載。 傳回目前物件的文字表示。 (由 ToTraceStringExtensionMethods 定義。) |
![]() |
VocabularyAnnotations | 取得從特定模型中所見之可註釋元素的詞彙註釋。 (由 ExtensionMethods 定義。) |
上層