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 16 properties
[get] CreateAcfValidator Creates an instance of the main IAcfValidator interface
[get] CreateSearch005 Create an instance of the ISearch005 interface
[get] CreateSearchTMA Create an instance of the ISearchTMA interface
[get] CreateValidate005 Create an instance of the IValidate005 interface
[get] CreateValidateTMA Create an instance of the IValidateTMA interface
[put] DestructAcfValidator Destructs/invalidates a main instance of the IAcfValidator interface
[put] DestructSearch005 Destructs/invalidates this ISearch005 interface instance
[put] DestructSearchTMA Destructs/invalidates this ISearchTMA interface instance
[put] DestructValidate005 Destructs/invalidates this IValidate005 interface instance
[put] DestructValidateTMA Destructs/invalidates this IValidateTMA interface instance
[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] 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