Namespace: Consultingwerk.SmartFramework.Repository
Class 
AttributeValue Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.JsonSerializable
Implements: Consultingwerk.SmartFramework.Repository.IAttributeValue, Consultingwerk.IJsonSerializable

File:AttributeValue
Purpose:Represents a single Attribute Value passed to the
ISmartRepositoryService API's
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat May 26 14:52:53 CEST 2018
Purpose: Gets and sets the Attribute Label
Notes:



Top Method Summary
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) 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
+ 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
+ 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

Top Constructor Summary
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

Top Property Summary
Options Name Purpose
+ CHARACTER AttributeLabel
+ Ccs.Common.Support.IPrimitiveHolder AttributeValue
+ Consultingwerk.IJsonDateTypeFormatter JsonDateTypeFormatter
Inherited from Consultingwerk.JsonSerializable
+ LOGICAL SerializeEmptyLists
Inherited from Consultingwerk.JsonSerializable
+ LOGICAL SerializeNullValues
Inherited from Consultingwerk.JsonSerializable
+ LOGICAL UseSerializedTypeInformation
Inherited from Consultingwerk.JsonSerializable


Method Detail
Top

PROTECTED CHARACTER AddSerializableProperties ()

Inherited from Consultingwerk.JsonSerializable
Purpose: Adds serializable properties from the calling class using ABL reflection.
Supported from OpenEdge 11.6 on only.
Notes: Adds properties of the following types, does not add properties of
the base classes, adds only PUBLIC properties:
- CHARACTER
- CHARACTER EXTENT
- DATE
- DATE EXTENT
- DATETIME
- DATETIME EXTENT
- DATETIME-TZ
- DATETIME-TZ EXTENT
- DECIMAL
- DECIMAL EXTENT
- INT64
- INT64 EXTENT
- INTEGER
- INTEGER EXTENT
- LOGICAL
- LOGICAL EXTENT
- LONGCHAR
- LONGCHAR EXTENT
- RAW
- RAW EXTENT
- RECID
- RECID EXTENT
- ROWID
- ROWID EXTENT
- Progress.Json.ObjectModel.JsonArray
- Progress.Json.ObjectModel.JsonObject
- ENUM
- Consultingwerk.Enum
- Consultingwerk.Framework.Base.IEnumerable
- Consultingwerk.JsonSerializable
- Consultingwerk.JsonSerializable EXTENT

Returns CHARACTER
The value of the SerializableProperties property
Top

PROTECTED AddSerializableProperties (character)

Inherited from Consultingwerk.JsonSerializable
Purpose: Add a list of Serializable Properties to the SerializableProperties property
Notes: Required as a workaround to full reflection only. We *may* remove this
method once Progress Software has implemented full reflection

Parameters:
pcSerializableProperties CHARACTER
A comma delimited list of serializable properties
Top

PROTECTED CHARACTER AddSerializableProperties (Class)

Inherited from Consultingwerk.JsonSerializable
Purpose: Adds serializable properties from the given class using ABL reflection.
Supported from OpenEdge 11.6 on only.
Notes: Adds properties of the following types, does not add properties of
the base classes, adds only PUBLIC properties:
- CHARACTER
- CHARACTER EXTENT
- DATE
- DATE EXTENT
- DATETIME
- DATETIME EXTENT
- DATETIME-TZ
- DATETIME-TZ EXTENT
- DECIMAL
- DECIMAL EXTENT
- INT64
- INT64 EXTENT
- INTEGER
- INTEGER EXTENT
- LOGICAL
- LOGICAL EXTENT
- LONGCHAR
- LONGCHAR EXTENT
- RAW
- RAW EXTENT
- RECID
- RECID EXTENT
- ROWID
- ROWID EXTENT
- Progress.Json.ObjectModel.JsonArray
- Progress.Json.ObjectModel.JsonObject
- ENUM
- Consultingwerk.Enum
- Consultingwerk.Framework.Base.IEnumerable
- Consultingwerk.JsonSerializable
- Consultingwerk.JsonSerializable EXTENT

Parameters:
poClass Progress.Lang.Class
The declaring class
Returns CHARACTER
The value of the SerializableProperties property
Top

PUBLIC Deserialize (longchar)

Inherited from Consultingwerk.JsonSerializable
Purpose: Deserializes a LONGCHAR representation of the state of the class instance
Notes:

