Packagecom.vmware.data.query
Classpublic class ResultItem
InheritanceResultItem Inheritance ResourceItem Inheritance Object

Defines the result set as returned by the DataService

Note: this class was generated from its Java counterpart ResultItem



Public Properties
 PropertyDefined By
 InheritedcurrentGenerations : Array
The current generation numbers of the resource Object.
ResourceItem
  properties : Array
The set of properties returned by the query
ResultItem
 InheritedresourceObject : Object
The resource object identified or represented by this item.
ResourceItem
Public Methods
 MethodDefined By
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
ResourceItem
 Inherited
dispatchEvent(event:Event):Boolean
ResourceItem
 Inherited
hasEventListener(type:String):Boolean
ResourceItem
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
ResourceItem
 Inherited
willTrigger(type:String):Boolean
ResourceItem
Property Detail
propertiesproperty
properties:Array

The set of properties returned by the query

This property can be used as the source for data binding.


Implementation
    public function get properties():Array
    public function set properties(value:Array):void