|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
FromJson (JsonConstruct) |
/* DESERIALIZATION METHOD: populates this object with data from the JSON representation.
@param JsonConstruct A JSON representation of this object. May be unknown (JsonDataType:NULL). */ |
|||||
|
|
Progress.Json.ObjectModel.JsonConstruct ToJsonConstruct () |
/* SERIALIZATION METHOD:returns a JsonConstruct (JsonDataType:OBJECT or JsonDataType:ARRAY) representation
of this object.
@return JsonConstruct A JSON representation of this object. May be unknown (JsonDataType:NULL). */ |
|||||
|
|
CHARACTER ToString () |
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
QuerySortEntry () |
/* Default constructor */ |
|||||
|
|
QuerySortEntry (character) |
/* Constructor
@param character (mandatory) The field name */ |
|||||
|
|
QuerySortEntry (character, SortOrderEnum) |
/* Constructor
@param character (mandatory) The field name
@param SortOrderEnum (mandatory) The sort direction */ |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
CHARACTER FieldName |
|
|||||
|
|
Ccs.BusinessLogic.SortOrderEnum SortOrder |
|
|
Top
FromJson (JsonConstruct)
|
|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Progress.Json.ObjectModel.JsonConstruct ToJsonConstruct ()
|
|||||||||||||
CHARACTER ToString ()
|
|||||||||||||
QuerySortEntry ()
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
QuerySortEntry (character)
|
||||||||||||||||||
QuerySortEntry (character, SortOrderEnum)
|
||||||||||||||||||
CHARACTER FieldName
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
Ccs.BusinessLogic.SortOrderEnum SortOrder
|
|||||||||
Progress® OpenEdge® Release 12.6.0