Parameters:
pcSerializedRepresentation LONGCHAR
The stored LONGCHAR representation of the objects data
Top

PUBLIC DeserializeFromJsonObject (JsonObject)

Inherited from Consultingwerk.JsonSerializable
Purpose: Initializes the object instance based on the passed in JsonObject
representation of the object instance
Notes:

Parameters:
poJsonObject JsonObject
The stored JsonObject representation of the objects data
Top

PROTECTED DeserializeProperty (JsonObject, character, character)

Inherited from Consultingwerk.JsonSerializable
Purpose: Deserializes a single property value to the current JsonObject
Notes: Allows to override the handling of individual properties during the
JsonSerialization
Notes:

Parameters:
poJsonObject JsonObject
The reference to the source JsonObject
pcProperty CHARACTER
The name of the property in the JsonObject
pcType CHARACTER
The type of the property
Top

PUBLIC CHARACTER GetCharacterValue ()

Purpose: Returns the Value AttributeValue as a primitive character value
Notes:

Returns CHARACTER
The AttributeValue as a primitive character value
Top

PUBLIC DATETIME-TZ GetDateTimeTzValue ()

Purpose: Returns the Value AttributeValue as a primitive datetime-tz value
Notes:

Returns DATETIME-TZ
The AttributeValue as a primitive datetime-tz value
Top

PUBLIC DATETIME GetDateTimeValue ()

Purpose: Returns the Value AttributeValue as a primitive datetime value
Notes:

Returns DATETIME
The AttributeValue as a primitive datetime value
Top

PUBLIC DATE GetDateValue ()

Purpose: Returns the Value AttributeValue as a primitive date value
Notes:

Returns DATE
The AttributeValue as a primitive date value
Top

PUBLIC DECIMAL GetDecimalValue ()

Purpose: Returns the Value AttributeValue as a primitive decimal value
Notes:

Returns DECIMAL
The AttributeValue as a primitive decimal value
Top

PROTECTED IEnumerable GetEnumerableInstance (character)

Inherited from Consultingwerk.JsonSerializable
Purpose: Returns an instance of the enumerable type
Notes: When the property value is referencing a value list instance, this
instance is returned. If not, we attempt to create a new instance

Parameters:
pcProperty CHARACTER
The name of the List property
Returns IEnumerable
The instance of the enumerable type
Top

PUBLIC INT64 GetInt64Value ()

Purpose: Returns the Value AttributeValue as a primitive int64 value
Notes:

Returns INT64
The AttributeValue as a primitive int64 value
Top

PUBLIC INTEGER GetIntegerValue ()

Purpose: Returns the Value AttributeValue as a primitive integer value
Notes:

Returns INTEGER
The AttributeValue as a primitive integer value
Top

PUBLIC LOGICAL GetLogicalValue ()

Purpose: Returns the Value AttributeValue as a primitive logical value
Notes:

Returns LOGICAL
The AttributeValue as a primitive logical value
Top

PUBLIC CHARACTER GetSerializableProperties ()

Inherited from Consultingwerk.JsonSerializable
Purpose: Returns the meta data of the serializable properties
Notes:

Returns CHARACTER
The serializable properties meta data as a comma delimited list
Top

PUBLIC LONGCHAR Serialize ()

Inherited from Consultingwerk.JsonSerializable
Purpose: Returns a LONGCHAR representation of the state of the class instance
Notes: Returns the classname together with the Json serialization

Returns LONGCHAR
The LONGCHAR representation of the ISerializable objects data
Top

PROTECTED SerializeProperty (JsonObject, character, character)

Inherited from Consultingwerk.JsonSerializable
Purpose: Serializes a single property value to the current JsonObject
Notes: Allows to override the handling of individual properties during the
JsonSerialization

Parameters:
poJsonObject JsonObject
The reference to the target JsonObject
pcProperty CHARACTER
The name of the property in the JsonObject
pcType CHARACTER
The type of the property
Top

PUBLIC Progress.Json.ObjectModel.JsonObject ToJsonObject ()

Inherited from Consultingwerk.JsonSerializable
Purpose: Returns a JsonObject representation of the state of the class instance
Notes: Returns the classname together with the Json serialization of the
object

