次の方法で共有


ODataProperty クラス

定義

値を持つリソースの 1 つのプロパティを表します。

public sealed class ODataProperty : Microsoft.OData.ODataPropertyInfo
type ODataProperty = class
    inherit ODataPropertyInfo
Public NotInheritable Class ODataProperty
Inherits ODataPropertyInfo
継承

コンストラクター

ODataProperty()

値を持つリソースの 1 つのプロパティを表します。

プロパティ

InstanceAnnotations

カスタム インスタンス注釈のコレクション。

(継承元 ODataPropertyInfo)
Name

プロパティ名を取得または設定します。

(継承元 ODataPropertyInfo)
PrimitiveTypeKind

プロパティのプリミティブ型の種類を取得または設定します。

(継承元 ODataPropertyInfo)
TypeAnnotation

を @odata.type格納するための注釈。

(継承元 ODataAnnotatable)
Value

プロパティの値を取得します。値の設定も可能です。

拡張メソッド

SetSerializationInfo(ODataProperty, ODataPropertySerializationInfo)

の 追加のシリアル化情報を に ODataWriter 提供します property

適用対象