|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | INTEGER CopyPropertyValues (Object, Object) |
Copies property values from one object instance to another |
|
+ | Progress.Reflect.Method GetInvokableMethod (Class, character) |
Returns the (first) invokable method of the class with the given name |
|
+ | Progress.Reflect.Method GetInvokableMethod (Class, character, integer) |
Returns the (first) invokable method of the class with the given name |
|
+ | Progress.Reflect.Method GetInvokableMethod (Class, character, integer, character) |
Returns the (first) invokable method of the class with the given name |
|
+ | CHARACTER GetMethodNamesByParameterCount (Class, integer) |
Returns a comma delimited list of all method names with the given
number of parameters |
|
+ | CHARACTER GetMethodNamesByParameterCount (Class, integer, Flags) |
Returns a comma delimited list of all method names with the given
number of parameters and flags |
|
+ | Consultingwerk.ListMethod GetMethodsByName (Class, character) |
Returns all methods of the given class with the given name |
|
+ | Consultingwerk.ListMethod GetMethodsByName (Class, character, Flags) |
Returns all methods of the given class with the given name |
|
+ | MapQueryRowToObject (handle, Object) |
Copies the field values of the current query buffers to the
properties of the object |
|
+ | CHARACTER PropertyNamesExcept (Object, character) |
Returns the list of Property Names of the given object
except the given property names |
Options | Name | Purpose | |
---|---|---|---|
# | AblReflectionHelper () |
Protected constructor for the AblReflectionHelper class |
Top
PUBLIC INTEGER CopyPropertyValues (Object, Object)
|
|||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Progress.Reflect.Method GetInvokableMethod (Class, character)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC Progress.Reflect.Method GetInvokableMethod (Class, character, integer)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC Progress.Reflect.Method GetInvokableMethod (Class, character, integer, character)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetMethodNamesByParameterCount (Class, integer)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetMethodNamesByParameterCount (Class, integer, Flags)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.ListMethod GetMethodsByName (Class, character)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.ListMethod GetMethodsByName (Class, character, Flags)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC MapQueryRowToObject (handle, Object)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER PropertyNamesExcept (Object, character)
|
PROTECTED AblReflectionHelper ()
|
---|