Packagecom.vmware.data.query
Classpublic class OrderingPropertySpec
InheritanceOrderingPropertySpec Inheritance PropertySpec Inheritance Object

Defines a property specification using in order process. Determines how the result will be sorted by this property.

Note: this class was generated from its Java counterpart OrderingPropertySpec



Public Properties
 PropertyDefined By
  orderingType : SortType
An optional type of sorting using for this property.
OrderingPropertySpec
 Inheritedparameters : Array
(Optional) The parameters that may be required to compute the properties.
PropertySpec
 InheritedpropertyNames : Array
The set of properties to be retrieved for the specified type.
PropertySpec
 Inheritedrelation : String
(Optional) Relationship name that determines the property path to the result object.
PropertySpec
 Inheritedtype : String
(Optional) Type to which the properties belong.
PropertySpec
Public Methods
 MethodDefined By
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
PropertySpec
 Inherited
dispatchEvent(event:Event):Boolean
PropertySpec
 Inherited
hasEventListener(type:String):Boolean
PropertySpec
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
PropertySpec
 Inherited
willTrigger(type:String):Boolean
PropertySpec
Property Detail
orderingTypeproperty
orderingType:SortType

An optional type of sorting using for this property. Example: ascending or descending. Default value is ascending.

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


Implementation
    public function get orderingType():SortType
    public function set orderingType(value:SortType):void