| Package | com.vmware.data.query |
| Class | public class OrderingPropertySpec |
| Inheritance | OrderingPropertySpec PropertySpec Object |
Note: this class was generated from its Java counterpart OrderingPropertySpec
| Property | Defined By | ||
|---|---|---|---|
| orderingType : SortType
An optional type of sorting using for this property. | OrderingPropertySpec | ||
![]() | parameters : Array
(Optional) The parameters that may be required to compute the properties. | PropertySpec | |
![]() | propertyNames : Array
The set of properties to be retrieved for the specified type. | PropertySpec | |
![]() | relation : String
(Optional) Relationship name that determines the property path to the result object. | PropertySpec | |
![]() | type : String
(Optional) Type to which the properties belong. | PropertySpec | |
| orderingType | property |
orderingType:SortTypeAn 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.
public function get orderingType():SortType public function set orderingType(value:SortType):void