Detailed Description

An object returned from JSON text.

Inheritance diagram for PowerUI.JSArray:
PowerUI.JSObject

Public Member Functions

override void push (JSObject value)
 Adds the given JSON object to this object. More...
 
override string ToJSONString ()
 Turns this JSON object into a JSON formatted string. More...
 
override string ToString ()
 
- Public Member Functions inherited from PowerUI.JSObject
void push (string value)
 Adds the given string to this object. More...
 

Public Attributes

Dictionary< string, JSObjectValues
 The held values. More...
 

Properties

override int length [get]
 The number of values in this object. More...
 
override JSObject this[string index] [get, set]
 Gets or sets entries from this object. More...
 
- Properties inherited from PowerUI.JSObject
virtual int length [get]
 The number of values in this object. More...
 
virtual JSObject this[string index] [get, set]
 Gets or sets entries from this object. More...
 

Member Function Documentation

override void PowerUI.JSArray.push ( JSObject  value)
inlinevirtual

Adds the given JSON object to this object.

Reimplemented from PowerUI.JSObject.

override string PowerUI.JSArray.ToJSONString ( )
inlinevirtual

Turns this JSON object into a JSON formatted string.

Reimplemented from PowerUI.JSObject.

override string PowerUI.JSArray.ToString ( )
inline

Member Data Documentation

Dictionary<string,JSObject> PowerUI.JSArray.Values

The held values.

Property Documentation

override int PowerUI.JSArray.length
get

The number of values in this object.

override JSObject PowerUI.JSArray.this[string index]
getset

Gets or sets entries from this object.