共用方式為


EdmIncludeAnnotations 類別

定義

參考模型的 includeAnnotation 資訊。

public class EdmIncludeAnnotations : Microsoft.OData.Edm.IEdmIncludeAnnotations
type EdmIncludeAnnotations = class
    interface IEdmIncludeAnnotations
    interface IEdmElement
Public Class EdmIncludeAnnotations
Implements IEdmIncludeAnnotations
繼承
EdmIncludeAnnotations
實作

建構函式

EdmIncludeAnnotations(String, String, String)

建構函式

屬性

Qualifier

取得限定詞。

TargetNamespace

取得目標命名空間。

TermNamespace

取得命名空間一詞。

擴充方法

Location(IEdmElement)

取得此元素的位置。

Errors(IEdmElement)

取得屬於此元素或此元素所包含之元素的錯誤 (如果有的話)。 例如,結構化型別的錯誤包括型別本身的錯誤及其宣告屬性的錯誤。 該方法不會分析此元素所參考的元素。 例如,屬性的錯誤不包括其型別中的錯誤。

IsBad(IEdmElement)

如果這個專案包含 方法傳 Errors(IEdmElement) 回的錯誤,則傳回 true。

適用於