Returns Progress.Json.ObjectModel.JsonObject
The Progress.Json.ObjectModel.JsonObject representation of the ISerializable objects data
Top

PUBLIC LONGCHAR WriteJson ()

Inherited from Consultingwerk.JsonSerializable
Purpose: Returns a LONGCHAR representation of the state of the class instance
Notes: Returns the classname together with the Json serialization
This method is a facade to the JsonSerializable:Serialize method

Returns LONGCHAR
The LONGCHAR representation of the ISerializable objects data
Top

PUBLIC LONGCHAR WriteXml ()

Inherited from Consultingwerk.JsonSerializable
Purpose: Returns an XML LONGCHAR representation of the object instance
Notes:

Returns LONGCHAR
The LONGCHAR representation of the ISerializable objects data
Top

PUBLIC HANDLE XmlSerialize (handle)

Inherited from Consultingwerk.JsonSerializable
Purpose: Serializes the properties of the current object instance to
an existing X-NODEREF object
Notes:

Parameters:
phParent HANDLE
The reference to the parent XML Node or Document
Returns HANDLE
The X-NODEREF with the properties of the serialized object
Top

PUBLIC XmlSerializeProperties (handle)

Inherited from Consultingwerk.JsonSerializable
Purpose: Serializes the properties of this object instance as child nodes of
the given node
Notes:

Parameters:
phObjectNode HANDLE
The reference to the X-NODEREF object that represents the node for the current instance
Top

PROTECTED XmlSerializeProperty (handle, character, character)

Inherited from Consultingwerk.JsonSerializable
Purpose: Serializes a single property value to the current parent XmlNode
Notes: Allows to override the handling of individual properties during the
XmlSerialization

Parameters:
phParentNode HANDLE
The reference to the parent XML Node
pcProperty CHARACTER
The name of the property in the JsonObject
pcType CHARACTER
The type of the property


Constructor Detail
Top

PUBLIC AttributeValue ()

Purpose: Constructor for the AttributeValue class
Notes:

Top

PUBLIC AttributeValue (character)

Purpose: Constructor for the AttributeValue class
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
Top

PUBLIC AttributeValue (character, character)

Purpose: Constructor for the AttributeValue class
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
pcCharacterValue CHARACTER
The attribute value
Top

PUBLIC AttributeValue (character, date)

Purpose: Constructor for the AttributeValue class
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
pdtDateValue DATE
The attribute value
Top

PUBLIC AttributeValue (character, datetime)

Purpose: Constructor for the AttributeValue class
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
pdtDateTimeValue DATETIME
The attribute value
Top

PUBLIC AttributeValue (character, datetime-tz)

Purpose: Constructor for the AttributeValue class
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
pdtDateTimeTzValue DATETIME-TZ
The attribute value
Top

PUBLIC AttributeValue (character, decimal)

Purpose: Constructor for the AttributeValue class
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
pdeDecimalValue DECIMAL
The attribute value
Top

PUBLIC AttributeValue (character, int64)

Purpose: Constructor for the AttributeValue class
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
piInt64Value INT64
The attribute value
Top

PUBLIC AttributeValue (character, integer)

Purpose: Constructor for the AttributeValue class
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
piIntegerValue INTEGER
The attribute value
Top

PUBLIC AttributeValue (character, logical)

Purpose: Constructor for the AttributeValue class
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
plLogicalValue LOGICAL
The attribute value


Property Detail
Top

PUBLIC CHARACTER AttributeLabel


Returns CHARACTER
Top

PUBLIC Ccs.Common.Support.IPrimitiveHolder AttributeValue


Returns Ccs.Common.Support.IPrimitiveHolder
Top

PUBLIC Consultingwerk.IJsonDateTypeFormatter JsonDateTypeFormatter

Inherited from Consultingwerk.JsonSerializable

Returns Consultingwerk.IJsonDateTypeFormatter
Top

PUBLIC LOGICAL SerializeEmptyLists

Inherited from Consultingwerk.JsonSerializable

Returns LOGICAL
Top

PUBLIC LOGICAL SerializeNullValues

Inherited from Consultingwerk.JsonSerializable

Returns LOGICAL
Top

PUBLIC LOGICAL UseSerializedTypeInformation

Inherited from Consultingwerk.JsonSerializable

Returns LOGICAL


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:00:59