共用方式為


PropertySegment 類別

定義

代表結構化屬性的區段

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

建構函式

PropertySegment(IEdmStructuralProperty)

根據結構化屬性建置區段

屬性

EdmType

IEdmType取得這個 PropertySegment 的 。

Identifier

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

(繼承來源 ODataPathSegment)
Property

取得這個區段所代表的結構化屬性。

方法

HandleWith(PathSegmentHandler)

PropertySegment使用 的 PathSegmentHandler 實例來處理 。

TranslateWith<T>(PathSegmentTranslator<T>)

PropertySegment使用 / > 的 PathSegmentTranslator<T> 實例轉譯 。

適用於