Supports controls that need to request historical data from hosting application's Data Historian.

The following tables list the members exposed by the IApplicationData type.

Name Description
Public method BindToPoint Requests the hosting application to bind the target object/property to the Value or IVqt interface of the specified Point.
Public method DecodeChartablePoints Requests the hosting application for the collection of ChartablePoints encoded as the specified string (persistence related).
Public method EncodeChartablePoints Requests the hosting application to encode the collection of ChartablePoints into a string (for persistence related).
Public method GetChartablePoint Requests the hosting application for the IChartablePoint interface for the Point with the specified name.
Public method GetPoint Requests the hosting application provide the IVqt interface (Value-Quality-Timestamp) for the Point with the specified name.
Public method GetPointNames Requests the hosting application for a list of Points with names that match the specified query string.
Public method QueryHistory Requests historical data from the Data Historian.
Public method StartHistoryLogging Requests the hosting application enable the Data Historian for the specified data point.
Top