OpenEdge.Logging.Filter.ConfigPropertyFilterBuilder
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| OpenEdge.Logging.Filter.ILoggerFilter NewFilter () |
/* Creates the instance.
@return ILoggerFilter A filter instance */
|
||
| SetPropValuesFromConfig (ILoggerFilter) |
/* Sets any publicly writable property values from saved configuration.
Only properties of certain data types are set:
- character
- character[]: The property must be indeterminate or the extents of the config value and property must be equal
- decimal
- datetime-tz
- logical
- Progress.Lang.Object: The config type is checked against the property type
If property values cannot be set, for any reason, they are simply skipped.
@param ILoggerFilter The filter instance on which to set values */
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| ConfigPropertyFilterBuilder (character) |
/* Constructor
@param character The type of filter being build. */
|
Method Detail
OpenEdge.Logging.Filter.ILoggerFilter NewFilter ()
|
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SetPropValuesFromConfig (ILoggerFilter)
|
||||||||||||||||||||||||||||
Constructor Detail
ConfigPropertyFilterBuilder (character)
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|