C# 클래스 GSF.PhasorProtocols.FNET.FrequencyValue

상속: FrequencyValueBase
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
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