Click or drag to resize

DataSourceType Class

Types of data sources.
Inheritance Hierarchy
SystemObject
  GSF.PQDIF.LogicalDataSourceType

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public static class DataSourceType
View Source

The DataSourceType type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetInfo Gets information about the data source type identified by the given ID.
Public methodStatic memberToString Converts the given data source type ID to a string containing the name of the data source type.
Top
Fields
 NameDescription
Public fieldStatic memberBenchmark The ID for data source type Benchmark.
Public fieldStatic memberDebug The ID for data source type Debug.
Public fieldStatic memberManual The ID for data source type Manual.
Public fieldStatic memberMeasure The ID for data source type Measure.
Public fieldStatic memberSimulate The ID for data source type Simulate.
Top
See Also