|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
# | AddSerializableProperties () |
Adds serializable properties from the calling class using ABL reflection.
Supported from OpenEdge 11.6 on only. Inherited from Consultingwerk.JsonSerializable |
|
# | AddSerializableProperties (character) |
Add a list of Serializable Properties to the SerializableProperties property Inherited from Consultingwerk.JsonSerializable |
|
# | AddSerializableProperties (Class) |
Adds serializable properties from the given class using ABL reflection.
Supported from OpenEdge 11.6 on only. Inherited from Consultingwerk.JsonSerializable |
|
+ | Deserialize (longchar) |
Deserializes a LONGCHAR representation of the state of the class instance Inherited from Consultingwerk.JsonSerializable |
|
+ | DeserializeFromJsonObject (JsonObject) |
Initializes the object instance based on the passed in JsonObject
representation of the object instance Inherited from Consultingwerk.JsonSerializable |
|
# | DeserializeProperty (JsonObject, character, character) |
Deserializes a single property value to the current JsonObject Inherited from Consultingwerk.JsonSerializable |
|
+ | Consultingwerk.QueryExpression FindQueryExpressionForBufferField (BufferFieldName, IQueryExpression) |
Locates a QueryExpression with the given BufferFieldName as the
first operand |
|
+ | CHARACTER GetExpression () |
Returns the Expression to be used in a Query String |
|
+ | Consultingwerk.QueryExpression GetExpressionForField (character, IQueryExpression) |
Returns the expression (QueryExpression) for the the given Buffer Field
Name |
|
+ | CHARACTER GetSerializableProperties () |
Returns the meta data of the serializable properties Inherited from Consultingwerk.JsonSerializable |
|
+ | LOGICAL HasExpressionForField (character, IQueryExpression) |
Returns if the given IQueryExpression (typically QueryExpression or
ListQueryExpression) contains an expression for the given Buffer Field
Name |
|
+ | LONGCHAR Serialize () |
Returns a LONGCHAR representation of the state of the class instance Inherited from Consultingwerk.JsonSerializable |
|
# | SerializeProperty (JsonObject, character, character) |
Serializes a single property value to the current JsonObject Inherited from Consultingwerk.JsonSerializable |
|
+ | Progress.Json.ObjectModel.JsonObject ToJsonObject () |
Returns a JsonObject representation of the state of the class instance Inherited from Consultingwerk.JsonSerializable |
|
+ | LOGICAL WalkQueryExpression (IQueryExpression, IQueryExpressionWalker) |
Recursively traverses ListQueryExpressions and calls back for every
QueryExpression/CanDoQueryExpression etc. into the walker's method |
|
+ | LONGCHAR WriteJson () |
Returns a LONGCHAR representation of the state of the class instance Inherited from Consultingwerk.JsonSerializable |
|
+ | LONGCHAR WriteXml () |
Returns an XML LONGCHAR representation of the object instance Inherited from Consultingwerk.JsonSerializable |
|
+ | HANDLE XmlSerialize (handle) |
Serializes the properties of the current object instance to
an existing X-NODEREF object Inherited from Consultingwerk.JsonSerializable |
|
+ | XmlSerializeProperties (handle) |
Serializes the properties of this object instance as child nodes of
the given node Inherited from Consultingwerk.JsonSerializable |
|
# | XmlSerializeProperty (handle, character, character) |
Serializes a single property value to the current parent XmlNode Inherited from Consultingwerk.JsonSerializable |
Options | Name | Purpose | |
---|---|---|---|
+ | Consultingwerk.IQueryExpression FirstOperand |
|
|
+ | Consultingwerk.IJsonDateTypeFormatter JsonDateTypeFormatter |
Inherited from Consultingwerk.JsonSerializable |
|
+ | Consultingwerk.OperatorEnum Operator |
|
|
+ | Consultingwerk.IQueryExpression SecondOperand |
|
|
+ | LOGICAL SerializeEmptyLists |
Inherited from Consultingwerk.JsonSerializable |
|
+ | LOGICAL SerializeNullValues |
Inherited from Consultingwerk.JsonSerializable |
|
+ | LOGICAL UseSerializedTypeInformation |
Inherited from Consultingwerk.JsonSerializable |
Top
PROTECTED AddSerializableProperties ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED AddSerializableProperties (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED AddSerializableProperties (Class)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Deserialize (longchar)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC DeserializeFromJsonObject (JsonObject)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED DeserializeProperty (JsonObject, character, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.QueryExpression FindQueryExpressionForBufferField (BufferFieldName, IQueryExpression)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetExpression ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.QueryExpression GetExpressionForField (character, IQueryExpression)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetSerializableProperties ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL HasExpressionForField (character, IQueryExpression)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LONGCHAR Serialize ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED SerializeProperty (JsonObject, character, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Progress.Json.ObjectModel.JsonObject ToJsonObject ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL WalkQueryExpression (IQueryExpression, IQueryExpressionWalker)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LONGCHAR WriteJson ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LONGCHAR WriteXml ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC HANDLE XmlSerialize (handle)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC XmlSerializeProperties (handle)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED XmlSerializeProperty (handle, character, character)
|
PUBLIC QueryExpression ()
|
|||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC QueryExpression (character, OperatorEnum, character)
|
|||||||||||||||||||||||||
PUBLIC QueryExpression (character, OperatorEnum, date)
|
|||||||||||||||||||||||||
PUBLIC QueryExpression (character, OperatorEnum, datetime)
|
|||||||||||||||||||||||||
PUBLIC QueryExpression (character, OperatorEnum, datetime-tz)
|
|||||||||||||||||||||||||
PUBLIC QueryExpression (character, OperatorEnum, decimal)
|
|||||||||||||||||||||||||
PUBLIC QueryExpression (character, OperatorEnum, int64)
|
|||||||||||||||||||||||||
PUBLIC QueryExpression (character, OperatorEnum, integer)
|
|||||||||||||||||||||||||
PUBLIC QueryExpression (character, OperatorEnum, IQueryExpression)
|
|||||||||||||||||||||||||
PUBLIC QueryExpression (character, OperatorEnum, logical)
|
|||||||||||||||||||||||||
PUBLIC QueryExpression (character, OperatorEnum, rowid)
|
|||||||||||||||||||||||||
PUBLIC QueryExpression (IQueryExpression, OperatorEnum, character)
|
|||||||||||||||||||||||||
PUBLIC QueryExpression (IQueryExpression, OperatorEnum, date)
|
|||||||||||||||||||||||||
PUBLIC QueryExpression (IQueryExpression, OperatorEnum, datetime)
|
|||||||||||||||||||||||||
PUBLIC QueryExpression (IQueryExpression, OperatorEnum, datetime-tz)
|
|||||||||||||||||||||||||
PUBLIC QueryExpression (IQueryExpression, OperatorEnum, decimal)
|
|||||||||||||||||||||||||
PUBLIC QueryExpression (IQueryExpression, OperatorEnum, int64)
|
|||||||||||||||||||||||||
PUBLIC QueryExpression (IQueryExpression, OperatorEnum, integer)
|
|||||||||||||||||||||||||
PUBLIC QueryExpression (IQueryExpression, OperatorEnum, IQueryExpression)
|
|||||||||||||||||||||||||
PUBLIC QueryExpression (IQueryExpression, OperatorEnum, logical)
|
|||||||||||||||||||||||||
PUBLIC QueryExpression (IQueryExpression, OperatorEnum, rowid)
|
PUBLIC Consultingwerk.IQueryExpression FirstOperand
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC Consultingwerk.IJsonDateTypeFormatter JsonDateTypeFormatter
|
|||||||||
PUBLIC Consultingwerk.OperatorEnum Operator
|
|||||||||
PUBLIC Consultingwerk.IQueryExpression SecondOperand
|
|||||||||
PUBLIC LOGICAL SerializeEmptyLists
|
|||||||||
PUBLIC LOGICAL SerializeNullValues
|
|||||||||
PUBLIC LOGICAL UseSerializedTypeInformation
|