DataPA Enterprise Dashboard Controls API Reference
The Systems type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Systems()()()() |
Creates and returns a new systems object
|
|
Systems(DataSet) |
Creates and returns a new systems object
|
|
Systems(String) |
Creates and returns a new systems object
|
Methods
Name | Description | |
---|---|---|
GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
|
|
MoveNext |
Implements System.Collections.IEnumerator.MoveNext.
|
|
Open(DataSet) |
Opens the systems with a specified dataset
|
|
Open(String) |
Opens the systems from a specified
|
|
Reset |
Implements System.Collections.IEnumerator.Reset.
|
|
Save()()()() |
Saves the current systems to the file specified by the filename property
|
|
Save(String) |
Saves the current systems to the specified file.
|
Fields
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of system objects in this collection
|
|
Current |
Implements System.Collections.IEnumerator.Current.
|
|
FileName |
Gets and sets the filename this dataset will be saved to
|
|
Item[([( Int32])]) |
Gets a system object
|
|
Item[([( String])]) |
Gets a system object
|
|
Names |
Gets a string array containing the names of the system objects in this collection
|