Click or drag to resize
TimeSeriesPoint Class
This class implements ITimeSeriesPoint.
Inheritance Hierarchy
SystemObject
  C2ExplorerServiceStack.Logic.ImplementationTimeSeriesPoint

Namespace: C2ExplorerServiceStack.Logic.Implementation
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
public class TimeSeriesPoint : ITimeSeriesPoint

The TimeSeriesPoint type exposes the following members.

Constructors
  NameDescription
Public methodTimeSeriesPoint
Initializes a new instance of the TimeSeriesPoint class
Top
Properties
  NameDescription
Public propertyDateTime
Gets or sets the date and time.
Public propertyValue
Gets or sets the value.
Top
See Also