DataPA Enterprise Dashboard Controls API Reference

The Systems type exposes the following members.

Constructors

  Name Description
Public method Systems()()()()
Creates and returns a new systems object
Public method Systems(DataSet)
Creates and returns a new systems object
Public method Systems(String)
Creates and returns a new systems object

Methods

  Name Description
Public method GetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public method MoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public method Open(DataSet)
Opens the systems with a specified dataset
Public method Open(String)
Opens the systems from a specified
Public method Reset
Implements System.Collections.IEnumerator.Reset.
Public method Save()()()()
Saves the current systems to the file specified by the filename property
Public method Save(String)
Saves the current systems to the specified file.

Fields

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

Properties

  Name Description
Public property Count
Gets the number of system objects in this collection
Public property Current
Implements System.Collections.IEnumerator.Current.
Public property FileName
Gets and sets the filename this dataset will be saved to
Public property Item[([( Int32])])
Gets a system object
Public property Item[([( String])])
Gets a system object
Public property Names
Gets a string array containing the names of the system objects in this collection

See Also