|
|
| 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 | |||||
|---|---|---|---|---|---|---|---|
|
|
QueryDefinition () |
/* Default constructor */ |
|||||
|
|
QueryDefinition (IQueryEntry) |
/* Constructor.
@param IQueryEntry The query selection phrase */ |
|||||
|
|
QueryDefinition (IQueryEntry, IQuerySortEntry[]) |
/* Constructor.
@param IQueryEntry The query selection phrase
@param IQuerySortEntry[] Sort phrases */ |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
Ccs.BusinessLogic.IQueryEntry QuerySelection |
|
|||||
|
|
Ccs.BusinessLogic.IQuerySortEntry QuerySort |
|
|
Top
FromJson (JsonConstruct)
|
|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Progress.Json.ObjectModel.JsonConstruct ToJsonConstruct ()
|
|||||||||||||
CHARACTER ToString ()
|
|||||||||||||
QueryDefinition ()
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
QueryDefinition (IQueryEntry)
|
||||||||||||||||||
QueryDefinition (IQueryEntry, IQuerySortEntry[])
|
||||||||||||||||||
Ccs.BusinessLogic.IQueryEntry QuerySelection
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
Ccs.BusinessLogic.IQuerySortEntry QuerySort
|
|||||||||
Progress® OpenEdge® Release 12.5.0