C# Класс Client.Model.MultiKeyPoint

Represents a datapoint for a series referenced by key. This class is used to represent datapoints in a multi write.
Наследование: MultiPoint
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
MultiKeyPoint ( string key, System.DateTime timestamp, double value ) : System
MultiKeyPoint ( string key, System.DateTime timestamp, long value ) : System

Описание методов

MultiKeyPoint() публичный Метод

public MultiKeyPoint ( string key, System.DateTime timestamp, double value ) : System
key string The key of the Series
timestamp System.DateTime The timestamp of the datapoint
value double The datapoint value
Результат System

MultiKeyPoint() публичный Метод

public MultiKeyPoint ( string key, System.DateTime timestamp, long value ) : System
key string
timestamp System.DateTime
value long
Результат System