|
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 |
|
+ | Consultingwerk.BusinessEntityDesigner.Plugins.ValueObjectRepository.ValueObjectRepositoryGeneratorParameter DatabaseTableNames (character) |
Property Setter for the DatabaseTableNames property |
|
+ | 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 |
|
+ | LOGICAL Equals (Object) |
Compares this object to the passed in object by value Inherited from Consultingwerk.ParameterObject |
|
+ | Consultingwerk.BusinessEntityDesigner.Plugins.ValueObjectRepository.ValueObjectRepositoryGeneratorParameter FieldNames (character) |
Property Setter for the FieldNames property |
|
# | IEnumerable GetEnumerableInstance (character) |
Returns an instance of the enumerable type Inherited from Consultingwerk.JsonSerializable |
|
+ | RAW GetHashCode () |
Returns an 64bit RAW Hash Value representing the object instance Inherited from Consultingwerk.ParameterObject |
|
+ | 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 |
|
+ | Consultingwerk.BusinessEntityDesigner.Plugins.ValueObjectRepository.ValueObjectRepositoryGeneratorParameter PackageName (character) |
Property Setter for the PackageName property |
|
+ | Consultingwerk.BusinessEntityDesigner.Plugins.ValueObjectRepository.ValueObjectRepositoryGeneratorParameter RepositoryName (character) |
Property Setter for the RepositoryName property |
|
+ | Consultingwerk.BusinessEntityDesigner.Plugins.ValueObjectRepository.ValueObjectRepositoryGeneratorParameter SearchFieldNames (character) |
Property Setter for the SearchFieldNames property |
|
+ | 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 |
|
+ | Consultingwerk.BusinessEntityDesigner.Plugins.ValueObjectRepository.ValueObjectRepositoryGeneratorParameter TableWhereClauses (character) |
Property Setter for the TableWhereClauses property |
|
+ | Consultingwerk.BusinessEntityDesigner.Plugins.ValueObjectRepository.ValueObjectRepositoryGeneratorParameter TempTableName (character) |
Property Setter for the TempTableName property |
|
+ | Progress.Json.ObjectModel.JsonObject ToJsonObject () |
Returns a JsonObject representation of the state of the class instance Inherited from Consultingwerk.JsonSerializable |
|
+ | CHARACTER ToString () |
Returns a string representation of the object Inherited from Consultingwerk.ParameterObject |
|
+ | Consultingwerk.BusinessEntityDesigner.Plugins.ValueObjectRepository.ValueObjectRepositoryGeneratorParameter ValueObjectName (character) |
Property Setter for the ValueObjectName property |
|
+ | 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 | |
---|---|---|---|
+ | ValueObjectRepositoryGeneratorParameter () |
Constructor for the ValueObjectRepositoryGeneratorParameter class |
|
+ | ValueObjectRepositoryGeneratorParameter (character, character, character, character, character, character, character, character) |
Constructor for the ValueObjectRepositoryGeneratorParameter class |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER DatabaseFieldNames |
|
|
+ | CHARACTER DatabaseTableNames |
|
|
+ | CHARACTER FieldNames |
|
|
+ | Consultingwerk.IJsonDateTypeFormatter JsonDateTypeFormatter |
Inherited from Consultingwerk.JsonSerializable |
|
+ | CHARACTER PackageName |
|
|
+ | CHARACTER RepositoryName |
|
|
+ | CHARACTER SearchFieldNames |
|
|
+ | LOGICAL SerializeEmptyLists |
Inherited from Consultingwerk.JsonSerializable |
|
# | CHARACTER SerializeNames |
Inherited from Consultingwerk.JsonSerializable |
|
+ | LOGICAL SerializeNullValues |
Inherited from Consultingwerk.JsonSerializable |
|
+ | CHARACTER TableWhereClauses |
|
|
+ | CHARACTER TempTableName |
|
|
+ | LOGICAL UseSerializedTypeInformation |
Inherited from Consultingwerk.JsonSerializable |
|
+ | CHARACTER ValueObjectName |
|
Top
PROTECTED CHARACTER AddSerializableProperties ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED AddSerializableProperties (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER AddSerializableProperties (Class)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.BusinessEntityDesigner.Plugins.ValueObjectRepository.ValueObjectRepositoryGeneratorParameter DatabaseTableNames (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Deserialize (longchar)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC DeserializeFromJsonObject (JsonObject)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED DeserializeProperty (JsonObject, character, character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL Equals (Object)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.BusinessEntityDesigner.Plugins.ValueObjectRepository.ValueObjectRepositoryGeneratorParameter FieldNames (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED IEnumerable GetEnumerableInstance (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RAW GetHashCode ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetSerializableProperties ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetSerializeName (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LazyAddSerializableProperties ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.BusinessEntityDesigner.Plugins.ValueObjectRepository.ValueObjectRepositoryGeneratorParameter PackageName (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.BusinessEntityDesigner.Plugins.ValueObjectRepository.ValueObjectRepositoryGeneratorParameter RepositoryName (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.BusinessEntityDesigner.Plugins.ValueObjectRepository.ValueObjectRepositoryGeneratorParameter SearchFieldNames (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LONGCHAR Serialize ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED SerializeProperty (JsonObject, character, character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.BusinessEntityDesigner.Plugins.ValueObjectRepository.ValueObjectRepositoryGeneratorParameter TableWhereClauses (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.BusinessEntityDesigner.Plugins.ValueObjectRepository.ValueObjectRepositoryGeneratorParameter TempTableName (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Progress.Json.ObjectModel.JsonObject ToJsonObject ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ToString ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.BusinessEntityDesigner.Plugins.ValueObjectRepository.ValueObjectRepositoryGeneratorParameter ValueObjectName (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LONGCHAR WriteJson ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LONGCHAR WriteXml ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC HANDLE XmlSerialize (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC XmlSerializeProperties (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED XmlSerializeProperty (handle, character, character)
|
PUBLIC ValueObjectRepositoryGeneratorParameter ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ValueObjectRepositoryGeneratorParameter (character, character, character, character, character, character, character, character)
|
PUBLIC CHARACTER DatabaseFieldNames
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER DatabaseTableNames
|
|||||||||
PUBLIC CHARACTER FieldNames
|
|||||||||
PUBLIC Consultingwerk.IJsonDateTypeFormatter JsonDateTypeFormatter
|
|||||||||
PUBLIC CHARACTER PackageName
|
|||||||||
PUBLIC CHARACTER RepositoryName
|
|||||||||
PUBLIC CHARACTER SearchFieldNames
|
|||||||||
PUBLIC LOGICAL SerializeEmptyLists
|
|||||||||
PROTECTED CHARACTER SerializeNames
|
|||||||||
PUBLIC LOGICAL SerializeNullValues
|
|||||||||
PUBLIC CHARACTER TableWhereClauses
|
|||||||||
PUBLIC CHARACTER TempTableName
|
|||||||||
PUBLIC LOGICAL UseSerializedTypeInformation
|
|||||||||
PUBLIC CHARACTER ValueObjectName
|