Click or drag to resize
NbJsonObject Class
JSON オブジェクト
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, Object
    Nec.NebulaNbJsonObject

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

The NbJsonObject type exposes the following members.

Constructors
  NameDescription
Public methodNbJsonObject
コンストラクタ
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryString, Object.)
Public propertyCount (Inherited from DictionaryString, Object.)
Public propertyItem
指定したキーに関連付けられている値を取得または設定します。
(Inherited from DictionaryString, Object.)
Public propertyKeys (Inherited from DictionaryString, Object.)
Public propertyValues (Inherited from DictionaryString, Object.)
Top
Methods
  NameDescription
Public methodAdd
指定したキーと値をディクショナリに追加します。
(Inherited from DictionaryString, Object.)
Public methodClear (Inherited from DictionaryString, Object.)
Public methodContainsKey (Inherited from DictionaryString, Object.)
Public methodContainsValue (Inherited from DictionaryString, Object.)
Public methodEquals
指定のオブジェクトが現在のオブジェクトと等しいか判断する
(Overrides ObjectEquals(Object).)
Protected methodFinalize
オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetT
キーに対応する値を取得する。 キーが存在しない場合は KeyNotFoundException がスローされる。
Public methodGetArray
キーに対応する Json Array を取得する。 存在しない場合は null が返る。
Public methodGetEnumerable
キーに対応する IEnumerable を取得する。 存在しない場合は null が返る。
Public methodGetEnumerator (Inherited from DictionaryString, Object.)
Public methodGetHashCode
特定の型のハッシュコードを取得する
(Overrides ObjectGetHashCode.)
Public methodGetJsonObject
キーに対応する Json Object を取得する。 存在しない場合は null が返る。
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodOptT
キーに対応する値を取得する。 値が存在しない場合はデフォルト値を返す。
Public methodStatic memberParse
JSON 文字列をパースする。
Public methodRemove (Inherited from DictionaryString, Object.)
Public methodToString
JSON文字列に変換する
(Overrides ObjectToString.)
Public methodTryGetValue
指定したキーに関連付けられている値を取得します。
(Inherited from DictionaryString, Object.)
Top
Version Information

Core

Supported in: 1.0
See Also