共用方式為


EdmElement 類別

表示所有 EDM 元素的通用基底類別。

繼承階層

System.Object
  Microsoft.Data.Edm.Library.EdmElement
    其他...

命名空間:  Microsoft.Data.Edm.Library
組件:  Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)

語法

'宣告
Public MustInherit Class EdmElement _
    Implements IEdmElement
'用途
Dim instance As EdmElement
public abstract class EdmElement : IEdmElement
public ref class EdmElement abstract : IEdmElement
[<AbstractClassAttribute>]
type EdmElement =  
    class
        interface IEdmElement
    end
public abstract class EdmElement implements IEdmElement

EdmElement 型別公開下列成員。

建構函式

  名稱 說明
受保護的方法 EdmElement 建立 EdmElement 類別的新執行個體。

上層

方法

  名稱 說明
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

擴充 方法

  名稱 說明
公用擴充方法 Errors 取得屬於此元素或此元素所包含之元素的錯誤 (如果有的話)。例如,結構化型別的錯誤包括型別本身的錯誤及其宣告屬性的錯誤。該方法不會分析此元素所參考的元素。例如,屬性的錯誤不包括其型別中的錯誤。 (由 ValidationExtensionMethods 定義。)
公用擴充方法 IsBad 指出這個元素是否包含 Errors(IEdmElement) 方法傳回的錯誤。 (由 ValidationExtensionMethods 定義。)
公用擴充方法 Location 取得指定之項目的位置。 (由 ExtensionMethods 定義。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.Data.Edm.Library 命名空間

繼承階層

System.Object
  Microsoft.Data.Edm.Library.EdmElement
    Microsoft.Data.Edm.Library.Annotations.EdmDirectValueAnnotation
    Microsoft.Data.Edm.Library.Annotations.EdmPropertyValueBinding
    Microsoft.Data.Edm.Library.Annotations.EdmVocabularyAnnotation
    Microsoft.Data.Edm.Library.EdmCoreModel
    Microsoft.Data.Edm.Library.EdmEntityContainer
    Microsoft.Data.Edm.Library.EdmEntitySet
    Microsoft.Data.Edm.Library.EdmModelBase
    Microsoft.Data.Edm.Library.EdmNamedElement
    Microsoft.Data.Edm.Library.EdmType
    Microsoft.Data.Edm.Library.EdmTypeReference
    Microsoft.Data.Edm.Library.EdmValueTerm
    Microsoft.Data.Edm.Library.Expressions.EdmAssertTypeExpression
    Microsoft.Data.Edm.Library.Expressions.EdmCollectionExpression
    Microsoft.Data.Edm.Library.Expressions.EdmEntitySetReferenceExpression
    Microsoft.Data.Edm.Library.Expressions.EdmEnumConstantReferenceExpression
    Microsoft.Data.Edm.Library.Expressions.EdmFunctionApplicationExpression
    Microsoft.Data.Edm.Library.Expressions.EdmFunctionReferenceExpression
    Microsoft.Data.Edm.Library.Expressions.EdmIfExpression
    Microsoft.Data.Edm.Library.Expressions.EdmIsTypeExpression
    Microsoft.Data.Edm.Library.Expressions.EdmLabeledExpression
    Microsoft.Data.Edm.Library.Expressions.EdmLabeledExpressionReferenceExpression
    Microsoft.Data.Edm.Library.Expressions.EdmParameterReferenceExpression
    Microsoft.Data.Edm.Library.Expressions.EdmPathExpression
    Microsoft.Data.Edm.Library.Expressions.EdmPropertyConstructor
    Microsoft.Data.Edm.Library.Expressions.EdmPropertyReferenceExpression
    Microsoft.Data.Edm.Library.Expressions.EdmRecordExpression
    Microsoft.Data.Edm.Library.Expressions.EdmValueTermReferenceExpression