DataPA Enterprise Dashboard Controls API Reference

The SystemStructure type exposes the following members.

Properties

  Name Description
Public property ConnectError
If ConnectSuccess = False, the Error Message returned by the connection attempt.
Public property ConnectionName
The connection to be used for retrieving the structure.
Public property ConnectSuccess
TRUE indicates the last connection attempt to the AppServer was successful.
Public property DataBase
DataTable detailing the databases of the current system.
Public property DbField
DataTable detailing the database fields of the current system.
Public property DbIdxField
DataTable detailing the database index fields of the current system.
Public property DbIndex
DataTable detailing the database indices of the current system.
Public property DbTable
DataTable detailing the database tables of the current system.
Public property ForceReload
If TRUE the next GET of structure will reload from the AppServer, rather than the local cache.
Public property FullStructure
DataSet containing database schema and available business logic functions of the current System.
Public property Functions
DataTable detailing the Business Logic Functions available in the current System.
Public property LastLoadError
If last load failed, the Error Message.
Public property LastLoadFromCache
Indicates whether the previous load was from cache or system connection
Public property LastRefresh
The modified date of the Schema Cache file
Public property PAConnection
The RunDataPA Connection Object used to retreive the system structure
Public property Relation
DataTable detailing the Database Relations in the current System.
Public property StructureAvailable
Indicates whether the structure was successfully loaded
Public property SystemName
The system's name whose structure this class will return.
Public property SystemType
The type of system whose structure this class will return.
Public property X
The X location of the desktop alert used to fetch Easyl System Structure.
Public property Y
The Y location of the desktop alert used to fetch Easyl System Structure.

Events

See Also