IEdmEntityContainerElement 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示所有 EDM 實體容器元素的通用元素。
public interface IEdmEntityContainerElement : Microsoft.OData.Edm.IEdmNamedElement, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable
type IEdmEntityContainerElement = interface
interface IEdmNamedElement
interface IEdmElement
interface IEdmVocabularyAnnotatable
Public Interface IEdmEntityContainerElement
Implements IEdmNamedElement, IEdmVocabularyAnnotatable
- 衍生
- 實作
屬性
Container |
取得包含此元素的容器。 |
ContainerElementKind |
取得這個容器專案的專案種類。 |
Name |
取得此元素的名稱。 (繼承來源 IEdmNamedElement) |
擴充方法
GetSymbolicString(IEdmVocabularyAnnotatable) |
取得標注專案的符號字串。 在下一個重大變更中,最好是將 屬性新增至 IEdmVocabularyAnnotatable 。 |
Location(IEdmElement) |
取得此元素的位置。 |
VocabularyAnnotations(IEdmVocabularyAnnotatable, IEdmModel) |
取得從特定模型中所見之可註釋元素的詞彙註釋。 |
Errors(IEdmElement) |
取得屬於此元素或此元素所包含之元素的錯誤 (如果有的話)。 例如,結構化型別的錯誤包括型別本身的錯誤及其宣告屬性的錯誤。 該方法不會分析此元素所參考的元素。 例如,屬性的錯誤不包括其型別中的錯誤。 |
IsBad(IEdmElement) |
如果這個專案包含 方法傳回的錯誤, Errors(IEdmElement) 則傳回 true。 |