C# Класс GSF.PhasorProtocols.FNET.FrequencyValue

Наследование: FrequencyValueBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FrequencyValue ( GSF.PhasorProtocols.FNET.DataCell parent, FrequencyDefinition frequencyDefinition, double frequency, double dfdt ) : System

Creates a new FrequencyValue from specified parameters.

FrequencyValue ( IDataCell parent, IFrequencyDefinition frequencyDefinition ) : System

Creates a new FrequencyValue.

Защищенные методы

Метод Описание
FrequencyValue ( SerializationInfo info, StreamingContext context ) : System

Creates a new FrequencyValue from serialization parameters.

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

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

Creates a new FrequencyValue from specified parameters.
public FrequencyValue ( GSF.PhasorProtocols.FNET.DataCell parent, FrequencyDefinition frequencyDefinition, double frequency, double dfdt ) : System
parent GSF.PhasorProtocols.FNET.DataCell The parent of this .
frequencyDefinition FrequencyDefinition The associated with this .
frequency double The floating point value that represents this .
dfdt double The floating point value that represents the change in this over time.
Результат System

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

Creates a new FrequencyValue.
public FrequencyValue ( IDataCell parent, IFrequencyDefinition frequencyDefinition ) : System
parent IDataCell The parent of this .
frequencyDefinition IFrequencyDefinition The associated with this .
Результат System

FrequencyValue() защищенный Метод

Creates a new FrequencyValue from serialization parameters.
protected FrequencyValue ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The with populated with data.
context System.Runtime.Serialization.StreamingContext The source for this deserialization.
Результат System