Click or drag to resize
SetupManager Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Class provides access to the setup files that define systems, links, lookups and subjects. The class handles retrieving these files from the AppServer, WebServer, DataPA Enterprise Server or local disk depending on the data location settings. It also handles the writing and transaction locking on these files for each of the different location types.
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineSetupManager

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class SetupManager : _SetupManager

The SetupManager type exposes the following members.

Constructors
  NameDescription
Public methodSetupManager
Creates and returns a new object.
Public methodSetupManager(Application)
Creates and returns a new object.
Top
Methods
  NameDescription
Public methodDispose
Disposes of the object
Public methodRefreshRecordsets
The updates the recordsets with the values from the dataset.
Top
Fields
Properties
  NameDescription
Public propertyClone
Gets cloned copy of this object.
Public propertyConditionsDataTable
Gets the Conditions DataTable.
Public propertyConditionsRecordset
Gets and sets the Conditions recordset.
Public propertyFunctionParametersDataTable
Gets the FunctionParameters DataTable.
Public propertyFunctionsDataTable
Gets the Functions DataTable.
Public propertyLinksDataTable
Gets the Links DataTable.
Public propertyLinksRecordset
Gets and sets the Links recordset.
Public propertyLookupsDataTable
Gets the Lookups DataTable.
Public propertyLookupsRecordset
Gets and sets the Lookups recordset.
Public propertyParent
The object that represents the parent of this object.
Public propertySDOsDataTable
Gets the SDOs DataTable.
Public propertySDOsRecordset
Gets and sets the SDOs recordset.
Public propertySetUpDataSet
Gets the SetUp DataSet, containing ALL the SetUp DataTables.
Public propertySubjectsDataTable
Gets the Subjects DataTable.
Public propertySubjectsRecordset
Gets and sets the Subjects recordset.
Public propertySystems
Gets a Systems collection for the current setup
Public propertySystemsDataTable
Gets the Systems DataTable.
Public propertySystemsRecordset
Gets and sets the systems recordset.
Top
Events
  NameDescription
Public eventSetupChanged
Event raised each time any of the setup tables are changed.
Top
Remarks