|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
# | CHARACTER 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 |
|
# | CHARACTER 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, character) |
Deserializes a single property value to the current JsonObject Inherited from Consultingwerk.JsonSerializable |
|
+ | CHARACTER GetCharacterValue () |
Returns the Value AttributeValue as a primitive character value |
|
+ | DATETIME-TZ GetDateTimeTzValue () |
Returns the Value AttributeValue as a primitive datetime-tz value |
|
+ | DATETIME GetDateTimeValue () |
Returns the Value AttributeValue as a primitive datetime value |
|
+ | DATE GetDateValue () |
Returns the Value AttributeValue as a primitive date value |
|
+ | DECIMAL GetDecimalValue () |
Returns the Value AttributeValue as a primitive decimal value |
|
# | IEnumerable GetEnumerableInstance (character) |
Returns an instance of the enumerable type Inherited from Consultingwerk.JsonSerializable |
|
+ | INT64 GetInt64Value () |
Returns the Value AttributeValue as a primitive int64 value |
|
+ | INTEGER GetIntegerValue () |
Returns the Value AttributeValue as a primitive integer value |
|
+ | LOGICAL GetLogicalValue () |
Returns the Value AttributeValue as a primitive logical value |
|
+ | CHARACTER GetSerializableProperties () |
Returns the meta data of the serializable properties Inherited from Consultingwerk.JsonSerializable |
|
+ | CHARACTER GetSerializeName (character) |
Returns the SerializeName of a property Inherited from Consultingwerk.JsonSerializable |
|
# | LazyAddSerializableProperties () |
Adds serializable properties from the calling class using ABL reflection.
Supported from OpenEdge 11.6 on only. Inherited from Consultingwerk.JsonSerializable |
|
+ | LONGCHAR Serialize () |
Returns a LONGCHAR representation of the state of the class instance Inherited from Consultingwerk.JsonSerializable |
|
# | SerializeProperty (JsonObject, character, 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 |
|
+ | 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 | |
---|---|---|---|
+ | AttributeValue () |
Constructor for the AttributeValue class |
|
+ | AttributeValue (character) |
Constructor for the AttributeValue class |
|
+ | AttributeValue (character, character) |
Constructor for the AttributeValue class |
|
+ | AttributeValue (character, date) |
Constructor for the AttributeValue class |
|
+ | AttributeValue (character, datetime) |
Constructor for the AttributeValue class |
|
+ | AttributeValue (character, datetime-tz) |
Constructor for the AttributeValue class |
|
+ | AttributeValue (character, decimal) |
Constructor for the AttributeValue class |
|
+ | AttributeValue (character, int64) |
Constructor for the AttributeValue class |
|
+ | AttributeValue (character, integer) |
Constructor for the AttributeValue class |
|
+ | AttributeValue (character, logical) |
Constructor for the AttributeValue class |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER AttributeLabel |
|
|
+ | Ccs.Common.Support.IPrimitiveHolder AttributeValue |
|
|
+ | Consultingwerk.IJsonDateTypeFormatter JsonDateTypeFormatter |
Inherited from Consultingwerk.JsonSerializable |
|
+ | LOGICAL SerializeEmptyLists |
Inherited from Consultingwerk.JsonSerializable |
|
# | CHARACTER SerializeNames |
Inherited from Consultingwerk.JsonSerializable |
|
+ | LOGICAL SerializeNullValues |
Inherited from Consultingwerk.JsonSerializable |
|
+ | LOGICAL UseSerializedTypeInformation |
Inherited from Consultingwerk.JsonSerializable |
Top
PROTECTED CHARACTER AddSerializableProperties ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED AddSerializableProperties (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER AddSerializableProperties (Class)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Deserialize (longchar)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC DeserializeFromJsonObject (JsonObject)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED DeserializeProperty (JsonObject, character, character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetCharacterValue ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC DATETIME-TZ GetDateTimeTzValue ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC DATETIME GetDateTimeValue ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC DATE GetDateValue ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC DECIMAL GetDecimalValue ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED IEnumerable GetEnumerableInstance (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC INT64 GetInt64Value ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC INTEGER GetIntegerValue ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL GetLogicalValue ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetSerializableProperties ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetSerializeName (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LazyAddSerializableProperties ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LONGCHAR Serialize ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED SerializeProperty (JsonObject, character, character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Progress.Json.ObjectModel.JsonObject ToJsonObject ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LONGCHAR WriteJson ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LONGCHAR WriteXml ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC HANDLE XmlSerialize (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC XmlSerializeProperties (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED XmlSerializeProperty (handle, character, character)
|
PUBLIC AttributeValue ()
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AttributeValue (character)
|
||||||||||||||||||||
PUBLIC AttributeValue (character, character)
|
||||||||||||||||||||
PUBLIC AttributeValue (character, date)
|
||||||||||||||||||||
PUBLIC AttributeValue (character, datetime)
|
||||||||||||||||||||
PUBLIC AttributeValue (character, datetime-tz)
|
||||||||||||||||||||
PUBLIC AttributeValue (character, decimal)
|
||||||||||||||||||||
PUBLIC AttributeValue (character, int64)
|
||||||||||||||||||||
PUBLIC AttributeValue (character, integer)
|
||||||||||||||||||||
PUBLIC AttributeValue (character, logical)
|
PUBLIC CHARACTER AttributeLabel
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC Ccs.Common.Support.IPrimitiveHolder AttributeValue
|
|||||||||
PUBLIC Consultingwerk.IJsonDateTypeFormatter JsonDateTypeFormatter
|
|||||||||
PUBLIC LOGICAL SerializeEmptyLists
|
|||||||||
PROTECTED CHARACTER SerializeNames
|
|||||||||
PUBLIC LOGICAL SerializeNullValues
|
|||||||||
PUBLIC LOGICAL UseSerializedTypeInformation
|