Click or drag to resize

DataTemplate Class

Represents a DataMiner Template that has been created in FactoryLogix
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsDataTemplate

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 DataTemplate

The DataTemplate type exposes the following members.

Constructors
  NameDescription
Public methodDataTemplate
Initializes a new instance of the DataTemplate class
Top
Properties
  NameDescription
Public propertyCharts
A list of the Charts that have been configured for this data source.
Public propertyDataSources
A list of the data sources (data generators) contained within this data template.
Public propertyId
A unique identifier for this particular DataTemplate (corresponds to the primary key in the FactoryLogix database)
Public propertyName
The name of the template as it is known in FactoryLogix.
Public propertyReports
A list of the Reports that have been configured for this data source.
Top
See Also