DataPA Enterprise Dashboard Controls API Reference

The SetupManager type exposes the following members.

Constructors

  Name Description
Public method SetupManager()()()()
Creates and returns a new object.
Public method SetupManager(ClientConfig)
Creates and returns a new object.

Methods

  Name Description
Public method Dispose
Disposes of the object
Public method RefreshRecordsets
The updates the recordsets with the values from the dataset.

Fields

  Name Description
Public field Static member ClassId
Public field Static member EventsId
Public field Static member InterfaceId

Properties

  Name Description
Public property Clone
Gets cloned copy of this object.
Public property ConditionsDataTable
Gets the Conditions DataTable.
Public property ConditionsRecordset
Gets and sets the Conditions recordset.
Public property FunctionParametersDataTable
Gets the FunctionParameters DataTable.
Public property FunctionsDataTable
Gets the Functions DataTable.
Public property LinksDataTable
Gets the Links DataTable.
Public property LinksRecordset
Gets and sets the Links recordset.
Public property LookupsDataTable
Gets the Lookups DataTable.
Public property LookupsRecordset
Gets and sets the Lookups recordset.
Public property Parent
The object that represents the parent of this object.
Public property SDOsDataTable
Gets the SDOs DataTable.
Public property SDOsRecordset
Gets and sets the SDOs recordset.
Public property SetUpDataSet
Gets the SetUp DataSet, containing ALL the SetUp DataTables.
Public property SubjectsDataTable
Gets the Subjects DataTable.
Public property SubjectsRecordset
Gets and sets the Subjects recordset.
Public property Systems
Gets a Systems collection for the current setup
Public property SystemsDataTable
Gets the Systems DataTable.
Public property SystemsRecordset
Gets and sets the systems recordset.

Events

  Name Description
Public event SetupChanged
Event raised each time any of the setup tables are changed.

See Also