共用方式為


MetadataSegment 類別

定義

以路徑表示 $metadata 的區段。

public sealed class MetadataSegment : Microsoft.OData.UriParser.ODataPathSegment
type MetadataSegment = class
    inherit ODataPathSegment
Public NotInheritable Class MetadataSegment
Inherits ODataPathSegment
繼承
MetadataSegment

欄位

Instance

取得 MetadataSegment 的單一執行個體

屬性

EdmType

IEdmType取得這個 MetadataSegment 的 ,其一律為 Null。

Identifier

傳回此區段的識別碼,也就是不含索引鍵的字串部分。

(繼承來源 ODataPathSegment)

方法

HandleWith(PathSegmentHandler)

PathSegmentHandler翻譯 。

TranslateWith<T>(PathSegmentTranslator<T>)

PathSegmentTranslator<T>翻譯 。

適用於