Click or drag to resize

DataSource Class

Represents an individual data generator (source) contained with a DataTemplate.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsDataSource

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class DataSource

The DataSource type exposes the following members.

Constructors
  NameDescription
Public methodDataSource
Initializes a new instance of the DataSource class
Top
Properties
  NameDescription
Public propertyId
A text based unique identifier.
Public propertyName
A human-friendly name for this data source as it appears in DataMiner.
Public propertyParameters
A list of all possible supported Parameters for this data source.
Top
See Also