共用方式為


ODataPathSegment 類別

定義

路徑中區段的語意表示法。

public abstract class ODataPathSegment
type ODataPathSegment = class
Public MustInherit Class ODataPathSegment
繼承
ODataPathSegment
衍生

建構函式

ODataPathSegment()

建立新的區段。

屬性

EdmType

IEdmType取得這個 ODataPathSegment 的 。

Identifier

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

方法

HandleWith(PathSegmentHandler)

ODataPathSegment使用 的實作 PathSegmentHandler 來處理 。

TranslateWith<T>(PathSegmentTranslator<T>)

ODataPathSegment使用 的 PathSegmentTranslator<T> 實作來轉譯 。

適用於