labValidator, a module capable of browsing,
querying, and validating EAL/LFA services.
labValidator
    API DocBrowser   ·  Revision history
    Download area
    FAQ
 
home
system
integrators
search the
site
 

validator
modules
invoice
modules
credit
modules
miscellaneous
modules
tools

  Design by TMR AG
  © by sumex1.net
 
ISearch interface

 Description  V1.00/30 Aug 2002 
The ISearch interface allows browsing of and retrieval of detailed information from the lab database. Searches can be performed by code or by name. The search terms may be specified in full, or may include wildcards. After a successful search, all of the available information directly related to the search term is made available through the interface's properties. Based upon the given service date the new or old lab tariff (tariff number 316 or 317, respectively) is used.

Every method which starts with the name Search (for example SearchName) produces as a result a selection list, composed of zero or more service records. The total number of records in the list can be retrieved using the method GetRecordCount. The record pointer is initially positioned at the first entry of the selection list. The available information related to the current record is made available through the interface's properties. The methods MoveFirst, MoveLast, MoveNext, MovePrevious, PutAbsolutePosition, and GetAbsolutePosition are used to reposition the record pointer.

 Methods  10 methods 

 Properties  8 properties 
[get]  AnonymousCode  [get]  TP
[get]  Code  [get]  TPValue
[get]  Limitation  [get]  ValidFrom
[get]  Name  [get]  ValidTo
labValidator
  ISearch