Click or drag to resize
NbObject Class
オンラインオブジェクト
Inheritance Hierarchy
SystemObject
  Nec.NebulaNbObject

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public class NbObject : IEnumerable<KeyValuePair<string, Object>>, 
	IEnumerable

The NbObject type exposes the following members.

Constructors
  NameDescription
Public methodNbObject
デフォルトコンストラクタ。
通常は以下コンストラクタを使用すること。
NbObject(String, NbService)
NbObject(String, NbJsonObject, NbService)
Public methodNbObject(String, NbService)
コンストラクタ。バケット名から生成。
Public methodNbObject(String, NbJsonObject, NbService)
コンストラクタ。JSON Object から生成。
Top
Properties
  NameDescription
Public propertyAcl
ACL
Public propertyBucketName
バケット名
Public propertyCreatedAt
作成日時
Public propertyDeleted
削除マーク
Public propertyEtag
ETag
Public propertyId
オブジェクトID
Public propertyItem
インデクサ
Public propertyUpdatedAt
更新日時
Top
Methods
  NameDescription
Public methodAdd
指定されたキーに対応する値を設定する。 設定が可能な型は、プリミティブ型、string、 IList、IDictionary のいずれか。
Public methodDeleteAsync
オブジェクトを削除する。
Public methodEquals
指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。
(Inherited from Object.)
Protected methodFinalize
オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetT
指定されたキーに対応する値を取得する。 キーが存在しない場合は KeyNotFoundException がスローされる。
Public methodGetEnumerator
KeyValuePair の enumerator を返す
Public methodGetHashCode
既定のハッシュ関数として機能します。
(Inherited from Object.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Public methodHasKey
指定されたキーに対応する値があるか調べる
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodOptT
指定したキーに対応する値を取得する。 値が存在しない場合はデフォルト値が返却される。
Public methodPartUpdateAsync
オブジェクトを部分更新する。
Public methodRemove
指定されたキーに対応する値を削除する
Public methodSaveAsync
オブジェクトをサーバに保存する。
Public methodSet
指定されたキーに対応する値を設定する。 設定が可能な型は、プリミティブ型、string、 IList、IDictionary のいずれか。
Public methodToJson
JSON表現に変換
Public methodToString
現在のオブジェクトを表す文字列を返します。
(Inherited from Object.)
Public methodTryGetT
指定されたキーに対応する値を取得する。 対応するキーが存在しない場合や型が不整合な場合は false が返る。
Top
Remarks
本クラスのインスタンスはスレッドセーフではない。
Version Information

Core

Supported in: 1.0
See Also