API browser of acfValidator100 COM module


/images/arrow_right.png IAcfValidator interface V1.00/ 3 Aug 2025 
The IAcfValidator interface handles connections to the database holding two tariff catalogs, namely "005::Fallpauschalen" and "TMA::LKAAT". It provides methods to handle the database connection, to set and retrieve general database parameters, and retrieve information about the covered tariff catalogs.

A connection to the database must be opened via IAcfValidator::Open method before any methods dealing with tariff catalogs can be used. Furthermore to do any work you get an instance of all dependent interfaces with the appropriate get function e.g. IValidateTMA, ISearchTMA, IValidate005, and ISearch005.

space
space
/images/arrow_right.png Methods 5 methods
Close Closes the tariff catalog database.
GetAbortInfo Fetches the abort/error information if there is any stored
GetTariff005 Retrieves the information for the "005::Fallpauschalen" tariff catalog
GetTariffTMA Retrieves the information for the "TMA::LKAAT" tariff catalog
Open Opens the tariff catalog database
space
/images/arrow_right.png Properties 12 properties
[get] CreateAcfValidator Creates an instance of the main IAcfValidator interface
[put] DestructAcfValidator Destructs/invalidates a main instance of the IAcfValidator interface
[get/put] EnableLog Get and Set the log activity for the module
[get/put] Language Get and Set the language for the miscValidator module
[get] ModuleVersion Get the version of the acfValidator module
[get] ModuleVersionText Get the textual version of the miscValidator module
[get] Search005 Get the instance of the ISearch005 interface
[get] SearchTMA Get the instance of the ISearchTMA interface
[get] Validate005 Get the instance of the IValidate005 interface
[get] ValidateTMA Get the instance of the IValidateTMA interface
[get] WildCard Get and Set the match-all wildcard character for SQL queries.
[get] WildCharacter Get and Set the "match any single character" wildcard character for SQL queries.
 
space