Systems Class |
Namespace: DataPA.Utils.QueryEngine
public class Systems : _Systems, IEnumerable, IEnumerator
The Systems type exposes the following members.
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
|
Name | Description | |
---|---|---|
GenerateFieldLists | ||
GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
| |
ImportSQLSubjects | ||
ImportSQLSystems | ||
ImportSystem | ||
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.
|
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Name | Description | |
---|---|---|
Count |
Gets the number of system objects in this collection
| |
Current |
Implements System.Collections.IEnumerator.Current.
| |
DataSet |
Gets the dataset that represents this systems collection
| |
FileName |
Gets and sets the filename this dataset will be saved to
| |
ItemInt32 |
Gets a system object
| |
ItemString |
Gets a system object
| |
Names |
Gets a string array containing the names of the system objects in this collection
|